Monday, August 31, 2009

How to Save or Back up Widgets in Blogger

There are many methods to back up blogger widgets, but I am going to show you just the easiest one, which does not require you to play around with css codes and edit html templates.
Before you start, I would suggest that you take a screenshot of your blog with the widgets or maybe even the Page Elements page, so that you know exactly where the widgets or page elements are placed in your old template.

Now, to back-up all the widgets, do as follows:

  • Log into your blogger account.
  • Go to Dashboard .
  • Click on Layout. The Add and Arrange Page Element window will open up.

  • You will see an Edit option on each of the widget's right-bottom corner.
  • Click Edit.

A pop-up window will open and you will find some codes there. Copy the code and save them to a notepad file. Name each block of codes with the title of that particular widget. This is because, when you reinstall the widgets, it will be easier for you to realize which code belongs to a particular widget.



Back-up all the gadgets, in this similar manner and save them all in a notepad file.

You do not need to back-up the following widget codes as they are the default gadgets to your blog and will be automatically uploaded to your new template.

  • About Me gadget
  • Followers gadget
  • Archives gadget
  • Label gadget

Yes, thats it! Done! Your widgets have been saved.

To install the widgets, go to the Add a Page Element page, click on Add a gadget and copy the codes. Done!Your widgets are back in the new template! Cool! :) Hope this was useful to you! Read more Entry>>

How to Install Blogger XML Template

Are you sick and tired of the usual templates supplied by blogger? Well, you can always go in for those wonderful, amazing customized XML templates available on the internet! Switching over to those xml templates from your current template is really a breeze! You can have it, all up and running in a matter of minutes!

Choose and download the template of you choice to your computer. If the template is in a zip file, then, unzip it and extract it. Next, if you have loads of widgets in your present template you can Save the Widgets before installing the Xml template or if you not care about losing those widgets, just move on to the following steps.

  • Log in to your Blogger dashboard and go to Template> Edit Html.
  • Back up your template by clicking on the "Download Full Template" and save it in your hard drive.(In case something goes wrong ,you will always be able to upload your original template.)
  • To “Upload a template from a file on your hard drive" :Click the Browse button and enter the location of your xml template file.
  • Click Upload .The Html of your new template will now appear in the box below.


If you are using the new template for the first time ,you can click on the Save Template button. But then, if you have some widgets in the old template you will get a message like this:

Let's say that you do not want the existing widgets, then go ahead and click on the “Confirm and Save” button . But, on the other hand, if you want all those widgets or Page Elements then follow this tutorial.

That’s it! Your new template has been uploaded successfully! Have fun changing your templates!:) Read more Entry>>

Tuesday, August 25, 2009

Nokia Booklet 3G -mini laptop

There’s good news for Nokia fans! Nokia has finally announced a very real 10-inch mini-laptop or netbook called Booklet 3G.
Running an Atom Z530 processor instead of the more common N270, it also has:
• An HDMI port
• Wi-Fi
• 3G (obviously)
• A Webcam
• An SD card reader
• A-GPS and maps integration
• Bluetooth
• A12-hour battery life
• A 2cm (.78 inch), 2.7lb aluminum body that's sleek and sophisticated.
The Booklet 3G also runs Windows -as to whether it's Windows 7, Nokia isn't announcing it as yet.


The other unique feature of Nokia 3G Booklet, is its integration with Nokia's Ovi tools, maps, music store, and cloud-based Ovi Suite. Nokia has yet to make public how much software it will be adding to Windows , but then it would be a cool idea to add a great deal of their mobility-assisting software as possible.
The price or launch date has not been announced yet and Nokia plans to disclose a lot more on September 2.
More more info ..check out Nokia's Press release.




Read more Entry>>

Sunday, August 23, 2009

Nikon COOLPIX S1000pj with built-in Projector

