tclogo



HotelsCombined.com

Pages

Archives

Categories


Recent Postings

Recent Comments

Feeds

RSS2 feed

Links

Most Popular Posts

Archive for October 2006

Launching Applications on Windows startup

Tuesday, 31st October 2006 8:14pm
Last week a friend asked me how to make an application launch on booting Windows XP. Although I knew how to do that it took me a while just to remember how its done. Sometimes there is a need to launch applications like mail applications like Thunderbird and Outlook and browsers like Firefox and IE when you boot because you are more likely to do that anyway.
In that case the simple solution is to locate the Startup folder like this:


C:\Documents and Settings\userlogin\Start Menu\Programs\Startup


where userlogin is the user login and you can replace C with your particular drive.


In the Startup folder, you just paste the shortcut to the application you want launched and the easiest would be to get the shortcut from the desktop if you have the shortcut there.

delicious delicious | digg digg

Category: Windows | Comments : 1

Browsing with IE7

Friday, 27th October 2006 8:38pm
For the past few days I have been trying out IE7 and I should say that its far much better than IE6 and it also comes in line with other browers like Firefox and Opera.


I use an IE browser mostly for checking how a website looks like when browsing with IE as the majority of my users still use IE. I was impressed from the brief testing that I carried out that it looks like IE7 is more compliant to CSS as some pages that didn't look right with IE6 now look perfectly alright in IE7 as they do in both Opera and Firefox.


Unfortunately IE7 is not available for Microsoft operating systems earlier than XP SP2 and therefore users who use Windows 2000 will still have to make do with IE6 unless they opt for another browser like Opera or Firefox. XP SP1 users also won't have access to IE7 but I don't see any reason why one would be stuck with XP SP1 when they can freely upgrade to SP2.


For those users with Windows 2000, a developer would need to have Windows 2000 installed preferably in a virtual environment to check the user experience for IE6. I won't be going that path as I will just check with IE7 unless there is a compelling reason to do so.


RSS handling and tabbing are some good features of IE7 as well as increased security which includes the anti-phishing checker.


From the few pages that I printed I also realised that IE7 handled the printing better than IE6 used to do.

delicious delicious | digg digg

Category: Browsers | Comments : 0

Moving around with your settings

Wednesday, 18th October 2006 6:17pm
When I bought my first USB flash drive, it was basically for storage of files and photos and mostly as a backup of my web files. Lately storage has sort of taken a back seat although I still use it for that but I now increasingly use my USB flash drive for running portable applications from PortableApps.com.


One of the most useful portable applications that I use is Firefox Portable. This helps me to use Firefox but will all my usual bookmarks and extensions irrespective of what PC I use. This is quite useful for me because my bookmarks contain most of the sites that help me with my work.


I think the second most important application would have to be Thunderbird Portable. Once in a while I use Mail2Web to access my e-mail but while you can read and sent e-mail quite alright you won't have access to your address book and this is where Thunderbird Portable comes handy.


The one portable application but I haven't tried yet but will be trying soon is XAMPP. This is an integrated server package of Apache, mySQL, PHP and phpMyAdmin that will allow you to do your development from a USB flash drive and until I try it out I can't say any more.

delicious delicious | digg digg

Category: Open Source | Comments : 1

Taking care of orphaned libraries

Sunday, 15th October 2006 9:09am
Its been sometime now since I installed Ubuntu and after a number of software installations and un-installations, there are a number of orphaned libraries that are left behind that need to be cleaned up. The idea is just to free up some space that I can use it for other purposes and this is more or less like the registry clean-up in Windows.


I used Orphaner to select and then remove the orphaned packages. I think its a good idea to click Simulate first before clicking OK after selecting the libraries set for removal. Simulate will let Orphaner test the removal of the packages selected and will notify you if there are any issues. I didn't get an error myself so I don't know how the error message would look like.


If you have the gstreamer libraries listed in the list don't select them for removal. gstreamer libraries may be listed as orphaned but don't remove them because they are used by multimedia Gnome applications and that may cause problems in the future. A more detailed coverage of package removal can be found on the Ubuntu forum.


Still on installations, I started my Ubuntu PHP development using the Bluefish IDE but I have since moved on to the Quanta Plus IDE as my main development environment. I installed Quanta Plus to see how it works and I have since been impressed by its handling of projects which I think is better that Bluefish's and also another plus is that you can collapse or expand sections of code like you would do in Microsoft Visual Studio.


I like this because on fairly large classes you can just make sure that all that you can see are the methods you are dealing with and then expanding others as you need them and then collapsing them again.


I haven't unistalled Bluefish as such because I still use it for writing quick test scripts.

delicious delicious | digg digg

Category: Ubuntu | Comments : 0