How to make your blog speak ??
11:02 PM Posted by Preetish Panda
Ever thought of making your website or blog speak.Visitors can come to your website and listen to the content in mp3 format .They can even get the mp3 file downloaded to their computer.Is it tough ?? Well, it's simple like abc.Here is small hack that you have to make and make your blog speak.This is very flexible.You can do it in your Wordpress blog,Blogger blog,Joomla based website and any other site.There are even multiple ways to get it done.There is very powerful widget from vozme.com.
All you have to do is to add the widget as the instruction given here http://vozme.com/webmasters.php?lang=en.
Here is the link to iGoogle gadget
If you have got any problem while setting up the widget feel free to contact me here.
Google Chrome OS aka Microsoft Windows killer
2:03 PM Posted by Preetish Panda

On 7th July the official Google blog featured a new post ,which was more of a landmark about new beginning in the operating system community.Google has announced about their new proposed operating system Google Chrome OS.They have made it clear that the operating system will be more open source that will require help of open source community.This Google Chrome OS will be an extension of their free Chrome browser and primarily targeted towards netbooks.This will be available for consumers in the secod half of 2010.
Just like the browser ,Chrome OS will be designed from the basics making it lightweight,fast and secure with minimal,tidy interface.The underlying system architecture will be based upon linux kernel.The processes will be isolated and sandboxed to prevent malware infections.The web applications will work automatically and new new applications can be written using available web technology.To provide large developer base ,the applications will be made to work with any standard based web browser on Windows,Linux,MacIt will run on both the X86 and ARM chips.
Google Chrome OS is specifically designed for people who spend most of their time on the web and it will power computers from netbooks to desktops.
Learn more :
The official Google blogpost
Google Chrome OS FAQ
Full transcript of an interview with Google Chairman and CEO Eric Schmidt discussing about privacy issues.
Add FeedBurner subscribe button below blogger Post
8:23 AM Posted by Preetish Panda
Almost all bloggers use FeedBurner to give their readers Blog feed or email subscription.FeedBurner gives free code to to create widget for email subscription.But,here is a small tip to increase your subscription.Just add that code below your blogpost.When a visitor reads your post,eventually at the end of the post the FeedBurner subscription form will come to notice.This can drastically increase your subscription count and of course your audience will increase.
Step 1:
Log in to your blogger dashboard.Click on layout and head over to edit html.
Step 2:
Back up your template by clicking on download full template.
Step 3:
Click on Expand Widget Templates and search for the code <p><data:post.body></p> or <data:post.body> .
Step 4:
Now add the code given below just after the code given above.
<b:if cond='data:blog.pageType == "item"'>
<form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open('http://feedburner.google.com/fb/a/mailverify?uri=TechnoPlex', 'popupwindow', 'scrollbars=yes,width=550,height=180');return true' style='border:1px solid #ccc;padding:3px;text-align:center;' target='popupwindow'><p>Get my updates delivered into your inbox :</p><input name='email' style='width:140px' type='text'/><input name='uri' type='hidden' value='TechnoPlex'/><input name='loc' type='hidden' value='en_US'/><input type='submit' value='Subscribe'/></form>
<p style='border: thin dotted black; padding: 3mm;'>Click here to <a href=' http://feeds.feedburner.com/TechnoPlex'>
Subscribe news feed</a> from
"TechFuzon", so that you do not miss out anything that can be valuable to you !!</p>
</b:if>
Step 5:
Wait ,don't save.Locate the text in green.
Now,you have to replace them by yours .
Step 6:
Now save it.Test it on your blog.
Add social bookmarking icons below blogger posts
4:36 PM Posted by Preetish Panda
These days their are lots of articles floating over the internet.What if some of your reader wants to bookmark a perticular post rather than bookmarking your home page.Digg,Del.icio.us are prominent name in social bookmarking as they provide users this facility.Human is a social animal and people tend to share what they love.That's why social bookmarking has taken fast a pace in the road ahead.When posts are bookmarked, they help in generating more audience.1.Log in to your blogger dashboard ,click on layout and then on edit html.
2.Back up your template in case anything goes wrong.
3.Click on "Expand Widget Templates".
4.Now search (CTRL + F) for <data:post.body/> .In some templates it might be <p><data:post.body/></p> .
5.Copy the code given below and paste it into a wordpad ,notepad or notepad++ .
<!-----Social Bookmarking Starts Here -------------------------------------->
<b:if cond='data:blog.pageType == "item"'>
<p style='border:2px dotted skyblue'>
<!--DIGG-->
<a expr:href='"http://digg.com/submit?phase=2&url="+ data:post.url + "&title="+ data:post.title' rel='external nofollow' target='_blank'><img alt='Digg' src=' Your Link Here'/></a>
<!--Stumble-->
<a expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Stumble' src=' Your Link Here''/></a>
<!--Delicious-->
<a expr:href='"http://del.icio.us/post?url=" + data:post.url + "&title=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Delicious' src='Your Link Here'/></a>
<!--Technorati-->
<a expr:href='"http://technorati.com/faves?add=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Technorati' src='Your Link Here'/></a>
<!--Twitter-->
<a expr:href='"http://twitthis.com/twit?url=" + data:post.url' rel='external nofollow' target='_blank'><img alt='Twitter' src=' Your Link Here '/></a>
<!--Facebook-->
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&t=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src=' Your Link Here '/></a>
<!--Google-->
<a expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&t=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Facebook' src=' Your Link Here '/></a>
<a expr:href='"http://www.google.com/bookmarks/mark?op=add&bkmk=" + data:post.url + "&title="+data:post.title' rel='external nofollow' target='_blank'><img alt='Google' src=' Your Link Here '/></a>
<!--Yahoo-->
<a expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?u=" + data:post.url + "&=" + data:post.title' rel='external nofollow' target='_blank'><img alt='Yahoo' src='Your Link Here '/></a>
</p>
</b:if>
<!-----Social Bookmarking Ends Here -------------------------------------->
6.Now go to hotlinkfiles.com.
7.Register an account.
8.Now get your glossy and beautiful social bookmarking icons from here.
http://directoryfordesigners.com/50-free-social-media-icon-sets-for-your-blog
or from here
http://www.freeiconsdownload.com/Free_Web_Icons.asp
9.Upload the icons to your hotlinkfiles account.
10.Get the direct links of the uploaded icons.
11.Paste those direct links in place of "Your Links Here" in the code already present in the notepad or text editor.
12.Now paste the final code just below <p><data:post.body/></p> .
13.Save the template and you are done.
If you are having any problem just post here and I'll surely help you out.
Make money while woking from home
11:10 AM Posted by Preetish Panda
This is the era of computing ,technology and a vast opportunity to explore the potential of using them to make a living.The speed,power,advancement of information technology has brought a plethora of diverse fields fused together to grow in unison.These days people are no longer into traditional jobs; rather they are turning towards working in comfy sweet home.Well,who will not like to earn few bucks working on a computer sitting right on the cozy bed.Besides, this is a economic downturn and we need to do something or the other to give a tough time to recession.Hey,you'll be working whenever,wherever and with whoever you want.
Making money online while working at home is no more a baffled subject.Everybody has come across such an example.All you have got to do is to sum up of strengths ,weakness and your interest.Because,its your interest and will power that can take you a super sonic speed of success.It is not at all necessary to be highly skilled to be successful in a work from opportunity.But,it is obvious that if someone is that much skilled, it will a lot more easier to accomplish the target.From the numerous work from home opportunities one has to be aware of scams and choose correct,legal with some research work.
Here are few opportunities for your reference :
1.Freelance writing
If you have a special corner for writing in your heart,do not hesitate to jump in.Because,there are lot many sites and advertising medias who require freelance writers.You can also start selling own PLR (private label right) articles.Soon,this expertise will enrich your knowledge.
2.Web developing
You can start your own website with knowledge of web development and monetize it with advertisements and affiliate marketing so earn some serious money.You can sell whole of your website after developing it.
Otherwise you can take up some freelance web designing projects as everyday lot more website become live making web designers one of the most sought after working person.
3.Teaching
There are opportunities by which teaching skills will be really utilized by technological advancement that brings together teachers and students in a digital class room.
4.Auction sites
With websites like eBay you can add more value by setting up online store.Most probably you can sell almost almost everything under the sun.There are many sites like E-Junkie,Tradebit,PayLoadz who can really boost your online feat.
The list is truly a pebble in the vast ocean of digital world.There are lot more opportunities,ideas to get you started.
Here is a awesome site that gives lots of elegant ideas on working from home.Really the site is worth visiting.
Check it out.
http://www.experienced-people.co.uk/5002-home-based-business-ideas/
The pirate bay sold for $7.8 million
12:44 PM Posted by Preetish Panda
The Pirate Bay is among one of the top 100 most visited site all over the internet.It is basically a P2P (peer to peer) file sharing site established on 2003.The Pirate Bay is a Swedish website that indexes and tracks BitTorrent (.torrent) files. It bills itself as "the world's largest BitTorrent tracker".It features games,moviess,videos,software,porn and almost everything that can be put in digital format.Most of files shared are illegal and this has made them face some lawsuits over a period of time. On 30th June Swedish software company Global Gaming Factory X AB has announced it has acquired The Pirate Bay website for 60 million SEK, which is roughly the equivalent of $7.8 million USD.The Pirate Bay blog :
http://thepiratebay.org/blog/164
here is official press release form global game factory:
http://www.globalgamingfactory.com/pressrelease-090630.pdf
check their descripton also:
http://www.globalgamingfactory.com/
Convert FireFox into a TV with 2700 channels
12:37 PM Posted by Preetish Panda
So,who wants to conevert their beloved FireFox browser into a full-fledged TV.Sometime or other you time have come across software that gathers lots of TV channels available over the internet put them together for convenience.But,they never forget to attach the price tag that can give your wallet weightlessness experience.So,here is a free stuff for you to start watching TV directly from your Firefox Browser.You will just have to install a FireFox addon and you are done.
TV-FOX is a Firefox addon that organizes 2780 live TV channels into country as well as category.You can browse different categories like music tv ,sports tv,news v,etc.The addon will be available on a toolbar of FireFox adding a small search box with 6 popular search engines – Google, Wikipedia, YouTube, Torrent, eBay and Amazon Search.

There is one more thing.You can watch multiple number of TV streams if your connection doesn't let you down.
TV-Fox uses windows media player.So, you will need to install a windows media player plugin.
NOTE:
Works with:
Firefox: 1.5 – 3.0.*
Homepage
http://toolbar.tv-fox.com/










