for mp3 songs free download

indiafreemp3.blogspot.com

indiafreemp3.blogspot.com



Free Mp3 Songs Download

Sunday, April 11, 2010

Scrap To All Orkut Friends at a single time, Internet Tips and Tricks

Scrap To All Orkut Friends at a single time. Yes, this is a trick and I have been posting a lots of tricks to do it. But Orkut official guys are continuously configuring their database, so that these scripts won't work anymore. Previously a loads of javascripts doing this fun got useless. But this time we have tried at our best to bring you the best. Here is the working script to send common scrap to all your Orkut friends. Follow the below steps and enjoy. Copy the below javascript. function highlight(field){field.focus();field.select();} javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://jingles.njoy.googlepages.com/scrapall.js';void(0) Clear your address bar (Where you type www.orkut.com) Paste the above javascript in your address bar. Press Enter. Follow the instructions and you are done. Pretty simple. Do not forget to roam here for more funny and astonishing Orkut Tric...
Read more "Scrap To All Orkut Friends at a single time, Internet Tips and Tricks"

New Orkut Scripts – Scrap All Friends with Single Click! Send Images, Flash, Audio, Video & More!, Internet Tips and Tricks

This is latest scrapall script for new Orkut! And like feature packed new Orkut this script has some great features… First and most important you can send HTML in scraps! This means you can scrap any image, flash, audio, video, etc to all your friends with one-click! It has NO time interval field. Means this script will adjust with your Internet connection speed automatically! It loads surprisingly very fast! Here is a screenshot (if you have never seen a magic like this) Installation: Download Firefox! (Required) Install GreaseMonkey Addon! (Click here within firefox only) Click here to install script! Go to: orkut.com/sa and you will see a page like shown in screenshot above! If you stuck somewhere feel free to ask for support!...
Read more "New Orkut Scripts – Scrap All Friends with Single Click! Send Images, Flash, Audio, Video & More!, Internet Tips and Tricks"

GreaseMonkey How-To Guide!, Internet Tips and Tricks

# IntroductionGreasemonkey is a Firefox extension for altering the web pages you visit. Greasemonkey performs these alterations using specially written javascript files called userscripts. As a user, you need not worry about writing userscripts. There are plenty of places on internet where you can find millions of userscripts which alters the website you want, in a way you like! A list of such websites is provided at the end of this guide. Now as a beginner you need to know few basics things first like… Installing GreaseMonkey Extension Installing GreaseMonkey Userscripts Managing GreaseMonkey Userscripts (e.g. Uninstalling) # Installing GreaseMonkey ExtensionRequirement: Greasemonkey is firefox extension, so it can run on every platform on which firefox runs (that includes Windows, Linux, Mac, etc). So all you need is firefox. There are Greasemonkey alternative for Internet Explorer and Opera but they performs very poorly and thus not recommended. Now if you are in firefox then click here to install Greasemonkey extension! (You can also visit GreaseMonkey Addon Page) Like other firefox extensions clicking on above should prompt a install now dialog as shown below… Click on Install Now link. You need to restart you browser for installation to complete! >> On successful installation (after restart), you should see Greasemonkey icon in lower-right corner of firefox browser You must see Greasemonkey icon as shown above before proceeding! # Installing GreaseMonkey UserscriptsNext comes important part of installing userscripts. Without userscripts Greasemonkey can’t do anything! There are many place on internet where you can find userscripts. Normally a link to userscript ends with user.js extension. Clicking on any such link will open a dialog like below. Just click Install button. Thats it! You can also read this document describing this part in more detail as well as watch a slightly old video tutorial. # Managing GreaseMonkey Userscripts...
Read more "GreaseMonkey How-To Guide!, Internet Tips and Tricks"

How to Switch On the Private Browsing Option in Firefox, Internet Tips and Tricks

