Monday, October 11, 2010
System Restore error: "Changes made to drive G: after this point cannot be reversed because the drive was either excluded from system restore monitoring or was turned off or removed."
Friday, October 8, 2010
Problem Solving Strategis
Problem Solving Strategies
1) Believe in yourself - Get into 'State'
2 Collect information

Ask: 'What has changed recently?'
Can you reproduce the problem?

3) Narrow the search area
Software
Hardware
4) Assemble your software tools
- Event Viewer
- Google and TechNet
- Windows Server 2003 Help - especially Troubleshooters
- Task Manager
- Network Monitor
Event Viewer

TechNet

Windows Server 2003 Help
Guy's Ratings of Help for Problem solving:
- Google 10/10
- TechNet 8/10
- Windows 2003 Help - 6/10
- Windows 2000 Help - 5/10
- XP Help - 5/10
- Windows NT - 2/10 (Purely to give perspective on my ratings.)
Task Manager
Network Monitor
5) Develop a Theory
6) Be methodical when you test your theories.
7) Phone a friend!
- Phone an expert, call in favours
- e-mail anyone who can help
- Post a message in a forum e.g. Tek-tips.com
- Contact the manufactures web site
Thursday, October 7, 2010
Using Remote Assistance
Requesting help using Remote Assistance
- Click Start, and then click Help and Support.
- Click Invite a friend to connect to your computer with Remote Assistance.
- Both you and your helper must be using either
Windows Messenger Service or a MAPI-compliante-mail account such as Microsoft Outlook or Outlook Express. - You and your helper need to be connected to the Internet while using Remote Assistance.
- If you are working on a local area network, firewalls might stop you from using Remote Assistance. In this case, check with your network administrator before using Remote Assistance.
- If for some reason you are unable to send an invitation by using
e-mail orWindows Messenger Service, you can create and save an invitation. On the first page of Remote Assistance, click Invite someone to help you. On the next page, click Save invitation as a file (Advanced), and follow the instructions to save the file. You can then send the saved invitation file to your helper in the manner you choose, such as copying it onto a floppy disk or a shared network location, sending it over anothere-mail service or an FTP connection, and so on.
Password Security in Remote Assistance
Using password security in Remote Assistance
- Be at least seven characters long.
- Contain letters, numerals, and symbols.
- Have at least one symbol character in the second through sixth positions.
- Be significantly different from prior passwords.
- Not contain your name or user name.
- Not be a common word or name.
- If you set a password, the person you invite will need to know it in order to connect to your computer. The password is not automatically sent to the invitee.
Windows file system
- Compression
- Disk quotas
- Encryption
- Mount points
- Remote storage
Add some xfbml content
Add some xfbml content
Now it's time to add some xfbml content. This should be inserted as raw html code wherever you want it to appear in your page. A couple of examples are shown below.
Like button
Replace the url of webpage as appropriate
Comments
Note that the unique_id should be unique for each separate comment thread you want.
You can find more social plugins on the Facebook developers social plugins page
You then need to repeat for any other pages that you want to add these features to.
Adding to Wordpress Template
Adding to Wordpress Template
In Wordpress you need to make the same changes as above, but these need to go into the Wordpress templates. You can also add a small amount of wordpress php code to ensure that each blog entry has it's own comment field.
This is all done in the theme for the site, and as such will be propagated across all relevant posts / pages depending upon which you update. You may want to create your own theme and edit that rather than the original, but you can just edit the original.
From the administration dashboard go to "Appearance" and "Editor", then choose the appropriate theme.
You then need to select the appropriate template file.
header.php (Header)
The xmlns tag should be entered within this template file.
footer.php (Footer)
You should insert the JavaScript code for the bottom of the page in this file.
single.php (Single Post) and/or page.php (Page Template)
These template files are used for blog posts and wordpress pages respectively. Update either or both of these depending upon which pages you would like to add your Facebook plugin to.
To include the individual post ID (eg. for the comment unique code) then add:
For example in my single.php file I have inserted the following just before the wordpress comments section:
Adding the Facebook JavaScript SDK to your site
Adding the Facebook JavaScript SDK to your site
To add this functionality you will need to update your web page html code. This will depend upon how you create your web pages as to how you add this. If you are using Dreamweaver you should switch to the code view; using Wordpress see later in this post; using a template based system you will need to edit the templates through a template editor; any other system you need to look for a source code edit feature.
Now start at the top of the page and look for an entity starting and add xmlns:fb="http://www.facebook.com/2008/fbml" at the end of the entity (before the closing angle bracket >). If you don't have an xmlns tag then create one as follows:
xmlns:fb="http://www.facebook.com/2008/fbml">
Now go down to the very bottom of the page and insert the following just before the tag: You will need to change the appID to the one provided when you register your application. Note you could instead copy and paste this section of code directly from the example that Facebook provides when you register.
Adding Facebook Social Plug in
I've used the Facebook Connect social plugins to provide a comments feature to my website blogs (see: Blog comments using Facebook connect social plugins).
The reason I added this was because of the way that I create my blog. I use Wordpress as my blog engine running on my WatkissOnline web server, but then depending upon the category, some of the posts are exported to the First Aid Quiz (Health, Safety and First Aid related) website and some to the PenguinTutor.com (Linux, computer and technology related) website. This works well except for one feature, the comments are not available except on the main Wordpress site. Technically it would be possible to show the comments and even to create a proxy system to submit comments, but this would need a significant amount of time to develop properly. So I looked at what other options were available and came across Facebook Connect. This provides a number of facebook social networking features that can be integrated into other web sites.
There are a number of advantages to using Facebook such as:
- Easy to add to your web site (only a few lines of code)
- No additional data protection regulations (Facebook is responsible for those)
- Encourages other Facebook users to know and engage with your web site
It is the last of these that is very appealing.
There are some downsides as well such as:
- Lack of direct ownership of the comments
- Does not directly build your potential customer base - although creates alternative in form of "fans"
- It is only going to be as good as how well your users trust Facebook (which is working at alaying fears over privicy at the moment)
I believe that the potential benefits more than out way the negative aspects.
Enabling Facebook Connect XFBML
Enabling Facebook Connect XFBML
There are a couple of different ways of embedding Facebook content into a website. I've chosen to use the JavaScript SDK with XFBML which incorporates the Facebook Markup Language into the page's HTML. This sounds quite scary, but is in fact a simple way of embedding the features using only a minimal amount of code. If you are not familiar with what html code is or what it looks like then you may want to learn some html before continuing (see book review HTML, XHTML & CSS Sixth Edition, by Elzabeth Castro).
The JavaScript SDK is a chunk of JavaScript code that is downloaded to your visitor's browser and converts the XFBML tags into code that your web browser can understand.
The first step to using the JavaScript SDK is to register as an application with Facebook. We won't actually be creating an application as such, but it means that you will be allocated an Application ID which is needed to allow your site to use the SDK.
Register as a Facebook application developer here.
Enter an "application name" and you will then be provided with the following information along with an example page. It's the unique App ID we are interested in here.
App name: yoursitename
App URL: http://www.yourwebsite.com
App ID: 123123123123
App secret:123123123123
VGA Feature Conector
I have found a pinout for the connector:
Video Feature Connector Pinouts.
Pin Name Function 1 PD0 Dac Pixel data bit 0 2 PD1 bit 1 3 PD2 bit 2 4 PD3 3 5 PD4 4 6 PD5 5 7 PD6 6 8 PD7 7 9 - Dac Clock 10 - Dac Blanking 11 - Horizontal Sync 12 - Vertical Sync 13 - Ground 14 - Ground 15 - Ground 16 - Ground 17 - Select Internal Video 18 - Select Internal Sync 19 - Select Internal Dot Clock 20 - Not Used 21 - Ground 22 - Ground 23 - Ground 24 - Ground 25 - Not Used 26 - Not UsedAnd I assume that pins 1 - 12 are outputs, and 17 - 19 are inputs. Is this correct?
The reason is this - I have a Rombo Media Pro+ video digitising card. It chroma keys its output into the vga monitor signal. However, although it is supposed to work with an ET-4000 with Hi-colour RAMDAC, the colours on screen behave as if the top 2 bits of colour information are missing, and red, green, blue signals are swapped around. Rombo has suggested that this may be due to insufficient buffering on the feature connector outputs, and is happy to sell me a buffer device for 50 pounds. I would rather save about 45 pounds, and build my own. I assume it would require (for example) a 74F244 buffer IC (or two).
VGA Card Informations
VGA frequencies in different modes
From: steveq@syd.dms.CSIRO.AU (Stephen Quigg) Newsgroups: sci.electronics Subject: Re: VGA startup board/monitor sync? Date: 14 May 91 23:06:07 GMT Organization: CSIRO Maths and Stats & Applied Physics, Sydney, AustraliaThe VGA board tells the monitor what to expect by the polarity of the horiz. and vert. sync signals. Here's what an NEC MultiSync 2A sets up to.
Vert Res. Horiz Freq H Sync Vert Freq V Sync Polarity Polarity 350 lines 31.5 kHz pos 70.07 Hz neg 400 lines 31.5 kHz neg 70.07 Hz pos 480 lines 31.5 kHz neg 59.95 Hz neg 600 lines 35.2 kHz pos 56.24 Hz posYour problem is probably one of the following; 1. You are trying a mode your monitor won't support. 2. Your monitor is out of adjustment. 3. Your monitor is faulty. Possibly, the card or monitor is not "playing the rules", eg monitor expects one set of sync rates according to the sync polarities, and the card is sending out another (unlikely but...)
VGA Monitor ID Signal
VGA monitor ID signals
From: Jay_R_Keller@cup.portal.com Newsgroups: sci.electronics Subject: Re: VGA monitors Date: 22 May 91 01:49:05 GMT Organization: The Portal System (TM)Mike Diack asked about VGA monitors.
Mike, I don't know if this is related to your problem or not, but IBM monitors have 3 pins dedicated to a "monitor ID" code, which is available to the VGA (or 8514/A or XGA) card, and also to the software. OS/2 uses it, for example, to automatically install the correct display support. The code:
PIN 4 PIN 11 PIN 12 Meaning n/c n/c n/c No monitor attached n/c n/c GND Mono monitor with no support for 1024x768 n/c GND n/c Color monitor with no support for 1024x768 GND GND n/c Color monitor with support for 1024x768Maybe your projector is not providing the code to tell the VGA that it is there. If so, you can try modifying the plug.
DISCLAIMER: I know this works for some Sony monitors, which support 1024x768 but don't provide the proper code to the PS/2, so they come up in 640x480. By changing the plug, the system sees the monitor as high-res-capable, and configures itself for 1024x768. Whether grounding pins in your plug will your projector, however, I can't say (although I doubt it).
Good luck.
Sponsor Link
Popular Posts
-
windows is unable to connect to the select network. the network may no longer be in range. please refresh the list of available networks, an...
-
The android platform was founded by Google and offers on the base the Linux kernel 2.6 a uniform interface for mobile equipment and programm...
-
What's new for security The Security Center Use the Security Center to check your security settings and learn more about how to improve ...
-
System Restore Ever wish you could turn back the clock after a bad crash? With Windows , you can. Sometimes installing a program or driver c...
-
Mac OS was named by the company Apple as "Mac System Software" in the beginning, a specially designed operating system only for 68...
-
If you installed many programs in Windows XP, it takes much time to start. Again, if you want to shutdown Windows XP, it also takes much tim...
-
Startup programs are programs that are automatically started by Windows when the operating system starts. The problem is that many programs,...
-
WordPress Vs. Blogger: Which Should You Choose for Your Professional Blog? You've made the decision to start a professional blog. Now yo...
-
Converting a PDF file takes time and money. It also takes some knowledge and a premium software pack. So it is not as easy as it tooks. A PD...
-
Test Your DVD Before you go and hand the DVD out to a family member, you’ll want to pop the disc into a DVD player and make sure it works. W...