Blog notes:
Check the Freshness of a Web Page’s Content
Sometimes you like to know how up-to-date the contents of a Web page are. In some cases authors put information about when a page was updated at the bottom of the page but very often they do not. You can use a short JavaScript command to find out when a page was last updated. While the page is being displayed, type and enter into the Address area:
javascript:alert(document.lastModified)
A pop-up window will appear with the time and date of the last page update. Note that this information is primarily useful in an indirect way. Many pages contain components such as hit counters that are constantly being updated while most of the page may be static. Thus only a last page update that is older than the present date is really informative. Pages that show the present date and time may actually have mostly content that is quite old.
————–
Repairing or Reinstalling Internet Explorer
IE is bundled with the Windows XP operating system and cannot be removed. However, if IE becomes damaged or corrupted in some way, there is a procedure to repair it with a reinstallation. See this Microsoft reference for some details. The following procedure given by Doug Knox can be used (the Windows CD or I386 folder must be available).
Go to Start-Run and enter the line below to run IE Setup:
rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %windir%\Inf\ie.inf
If you prefer, Doug Knox also provides a VBS file that will carry out this command.
—————
Group Policy editor
to fire up the GPE, click [Start] [Run] and type [gpedit.msc] in the data input line. If all is well. you’ll see the GPE as shown below.
—————
Cleaning Temp Files on Windows Systems
Go to the command line and
start – run – cmd
type the following del /f /q /s %TEMP%\* %windir%\temp\*
—————
Music Playing for website http://www.kplaylist.net/
—————-
Piwigo is a photo gallery software for the web, http://piwigo.org/
—————-
http://www.prestashop.com/
Donload and install and test this shop
http://www.prestashop.com/en/showcase_demo
need to know how templates work