Nikon’s COOLPIX S1000pj is the world’s first compact digital camera to feature a built-in projector. The camera projects your favorite photos or movies clips on any flat surface at up to 40 inches in size. Pictures can be projected individually, or as slide shows complete with music and added effects. Thus, it enhances the fun of sharing pictures and special moments anywhere.

A handy projector stand is included along with a remote control that can be used to operate the projector, release the shutter, and more. Apart from the micro projector, the rest of the S1000pj features the usual standard point-and-shoot capabilities.

Its features include:

  • 2.7- high-resolution LCD monitor with anti-reflection coated cover
  • 12-megapixel sensor
  • 5X zoom lens
  • 16 shooting modes
  • Four different movie modes.
  • Active Zoom
  • Approx. 36 MB of internal memory
  • Hi-Speed USB connectivity
  • Projector Brightness up to 10 lumens
  • Image size 5 to 40 in

The camera’s weight is approx. 155 g (5.5 oz.) without battery and SD/SDHC memory card

Supplied accessories - Rechargeable Li-ion Battery EN-EL12, Battery Charger MH-65, USB Cable UC-E6, Audio Video Cable EG-CP14, Strap AN-CP19, Projector Stand ET-2, Remote Control ML-L4, Software Suite CD-ROM

System Requirements:

OS Macintosh: Mac OS X (version 10.3.9, 10.4.11, 10.5.6, 10.5.7)
Windows: Preinstalled versions of Windows Vista Service Pack 1 (32-bit Home Basic/Home Premium/Business/Enterprise/Ultimate editions), Windows XP Service Pack 3 (Home Edition/Professional)

Note :CD-ROM drive required for installation. Only built-in USB ports are supported.


Nikon COOLPIX S1000pj will be available in Black or Warm Silver and will be released in mid-November at an expected retail price of $429 (£252).


Read more Entry>>

Saturday, August 22, 2009

Disable Right Click on your Blog

Are you terrified that the unique content and those amazing graphics or pictures on your blog will be copied? Don’t panic! :) You can disable the right click on your blog and protect the contents and images on your blog! Cool. Actually it is a widget and it is so very easy to install!
Just follow these simple steps:

Step 1:
Go to Template -> Page Elements.
Step 2 :
Add a Page Element -> then Add a HTML
tep 3 :
Now just copy and save the following code into Html

<script language='JavaScript'>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="No Right-Click!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

Yes, you are done! Right click on your blog has been disabled! 

Enjoy this hack ! Read more Entry>>

Thursday, August 20, 2009

Add HTML Codes in Blogger Post

Do you want to write some Html codes in your blog post? If so, first you would have to make a few simple changes to your blogger template so that it is able to resist any codes in the post. If you do not make the changes in the template, the Html code in your blog post will merge with the codes in the basic blogger template and you would not be able to view any codes in your post.

Hence, to make some changes in your blogger template , you would have to add a few CSS codes to your template.

Step1 :

Go to Dashboard> Layout >Edit Html.



Step 2:
Click on "Edit HTML " Tab and it will open up a new window .
Step 3:

Now Search for this Code: ]]></b:skin>
(Check out here to locate a code easily in the Template)

Add the following Code just above the ]]></b:skin> code.

pre
{
background:#efefef;
border:1px solid #A6B0BF;
font-size:120%;
line-height:100%;
overflow:auto;
padding:10px;
color:#000000 }
pre:hover {
border:1px solid #efefef;
}
code {
font-size:120%;
text-align:left;
margin:0;padding:0;
color: #000000;}
.clear { clear:both;
overflow:hidden;
}
Step 5:

Save Your Template.

Done! Now, your blog is ready to show HTML codes in every blog post. Awesome, isn’t it? Also,it is so very easy.

There is still one more step you would have to follow, to show Html codes in blog post.
While writing your post , go to Edit Html section of your post and add <pre>before and </pre>after the codes.

Like this: <pre>Your Codes Here</pre>

That’s it! Your Html codes will show in your Blog post! :) Read more Entry>>