Archive

Posts Tagged ‘computer’

Convert Webpage to PDF Files

March 9th, 2009 Jigish Thakar No comments

Wonder how you can do a quick conversion to PDF format for reference when browsing and reading an interesting website’s article? There are various ways to do it but in case you don’t want to mess up your computer with unnecessary software installation, you may want to give this web service a try. The website, with the name of HTML-PDF-Converter, allows users to convert any websites’ contents to popular PDF format in simple steps.

read more

Download IE1 – IE8

March 9th, 2009 Jigish Thakar No comments

 Download IE1 – IE8Internet Explorer Collection is a free tool that allows you to install all versions of Internet Explorer (IE) on our computer. This pack includes all versions from version 1 (4.40.308) to the new Internet Explorer 8 (8.00.6001.18372) and are standalone so they can be used at the same time. Moreover this collection also includes the Internet Explorer Developer Toolbar 1.00.2188.0. This Explorer Bar provides a variety of tools which make troubleshooting websites easier. The Internet Explorer Developer Toolbar is compatible with Internet Explorer 5.0 and higher when using Windows 2000 or higher.

Internet Explorer Collection 1.2.0.2 includes the following versions of IE:

  • Internet Explorer 1.0 (4.40.308)
  • Internet Explorer 1.5 (0.1.0.10)
  • Internet Explorer 2.01 (2.01.046)
  • Internet Explorer 3.0 (3.0.1152)
  • Internet Explorer 4.01 (4.72.3110.0)
  • Internet Explorer 5.01 (5.00.3314.2100)
  • Internet Explorer 5.5 (5.51.4807.2300)
  • Internet Explorer 6.0 (6.00.2800.1106)
  • Internet Explorer 6.0 (6.00.2900.2180)
  • Internet Explorer 7.0 (7.00.5730.13)
  • Internet Explorer 8.0 (8.00.6001.18372)

You can get more information on multiple version of Internet Explorer and download (54.5Mb) from http://finalbuilds.edskes.net/iecollection.htm.

Listen to Music from Computer on your Cell Phone with Didiom

October 20th, 2008 Jigish Thakar No comments

didiom logo Listen to Music from Computer on your Cell Phone with DidiomDidiom is a new service that may interest music fans who want to stream songs and iTunes playlists stored on a PC on to their cell phone over the Internet, for free.

Didiom works like this: you download a desktop application (no Mac support yet) and select folders containing audio files that you want to listen on your mobile phone. Read more…

SiteReloader to Help Auto Refresh Your Favourite Webpages

October 13th, 2008 Jigish Thakar 1 comment

If you would like to stay current with information on your favourite website such as auction, sport result, email, market share price and etc, instead of pressing refresh button every time, now there is a web based application named as Site Reloader that will help you auto refresh the webpage at your selected interval.

Read more…

Cookies Vs Sessions

October 8th, 2008 Jigish Thakar No comments

Both cookies and sessions are available to you as a PHP developer, and both accomplish much the same task of storing data across pages on your site. However, there are differences between the two that will make each favourable in their own circumstance.

Cookies can be set to a long lifespan, which means that data stored in a cookie can be stored for months if not years. Cookies, having their data stored on the client, work smoothly when you have a cluster of web servers, whereas sessions are stored on the server, meaning in one of your web servers handles the first request, the other web servers in your cluster will not have the stored information.

Sessions are stored on the server, which means clients do not have access to the information you store about Read more…