I've got a Canon EOS 300D Digital Rebel. I've loaded the latest Canon Windows XP WIA Driver (5.2.0) - there is no Vista driver listed on the Canon site.
I don't get the "Import using Windows" dialog when I connect the camera, and Windows Photo Gallery doesn't list the camera in the import list (although my Canon scanner is listed).
I have the 350D, and it works just fine, without using any additional drivers, just the built in Vista stuff.However, you do need to change the way the camera communicates with the PC (Twain and WPA).
On the Setup 2 screen, change the Communication setting to the other option (I forget which way round they are).
In case your web hosting account is not configured to serve certain mime types with the proper content type. You can change this using .htaccess file.
For example if you need to configure your server to display ASX files:
AddType video/x-ms-asf asf asx
For windows media audio WMA
AddType audio/x-ms-wma .wma
A comprehensive list of mime-types can be found here
There is one more useful feature of the AddType directive. Most of you most probably know that Internet Explorer opens MS Word, Excell, PDF and some other files inside a browser window. To force the browser to download the file you can use AddType to change the document type:
AddType application/octet-stream .doc .xls .pdf
This has not been replace by a 2011 version search this site for updated instructions
After grabbing the Windows Live Messenger standalone silent installer, optionally user can uninstall the Windows Live Suite (all programs) from Control Panel, and install Messenger.msi (and Contacts.msi too) again to get rid of all other Windows Live components except WLM9, saving time and bandwidth in future installation.
The trick also work for all other Windows Live products such as Windows Live Sign-In Assistant (wllogin.msi), Windows Live Writer, Windows Live Mail ,Windows Live Toolbar, Windows Live Photo Gallery, Windows Live Family Safety, Segoe UI Font, Windows Live Call and Microsoft Office Outlook Connector.
This prevents code stripping or manipulation of code between the geshibot tags (using curly braces) in FCKeditor WYSIWYG. (or anyother specified tag)
Firstly make sure you have set Joomla's whitelist/blacklist thing properly as descibed in this article.
http://docs.joomla.org/Why_does_some_HTML_get_removed_from_articles_in_version_1.5.8%3F
The easiest way of checking this is to turn off your editor, paste some code in, save the article and see if joomla has stripped the code out.
Next choose FCKeditor as your WYSIWYG, install if needed.
To prevent any code in between the geshibot tags being stripped out we need to add a line of code to
/plugins/editors/fckeditor/fckconfig.js
search for (about line 66):
{code class="brush: text"}// FCKConfig.ProtectedSource.Add( /(
right below it add:
{code class="brush: text"}FCKConfig.ProtectedSource.Add( /{geshibot[\s\S]*?}[\s\S]*?{\/geshibot}/g ) ; // Protects all code between GESHI tags{/code}
or another example using code and curly braces
{code class="brush: text"}FCKConfig.ProtectedSource.Add( /{code[\s\S]*?}[\s\S]*?{\/code}/g ) ; // Protects all code between code tags{/code}
Save file, empty you browser cache to make sure nothing is left. FCKeditor will now leave all code between the geshibot tags alone.
This code will allow you to specify the parameters of Geshibot in the first bracket aswell.
Please note, when you uninstall or upgrade this change will dissapear and will have to mod the file again. Also, the geshibot tags and the code between it will only be visible on the source page.
This technique can be used to protect other needed tags for FCKeditor
The following instructs FCKeditor to accept the tags <MYTAG> and <CUSTOM> . The following protects tags that are in the normal html entity style with the greater and lesser than signs
{code class="brush: text"}FCKConfig.ProtectedTags = 'MYTAG|CUSTOM' ;{/code}
Sage Line 50 Accounting never uninstalls completely and occasionally on upgrade will stop working with such sypmtoms as:
To solve this follow these steps:
Sage should now work. You can now also install any company data in to Sage. I would also install all updates.
STOP 0x0000007B: Inaccessible Boot Device occurs after you have imaged a harddrive or installed the harddrive in to a new PC with a different configuration.
This is caused by windows not having the correct 'Boot Level' drivers installed to access the SATA or the wrong IDE drivers are installed.
This can be fixed by one of the following. work through them in order.
If you have created a website and forgot to set the charset to UTF-8 and it has defaulted to Latin-1 then follow the instruictions below.
This also applies to other menu itmes.
It's a little obscure when first using Joomla...
In your Administrator portal, select Menus>Main Menu>Home>Parameters(System); there's a radio selection for "Show Page Title", select "No", and it will be removed.
Go to the Run item on the Start menum, and type:
regsvr32 <path & filename of dll or ocx>
or
1.Locate the file using windows explorer or My Computer. Alternatively search for the filename.
2.Hold down the shift key and right click on the file. Then click 'Open With...' from the menu.
3.An 'Open With' dialog box should appear. Click the button 'Other...'.
4.Navigate to your windows\system32 directory and select the file 'RegSvr32.exe'. Do a file search for it if you have trouble locating the exact folder. On Windows 2000 it is typically located in c:\WINNT\System32. Click Open to select the file. Then click OK on the 'Open With' dialog.
5.You should see a message indicating the file was successfully registered. If you see an error message, try restarting your computer and going through the above process again.