Saturday, September 19, 2009

Shutdown, Restart, and Logoff Icons on Desktop

You can have shortcuts on the Desktop for shutdown, restart, logoff, standby etc.Shutdown restart icons on desktop

Right-click on the Desktop and create a new shortcut by selecting New > Shortcut.

Then in the Type the location of the item box, entershutdown.exe -s -t 00

where 00 is the delay in seconds (you can increase it). You will then be asked to select a name (call it “Shutdown”, for example).

After creating the shortcut, you can change the icon assigned to it by right-clicking on the shortcut and selecting Properties. The window that comes up next has a Change Icon option.

For a Restart shortcut, use shutdown.exe -r -t 00

For logoff shortcut, type shutdown -l -t 00

For Fast User Switching shortcut, use Rundll32.exe User32.dll, LockWorkStation

For Standby/Hibernation shortcut use Rundll32.exe PowrProf.dll, SetSuspendState

Sunday, September 13, 2009

Add Button 'Save Blogger Post As Pdf' Blogger


How to add 'save As Pdf Button' in each blogger post of your blogger so as the readers can save your post in pdf format which they like.This tool will really help your readers in saving your post they like.I am vey happy to post this button as i m sure my readers will like this for sure as is very useful.After this post i will post an trick 'how to save any blogger all posts as pdf too' i.e to download all bloggers posts of any blog in pdf format.

How to add 'save As Pdf Button' ?




Login to Blogger > Layout > Edit HTML > Expand Widgets > Press Ctrl+F > Search For Below Red Codes

<data:post.body/>

If you are using Read More Hack you will find above code twice so use second code.

Add the below codes after the above codes

<script type="text/javascript">
</script>
<script src="http://web2pdf.freepdfconvert.com/pdfbutton.js" type="text/javascript">
</script>

Preview it.If its work fine.Save your template.