Here is a small but interesting Tweak for all the readers. Using this Tweak you can display anything in the Taskbar Clock, It can be your own name, any message or anything else you want to be displayed.
How To Display Anything (Your Name Or Any Message) In The Taskbar Clock
1: Open Control Pannel
2: Click Regional and Language Settings
3: Click The button "Additional Settings"
4: Under the tab "Time", make the changes according to your likings. Navigate to time formats
Choose Any of the following 4 formats
1. (Anything):
Type tt in the Long time textbox. Type anything that you want to display in the AM symbol & PM symbol textboxes
2. (Anything) (Hour):(Minute):
Type tt h:mm in the Long time textbox. Type anything that you want to display in the AM symbol & PM symbol textboxes
3. (Hour):(Minute) (AM/PM) (Anything):
Type h:mm tt in the Long time textbox. Type AM +(anything that you want to display) in the AM symbol textbox. Type PM +(anything that you want to display) in the PM symbol textbox.
4. (Hour):(Minute) (Anything):
Type h:mm tt in the Long time textbox. Type anything that you want to display in the AM symbol & PM symbol textboxes.
Featured Posts Option is just like a Headings in News Paper. This option gives a small introduction to the most important posts of your blog. Final Product will be looking like this.
You can add countless number of featured posts to your Featured Posts Gadget. This Gadget displays all the post (you want to be shown) after a regular interval of time. You can also change the time interval according to your needs, only if your are familiar with editing HTML codes.
How To Add Featured Posts Below Blog Header
1: Just Go To blogger Layout > Page Elements and Click Add a Gadget as shown in image below. Select HTML/Java Scripts Gadget
3: Make The necessary changes as described in the code and save. You have to just change the things highlighted in red color. This will add one Featured post only.
4: If you want to add more post then Just before code </div><!-- /featured-post -->
add this code :
<div class="featured-item"> <img alt="Image Name" width="304" src="Link of the Image" class="featured-thumb" height="190"/> <div class="post clearfix"> <p class="date-post">Date of the Post </p> <h2 class="title"><a href="Link of the Post" title="Title of the post">Title of the post.</a></h2> <div class="entry"> Post Content Or Description </div> <a class="read-more" href="Link of the Post" title="Continue Reading...">Continue Reading...</a> <a class="Add to Your Blog" href="http://fsadvisor.blogspot.com/2010/07/how-to-add-featured-posts-gadget-in-you.html" title="Add to Your Blog">Add to Your Blog</a> </div> </div>
5. Repeat The step and Get as much post you want.
In The Same way keep On ading or editing all codes to show your Featured Post.
This Post is all about explaining you guys to Insert "Add a Gadget" option in your blog below the blog Header (If already not). Blogging is fun, and playing with blogger codes is a recreation. By adding this option you can add any gadget below your blog header e.g. Featured Posts or any other...
How to Insert "Add a Gadget" Option Below Header
Note: Download Template as Backup
1: Log-in to you blogger Account
2: Move to Layout > Edit HTML
3: Check the check box "Expand Widget Templates"
4: Now Find
Table 1
<b:section class='header' id='header-left' maxwidgets='1' showaddelement='no'> <b:widget id='Header1' locked='true' title='YOUR BLOG NAME (Header)' type='Header'/> </b:section> </div> </div>
You can find this piece of code below the <div id='header'>
5: Copy and Paste the following (Table 2) code below the above (Table 1) code and Save Your Template
The most effective way to earn from a website/blog is by having a great number of visitors to your blog. The greater the visitors stay on your blog, the better will be your page rank in search engines.
What makes your visitor to stick to your blog/website.
1: Great Piece of writing in easy and simple words.
2: Adding the Recent Posts Widget to Blog will also help you to make your visitors stay on your blog.
I am writing this post to tell you how you can Add "Recent Posts" Widget to your blog. Follow these simple steps to install this widget on your blog.
You can Insert this widget to your blog by two ways
Method 1: Simple Add a Gadget (Beginners)
Method 2: Blend in template HTML code (Recommended / For Experts) The Final Product will be looking like this
Method 1 (For Beginners)
1. Login to your blogger account and navigate to "Design>>Page Elements". Click on "Add a Gadget" and select "HTML/JavaScript".
2. Copy the following code and paste in the pop up window that appears.
This post is basically explaining the steps to insert e-mail subscription form below the post of your blog. This is a very simplified piece of HTML code with proper guidance. This e-mail subscription form will help your readers to easily subscribe to your blog.
Final output will look like this one
You can even change the color of the text box according to your blog color by changing rgb(100, 149, 237); from the Emial subscription code according to your desire.
How To Insert e-mail Subscription form Below Blog Posts
1: Login to You Blogger Account
2: Under the tab Design Click Edit HTML
3: Check the check box "Expand Templates Widgets"
4: Find (Press CTRL+F to find <data:post.body/>
5: Now download the following code and copy/paste it below the <data:post.body/> (Step 4) piece of code. as show in the image below
Nero has upgraded its free disc burning software on July 12, 2010 to v10 and is available to download now.
The latest version of Nero BurnLite free is fully compatible with Windows 7. The download size is just 31 MB and can be downloaded from the below mentioned link. Nero BurnLite 10 contains simply data burning and disc copying features for CDs and DVDs.
The free burning tool supports Data CD (ISO, UDF, ISO/UDF) and Data DVD (ISO, UDF, ISO/UDF) disc formats, and CD-R, CD-RW, DVD±R, DVD±RW, DVD-RAM, DVD±R DL media types.
The official Windows personalization gallery, which sports hundreds of themes, has been refreshed and updated with a new theme named Bing’s Best Japan.
Bing’s Best Japan theme is a collection of 18 best Japan’s pictures The theme contains a total of 18 wallpapers. The download size is just 17.4 M
This post will be very helpful for those who are earning from the Adsense Revenue Program. In this post you will learn an AdSense trick which will allow you to put the ads inside your blog posts in any part of your post.Once Added you can place the ads anywhere in the post like after the first line of text, before the last line, in the middle..... and you can have the ads in different areas in every post. By placing Adsense Ads inside your blog posts, you can have a positive change in your earnings. It will be more effective if you try to make the ad units blend-in with the rest of the content when your picking the colors.I have another post on how to add your Adsense Directly Below the Title of your posts
There is a bit of extra work in this tutorial but if you follow step by step you should have no problems also make sure to Back up your template.
How to Insert Adsense Ads inside Blogger Posts
First you have to get the Adsense Code from your Adsense Account
Go to your AdSense account and Choose what type of ad you want inside your blog posts.
Grab the code for the AdSense unit.
The AdSense code must be place in your blog templates html to do this we must use an adsense praser.
Paste your Adsense Code inside and click make friendly.
Your ADSENSE code is ready to use in template now.
Follow he following steps
Log-in to blogger account
Go to Design>Edit HTML
Click "Expand Widget Templates"
Find (Press CTRL + F)<data:post.body/>
Now replace <data:post.body/> with the following
<div expr:id='"aim1" data:post.id'></div> <div style="clear:both; margin:10px 0"> PUT YOUR PARSED ADSENSE CODE HERE </div> <div expr:id='"aim2" data:post.id'> <data:post.body/> </div> <script type="text/javascript"> var obj0=document.getElementById("aim1<data:post.id/>"); var obj1=document.getElementById("aim2<data:post.id/>"); var s=obj1.innerHTML; var r=s.search(/\x3C!-- adsense --\x3E/igm); if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r 16);} </script>
7. Put your Adsense code where you see: PUT YOUR PARSED ADSENSE CODE HERE 8.Save your template - Were not finished....
Now you can make the Adsense Ad appear in any part of your blog post :
9. When you writing your post place <!-- adsense --> in your post
So if you place the <!-- adsense --> tag at the top of your post the ad will appear there ...half way down ...near the bottom ...at the bottom...wherever you want it !
App: a computer program like any web browser, pdf reader, or any other.
D.Link:::::PortableApps This is a simple computer program that you can carry anywhere you want on your portable device and use it on any Windows computer. When your USB flash drive, portable hard drive, iPod or other portable device is plugged in, you have access to your software and personal data just as you would on your own PC. And when you unplug the device, none of your personal data is left behind.
No Special Hardware - Use any USB flash drive, portable hard drive, iPod/MP3 player, etc
No Additional Software - Just download, run the portable installer and go
No Kidding - It's that easy
Carry your web browser with all your favorite bookmarks
Carry your calendar with all your appointments
Carry your email client with all your contacts and settings
Carry your instant messenger and your buddy list
Carry your whole office suite along with your documents and presentations
Carry your antivirus program and other computer utilities
Carry all your important passwords and account information securely
The PortableApps.com Suite and Platform is free. It contains no spyware. There are no advertisements. It isn't a limited or trial version. There is no additional hardware or software to buy. You don't even have to give out your email address. It's 100% free to use, free to copy and free to share.
PortableApps Suite (Standard Edition): ClamWin Portable (antivirus), Firefox Portable (web browser), Gaim Portable (instant messaging), OpenOffice.org Portable (office suite), Sudoku Portable (puzzle game), Sunbird Portable (calendar/task manager) and Thunderbird Portable (email client) and runs comfortably from a 512MB drive. PortableApps Suite (Lite Edition): Uses AbiWord Portable (word processor) instead of OpenOffice.org Portable and runs comfortably from a 256MB drive. PortableApps Suite (Base Edition): If you'd like to pick and choose exactly which apps to include, you can try Portable Apps Suite (Base Edition). This is a stripped down package with just the PortableApps Menu, PortableApps Backup utility and custom folders, icons and autorun. It's less than 1MB installed, so it's a great option for smaller drives.
The beta version of upcoming Mozilla Firefox 4.0 is out now and available to download now. Firefox 4.0 comes with several changes and along with a new and cool user interface which looks great on Windows 7.
Here are some of the changes and improvements in Firefox 4.0 beta 1: # Tabs are now on top by default # Menu bar has been replaced by Firefox button (Vista & Windows 7 only) # Search for and switch to already open tabs in Smart Location Bar # New Addons Manager and extension management # The stop and reload buttons have been merged into a single button # The bookmarks Toolbar has been replaced with a bookmarks button # Crash protection when there is a crash in Adobe Flash, Apple Quicktime or Microsoft Silverlight plugins
Most of you will be still using the old Windows Operating System, Windows XP. If because of the low specification of your system if your are unable to upgrade to Windows 7, but still you can enjoy the Windows 7 on your system.
The Seven Remix is an application designed to improve the Graphical interface of your Windows XP. A great part of the resources of your system files are replaced. Files that contain icons, images, animations are extracts of Windows 7 to update your Windows XP interface to that of Windows 7.
The installer automates the process of substitution of system files. It applies adjustments in the registry, it installs programs of third, skins and visual extras like sounds, styles, etc.
In addition, it makes a backup of its archives in case that it needs to recover them. In case of not being contented with the waited for results of Seven Remix XP, it is completely removable. It is as easy as running the uninstaller from the Beginning menu or Adding or clearing programs.
Avast claims to be the world’s most popular free antivirus software: 100 million registrations and growing.
The most reasonable and secure + light weight Free antivirus solution in the market. Avast has once again proved itself with high satisfaction ratings received from its users.
This software updates itself with the available latest virus definitions without any notice. for the solid security protection all the default settings must be left as they are.
Avast's anti-virus includes real-time 'shields' such as..
Today I am sharing the collection of 8 best pdf tools that you'll need all the time. These tools allow you to convert pdf files to different formats, like doc, docx, xls, xlsx, ppt, pptx, jpeg, png, and many more. Using these tools you can even save your office files directly into pdf files.
Some people would like to convert PDF documents to Word documents so that they could edit them in Microsoft Word which they are familiar with. I've tried several free software but most of them don't convert properly, either the words appear corrupted, or the images don't align.
Here's a free software that gives one of the best output with the simplest procedure.
Skype is a freeware that allows free Skype to Skype calls. Using it you can talk to your loved ones for free whenever you want, you'll not have to wait for the special occasions. Call to check in with mum when you’re travelling, give your partner a goodnight kiss via video call when they’re away on business, or use it for your regular calls and catch ups. And, if you know people who don’t use Skype you can call them too at really low rates.
Skype and VOIP are now a days being used by almost everyone to call their loved ones. It has cheap rates and great sound quality. many of you might be looking for the ways to record the conversations being done on these platforms. For this reason I found a freeware that records the conversations over the Skype or VOIP, its MP3 Skype recorder.
MP3 Skype Recorder is a free program which automatically records all your Skype conversations (including conferences). It stores your conversations locally in files using compact and very popular MP3 format. Main features of MP3 Skype Recorder:
It's absolutely free with no limits attached.
Automatic or manual recording capabilities.
Compact format of stored records (mp3 files).
May be used to record P2P, SkypeOut calls and calls made to Online number .
Capable to track simultaneous calls and to save them separately.
A few months back Google launched a feature in Gmail that notifies you when their servers automatically detect suspicious log in activity on your account. Since this has been effective in helping people identify improper access, They decided to extend it to all our Google Account users, not just Gmail. Starting this week, If they detect any suspicious log in on any of your Google Account products, they’ll display a notification on your Google Dashboard.
How does this work? Using the IP address you provide to us, our automated system can determine your broad geographic location. If you log in using a remote IP address, our system will flag it for you. So if you normally log into your account from your home in California and then a few hours later your account is logged in from France, you’ll get a notice like the one above at the top of your Dashboard page - alerting you to the change and providing links for more details.
When you get this notice and if you think your account has been compromised, you can then change your password directly from the ‘more details’ pop-up window.[via]
Or, if you know it was legitimate access (e.g. you were traveling or your spouse who uses the same account was traveling), you can easily click "Dismiss" and remove the message.
Do you want to convert your pictures to sketches/ oil effect/ water color effect. FotoSketcher is a 100% free program which can help you convert your digital photos into art, automatically. This software is supported on all operating systems e.g Windows 7/XP/2000/2003
If you want to turn a portrait, the photograph of your house or a beautiful landscape into a painting, a sketch or a drawing then look no further, FotoSketcher will do the job in just a few seconds. Thanks to FotoSketcher you can create stunning images to make original gifts for your friends or relatives. Create birthday cards, season's greetings stationary or simply print your work of art and hang it on the wall. Different styles are available: pencil sketch, pen and ink drawing, various painting renderings.
You can also improve your original photo with simple tools (enhance contrast, sharpen, simplify image, increase luminosity, color saturation etc...). FotoSketcher is completely free and does not contain any adware, spyware or virus.
Hello Readers: Now a days blogging is no more unknown to anyone. Keeping this in mind blogger has recently introduced the new option of sharing the post on other platforms. These blogger sharing buttons include Google buzz, Twitter and Facebook and the most important an email button also. Now you'll not hvae to go and edit the complex code of your templates to add these sharing buttons to your blog posts.
Adding The New Sharing Buttons
These new sharing buttons can now be installed by going to the Design > Page Elements page of your blogger account. Click "edit" under Blog Posts widgets
check "show share buttons" to enable the buttons.
Buttons will be appeared under each post your blog readers will find it easy to share your post via email, Blogger, and popular social networks—Blogger currently supports Google Buzz, Twitter, and Facebook, and planning to add more services in the future.
I recommend you to add these social sharing buttons by your self, because this option would be lot more better if more sharing options were offered.However for new bloggers, who are reluctant to edit HTML codes of their blogger templates this option is quite helpful and easy.
Adding Videos To Posts
Now with new toolbar of Blogger you can attach videos in your posts by just one click. Before this the new toolbar of Blogger didn't allow its users to insert videos in their post, to insert videos they had to shift to the old blogger toolbar. Now this new toolbar has been updated to upload your video onto your blog
By clicking on the video icon show in the above image a new window will be opened asking to browse your computer to upload your favorite video onto your blog.
New Actual Like Post Preview
The Blogger has also updated the post preview option. This new option of Post preview allows you to preview your post in actual format. The older post preview was unable to give you a complete and actual preview of your post this option lies under the New Post Composer.