Private Browsing is very useful feature in Firefox. If you are not aware about private browsing in Firefox then let us quickly know what does it mean, private browsing is a feature provided in Firefox which allows you to browse the websites without saving any information of your visited websites, that is it will not store cookies,it won’t save any passwords,form entries and search bar entries. So if you would like to do private browsing ,you can do it by following the simple steps as shown below. 1. Go To Tools 2. Select Start Private Browsing ( For keyboard geeks shortcut for this is Ctrl + Shift + P You might also like to read: Firefox Shortcuts Firefox will give you an information which will show that your private browsing option is on and it won’t save any cookies and other stuff as shown below. To stop private browsing you just need to follow the simple steps as shown below. Go To Tools Select Stop Private Browsing ( For keyboard geeks the good news is that they can use the same shortcut keys which they used for enabling private browsing so for them it acts as a toggle shortcut) If you don’t want to enable and disable the private browsing option and would like to enable the private browsing option forever then there is an option which you can turn on, this will enable the private browsing option by default, whenever you will start Firefox. I would advise you to make a portable version of Firefox and enable that option and browse the web privately whenever you require. Here are the steps to do it: Go To Tools Go To Options Click on Privacy Tab as shown below. Click on Firefox will Combo and select and “Use Custom Settings for history” as shown below: Select the option “Automatically start Firefox in a private browsing session” as shown below: Click on OK and next time your start your Firefox you will be browsing in private mode. I hope you will find private browsing useful. Don’t forget to share with us , what you prefer to do for online...
Read more "How to Switch On the Private Browsing Option in Firefox, Internet Tips and Tricks"

Firefox, Internet Tips and Tricks

Firefox is world best browser without any doubt. We here at Devils Workshop do not have evil like Internet Explorer! I personally never logged into my any web account via IE since I discovered Firefox and safety it offers… We actively endorse firefox by writing tips to make your life better using firefox, developing addon & scripts to make its easier to access web. Also our first tutorial on firefox extension development which happen to be shortest till date has received good response from geek audien...
Read more "Firefox, Internet Tips and Tricks"

Enable Right-Click On Any Website (Including Orkut)

There are many websites which prefer to disable right-clicking on web-pages specially images. To do this they normally use one of JavaScript ways. The most popular way is to add following code to element tag on which you want to disable right-clicking. oncontextmenu="return false;" For example, say you have code for an image like below… Change it to… Now reason I am posting about this is, popular social networking site Orkut, which I use quite often, started using code like above and disabled right-clicking on album images. So as usual, we got to do something to get back our right to “right-click”! GreaseMonkey Script: If you use Firefox and GreaseMonkey, then easiest way to enable right click on any website is to install right to “right-click” script. JavaScript: If you are not fond of GreaseMonkey, then you can try following JavaScript. javascript: var items = document.evaluate('//*[@oncontextmenu="return false;"]', document, null, 7 , null); for ( i = 0; i <> Bookmarklet: You can also a target="_blank" href="javascript:%20var%20items%20=%20document.evaluate('//*[@oncontextmenu="return%20false;"]',%20document,%20null,%207%20,%20null);%20for%20(%20i%20=%200;%20i%20use this bookmarklet in Firefox and other standard-compliant browser. Internet Explorer: If you are an IE user, specially IE 6 then paste following code in address bar and hit enter whenever you stuck. Please note code below is for Orkut only and most likely to break anytime. javascript: document.getElementById('m').oncontextmenu="";void(0); Important Note: From above all solutions, I am planning to take GreaseMonkey solution further. I will add more anti right-clicks hacks soon. As of now this script takes care of most famous way so it should work on many sites. We can not blindly set “oncontextmenu” attribute to null or “return true” as some sites provides useful functions by overriding browser context-menu. Wordpress, Google docs are some popular examples. If you...
Read more "Enable Right-Click On Any Website (Including Orkut)"

Creating Custom Search Page in Wordpress Blog

In wordpress, there are two types of webpages – “posts” and “pages”. While “posts” are generated dynamically, “pages” are statics and created explicitly. You can create as many “pages” as you want and put them anywhere in your blog’s structure. Few pages I have here includes – about page, contact page, joining DW page, etc. Apart from these “pages”, I use a special “search page” with extra-level of customization. It is technically outside my wordpress setup. I do not use wordpress built-in search mechanism. Instead I use, Google custom search like many of you. I will explain why I use Google custom search some other time! For time being, if you notice my search page do not have any sidebar compared to say “contact page”. A simple way to disable sidebar for any post/page is to surround “get_sidebar()” call in theme with if-else block. But for sake of slight performance improvement and few other reasons I prefer maintaining a dedicated search page outside my wordpress setup. But as you can see, it is blended with my theme very-well! So here is “how-to” guide to create such “search pages” outside wordpress: Create a page say in root-directory of your blog. Name it something like – search.php. It will have URL like – http://www.devilsworkshop.org/search.phpNext log into AdSense or Google Custom Search Engine, and create a new custom search or update existing search engine.Just remember to use above URL (step 1) for search result pafeThen add following code as it is to it: !--phpdefine('WP_USE_THEMES', false);require('wp-blog-header.php');get_header();?>!--phpget_footer();?> Finally replace “Google Search Result CODE” line in above code with codes you will get from Google.Save/Upload search.php in your blog’s root directory. If you need to use some CSS, use it inline on Google search result code’s first line, i.e. Example: I needed to set width attribute like above to expand search results into space made available by absence of sideb...
Read more "Creating Custom Search Page in Wordpress Blog"

How To Download 100% Working Verified Torrents

With a huge potential targets, bittorent sites are now the most safest place for hacker and spammers. In the past few months I’ve noticed more and more infected torrents getting getting popular. Some torrents are password-protected others contain malicious viruses, and there’s even fake torrents to lure in unsuspecting torrenters.So how can we know before downloading whether the torrent has been infected and it’s working or not. Vertor is bittorrent site where every available torrents is checked for viruses, fakes, DRM and passwords. For this, it first downloads and then scans using latest antivirus software’s for any potential threat and makes sure that it not fake or password protected. Suppose if you are downloading a new movie or popular video songs, you can search for the file with it’s build in search engine and each video torrent files are listed along with it’s screenshots.So you could verify before downloading whether the video torrent was fake or not, thereby saving your precious bandwidth.Similarly, for music torrents users can preview 20 seconds of the tracks, to avoid downloading the wrong files. Further more, If a user has downloaded a torrent from a different site and wants to check if it is good enough, he can enter the hash of the torrent on a special page. If the torrent was checked by Vertor.com it will tell you whether it is a good one or not. Overall features of Vertor Check torrent files for complete download.Screen-shots of video torrents.Audio samples for music files.Text/read-me/NFO files preview.Checks torrent by hash.HTTP Downloading Through BitL...
Read more "How To Download 100% Working Verified Torrents"

Moving From Blogger To Wordpress – Maintaining Permalinks, Traffic & SEO

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} Google now offer Blogger to Wordpress migration paid service where we personally take care of everything. Click here for details and free quotes! < Official Portal> Most bloggers who start on blogger.com realize that they should have started on wordpress first. Of course this applies to growing blogs whose potential gets limited by Blogger.com platform. Finally they decide to make a move but then comes worry of losing all traffic, pagerank, SEO, etc. When I moved to wordpress myself more than a year ago, my lack of knowledge & experience made me loose most of the traffic & SEO juice. But few months back, when my friend Gaurav Dua decided to move his high traffic blog, OrkutPlus, we did it with 100% success. Since then this post was pending. Actually I was looking for another real case where I can test procedure outlined below because notes I made while migrating Gaurav’s blog were lost when my dear Macbook got stolen! Anyway thanks to Sri, while moving symposiumz from blogger to wordpress, we did it again in following steps! Notes & Assumption! The guide is for moving from Blogger.com to self-hosted wordpress. There is no real benefit in moving from blogger.com to wordpress.com. If you find self-hosting with paid registered domain name is costly affair, you better stick to blogger.com. Also, all screenshots...
Read more "Moving From Blogger To Wordpress – Maintaining Permalinks, Traffic & SEO"

Simplest Guide to show Adsense Ads after each Blog Post

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} Yes, showing Adsense Ads after each blog post was never simple like this! As this is one of the most awaited feature which Google integrated into Blogger! Also this means blogger won’t be needing our one of the most famous hack to Show ads after each post to earn more from your blogger beta blog! Here is 3-step Guide to do it for your blogger blog… Log into your Blogger account at http://www.blogger.com .Visit your blog’s Template tab and click on the Page Elements link. 3. Click Edit in the Blog Posts section 4. Check the box next to Show Ads Between Posts. You can then select how often you’d like your ads to appear, such as once after every post or once after every other post. 5. Customize the ads and click on Save Changes when you’re done. Can it be made further simple?? One thing I feel Google should provide is ability to choose where to insert ads! I mean before posts, after posts or after few lines/paragraphs! Ever more fine grain control can be given to blogger by giving ability to insert adsense codes any where between the posts! Say integrating some widget in post editor! Well there is always room to do it better! What do you say? ...
Read more "Simplest Guide to show Adsense Ads after each Blog Post"

LinkWithin

Related Posts with Thumbnails