Blogger Plug 'n' Play
NOTICE
Adfly Links not working Find Direct Links HERE
Error in connecting JSP with MYSQL database table Resolved !
Ok Here the Solution to connect MYSQL with JSP above given program
First open Netbeans
Click on SERVICES
then Right Click on the server like for me its "Apache Tomcat" then select __Edit Server.XML__
Add below Line at line 39 i think between GlobalNamingResources tags
<Resource name="jdbc/DATABASENAME" type="javax.sql.DataSource" maxActive="4" maxIdle="2" username="root" password="" maxWait="23000" driverClassName="com.mysql. jdbc.Driver" url="jdbc:mysql://localhost: 3306/DATABASENAME"></Resource>
and Save it
Now select Projects
then right Click on the project you are working and select Properties
Now in Libraries Under Compile tab click Add JAR
Then locate your "mysql-connector-java-5.1.18- bin.jar" Download it from Here if you don't have
then click ok
then restart server
then Its Done !
"TATA Docomo Chhodo Andolan" Due to NO 3G for 2G Join on Facebook
Lets Join
To show your support against the step taken by DOCOMO to not provide 3G signal to any body using 2G plans.
Show your view join on this page to show your views...
How to Open popup in chrome without scrollbars, Disable Resize of popup and Auto resize according to content
UPDATED NOW WORKING
Today I am going to show a tutorials which is a deadly need for many webmasters these days.
Chrome is the most popular browser used by many users these days. Popup is a thing which is used by from Facebook to simple advertisers. Sometimes situations may arise when we want features in opened popup windows.
We Usually ask some Questions related to Popups specially for Chrome:
- How to disable scroll-bars in chrome popup ?
- How to prevent Re-size of popup window opened ?
- How to Auto Re-size Popup window according to the content inside it ?
Now its a YES.
Here we go ....
All changes or Additions will be done in the page which will open inside the Popup Window.
Step 1)
Add Below code in file from where Pop Window will open or having click to pop like Button
<head>
<script type="text/javascript">
<!--
function myPopup2() {
window.open( "pop.html", "myWindow",
"status = 1, height = 300, width = 300, resizable = 0" )
}
//-->
</script>
</head>
<body>
<form>
<input type="button" onClick="myPopup2()" value="POP2!">
</form>
<p onClick="myPopup2()">CLICK ME TOO!</p>
</body>​
Step 2)
Now add Below code in the file [ pop.html ] which will open in the pop up window
You can any type of content in place of GREEN code below
<script src="http://remove-chrome-scroll-bars.googlecode.com/files/control_popup.js"></script> <img width="400px" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzwWK0QeYBssg0UmOvYxQIPyvuQlSJYSJjMRFwgS5Fs7xXbgLu50NOalWAILSK_1Cc9mGJTOC_iyhn0359z6VTBK8oWurTdfKwCSqyN1-wvho3bSMO9YvUTg02hn5D-3mwQyh-R2IpyvA/s320/57screen-cut.png"> <b>Blogger Plug n Play</b> You Can't Hide Me :>
How to show link title in other local languages like punjabi, hindi etc which are not supported by windows title
Some sites which use local languages can't use title attributes of anchor tag in some text as it starts showing BOXES in place of text.
So here is the solution

Use BELOW CSS code
And use below code Where we want to show tooltip
I hope this would be the best solution :)
Learn more »
So here is the solution

Use BELOW CSS code
<style type="text/css">
a.tooltip span {display:none; padding:1px 1px; margin-left:60px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #000000; font-size:12px; background:#FFFFE1; color:#000000; box-shadow: 2px 2px 1px #888888;}
</style>
And use below code Where we want to show tooltip
<a href="#" class="tooltip"; > Hover Here <span> Tool tip Msg HRERE </span> </a>
I hope this would be the best solution :)
How to download YouTube video direct in 3gp format on computer using firefox to play in mobile without any conversion. Secret reviled
Ok YouTube lovers here is the trick to download 3gp good quality videos direct from YouTube to your computer ( pc ) so that they can run directly in your mobile without any conversion. Please comment your experience after trying this :)
Here i will explain this tut. in steps
Requirement : Here the most basic requirement is you must have Firefox installed.
Step 1) Download and install following two Addons from firefox addon store
b) FlashGot
There working can be read from download pages so lets go further
Step 2) In Mozilla go to Tools >> Default User Agents >> Choose iPhone3.0
Step 3) Go to YouTube.com search the video you want to download then click the thumbnail then is will display that video in play box to top. Click the round play button image.
Same time you will see FlashGot (add on we downloaded in step1) blinking
will show that is has captured a video in 3GP format as shown in figure below just click the video you want then it will start downloading
Thats it ...
Please comment about your experience :)
How to Open and download ovi store applications on computer ( PC ) as on mobile
Nokia ovi store is house of thousands of interesting applications, which can be used to download apps on mobile or send to mobile if opened through pc, but what if we don't have GPRS activated on our mobile, What if we want to download applications form ovi store directly on pc ?
Here is the hack to make this possible for the users for Mozilla Firefox
Step 1
Open Mozilla Firefox and download this Add on (User Agent Switcher) and then restart it
Step 2
Now create a new Notepad file, Paste below given code in it then save it as ovi.xml
(NOTE : Please change the Nokia mobile model in the code)
Step 3
In Mozilla go to Tools > Default User Agents > Edit User Agents.. > Click Import then open the ovi.xml file which we created in step 2 Then Click OK
Step 4
Go to Tools > Default User Agents and Choose your Mobile Model Now Open Ovi Store homepage
Its Done !
Learn more »
Here is the hack to make this possible for the users for Mozilla Firefox
Step 1
Open Mozilla Firefox and download this Add on (User Agent Switcher) and then restart it
Step 2
Now create a new Notepad file, Paste below given code in it then save it as ovi.xml
<useragentswitcher>
<useragent description="5310" useragent="Nokia5310XpressMusic/1.0 Profile/MIDP-2.1 Configuration/CLDC-1.1" appcodename="" appname="" appversion="" platform="" vendor="" vendorsub=""/>
</useragentswitcher>
(NOTE : Please change the Nokia mobile model in the code)
Step 3
In Mozilla go to Tools > Default User Agents > Edit User Agents.. > Click Import then open the ovi.xml file which we created in step 2 Then Click OK
Step 4
Go to Tools > Default User Agents and Choose your Mobile Model Now Open Ovi Store homepage
Its Done !
Horizontal auto Image strip Scroller/Slider with speed control based on jQuery
After a long gap I today I am going to publish this post I hope you will like this very much as I was also searching such a thing for a long time
Learn more »
This is a cool horizontal auto scroll image slider whose speed changes with the movement of cursor this is very flexible as we can change every property very easily , In this post I will not give tutorial But I will redirect you to the page where I found this thing so enjoy using it .
Don't forget to comeback and comment :)
Visit This Link
How To See Which Process or Program is Using My Internet Bandwith
There are some background processes like Updates, Which aromatically execute and waste our data transfer and slows-down the data transfer speed And also sometimes programs like Trojan Horses which creep into your system and turns it into hell .
There is small Software or program which lists all the processes which are using TCP/IP usage.
WHAT IT TELLS ?
You Can Download that Program from Below Link
Learn more »
There is small Software or program which lists all the processes which are using TCP/IP usage.
WHAT IT TELLS ?
- Gives information about Programs using Data.
- It gives location of that program.
- You can terminate that program by simply right clicking it.
You Can Download that Program from Below Link
Learn more »
Software to Pick/Find/Select Colors anywhere from Screen and also Display color codes
Color Mania is very special and useful software. We see many new colors on web-pages images and games but if we want that color we should know the color code also.We can apply that color in coding by using there codes.This software proves very useful.
It has a color picker by selecting that we can pick color and its code very easily.We can also select new colors as well.

This is very small but useful application download from below link :)
Learn more »
It has a color picker by selecting that we can pick color and its code very easily.We can also select new colors as well.

This is very small but useful application download from below link :)
Learn more »
Download Oxford jar Eng-Eng Dictionary For Java Enabled Mobiles
After searching a lot I found only these two fully loaded English to English dictionaries for my jave mobile.These are ad-ware Free and proves very useful on the go.
Learn more »
How To Use Two Classes Together in a Division
Sometimes a situation may arise to use more then on class in attribute.But how can we achieve this during CSS coding ? In CSS we are allowed to do it.
If we have two Classes as
Then We can apply these as
Learn more »
If we have two Classes as
1)
class="slider"
2)
class="toggle"
Then We can apply these as
Learn more »
Where To Upload Javascripts,Rar,CSS Files And Other Files To Use As Direct Link
In blogger we can only upload images in any number or size, But what about other files like text files, Java scripts, CSS, RAR files etc
There are some sites which provides a special domain name and also a storage space for our files with extensions described above.But I prefer Below one Because It provides maximum storage spage with unlimited bandwidth.
Learn more »
There are some sites which provides a special domain name and also a storage space for our files with extensions described above.But I prefer Below one Because It provides maximum storage spage with unlimited bandwidth.
Best Software To Compress Images In Bulk Of Any Type Retaining Original Quality And Dimensions
Image Optimizer is a small size ( 1.22 MB) software. After Installation When ever you right click any image or a folder containing images, an option Optimize This will appear.After clicking it a new folder is created on the same location with optimized images.
Features
Learn more »
Features
- It is Fast
- Optimizes images with a right click
- 9MB image optimizes to 60 KB retaining Dimensions and Quality Intact
Draggable Images With Message Pop Up On Click Using jQuery For Blogger
My Previous Post on drag able images now looks a little bit older in version as this new widget is much more exiting and more flexible.By using this you will be able to drag images up to any extent even beyond web page limitations :)As this is more easy to install and appears more cool just have a look Demo
Learn more »
Message Box Like Wordpress With Close Button Using jQuery For Blogger Blogs
We have seen many times a beautiful massage box in many Wordpress blogs.It appears between the title and body of post.It can be easily removed by simply clicking the close link.Here is a same massage box for blogger blogs also:) I want to clear here that this Massage box is More interesting then simple regular box.When we visit the page firstly it appears with fade in and fade out effect which easily attracts the attention of visitors.When after reading the massage he/she can make It runs out of the page .Just see the Demo Below ;)

Learn more »
Learn more »
New Cool Image Hover Slight Zoom With Little Fading Using jQuery For Blogger
Changing Opacity on hover is very old and common now.Here is a new jQuery based image effect.This gives a new life to images just see the demo below:)

Learn more »

Learn more »
Auto Switch Horizontal Content Slider Tabs Using jQuery For Blogger
Here is my First content slider with Tabs.The cool thing about this slider is that there is no need to click Tabs , Just hover with cursor to see content under that tab.Its Simple but powerful jQuery widget.Just see demo link below to see its working =)

Learn more »
Animated Horizontal Sliding Navigation Menu With Images Using jQuery For Blogger
One of the best Sliding Horizontal Navigation Menu i have ever seen.It is so smooth to navigate.I myself played with it for about 10 minutes before clicking the link.It will make your blog more playable and sticky :) .And yes how i can forgot it also have images which also add more charm to it. Just view its demo below .Then its simple Installation.
View Demo

Learn more »
View Demo
Learn more »
How to show adsense ads any where in Blogger posts
I think you have seen many tutorials on placement of Adsense ad codes in between blogger posts.But their placement was limited to the starting or at the end of the post.But what if we want to add Adsense ads any where we want in between the post ? Here is simple effective and safe Hack.By using which you can past or make your Adsense Ads visible in any part or your post like in middle of your post :)
Learn more »
Learn more »
Subscribe to:
Posts
(
Atom
)
Copyright © 2013 Blogger Plug n Play - jQuery Tools and Widgets and Blogger Templates





![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOYV3gv2z4Y2XHaKgtaFQqtp8tQv8N9WDq9vSgnPjxQV3RWVqWlBLKZ8fm-_wAsydesMGMbIiDOC7CPM7bHnLzMykSvKLJCw12wERb4X9N4ac4sNCYbHRS38NrLgh8QixaTfBBh33QUiU/s320/twitter.png)
![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq_Y6UTTOpjBjTOFD3F0HzGDazYEZYt6mcqV1V3Fu83F3hoLSMNccvVSA091xFd12pCuDunhlcLRORLY-0p87cnOEEo5lhT6E_V1nSkgd3NFNFd4CXnb904fFTnrT3sQOk280NTgeT2PM/s320/stumbleupon.png)
![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8-PRVD0_ilfe1o7yINUflbvhi3Zi-E_3nymhb91F8asEbbgM9LLIrHKl_ek8zYN-rIC5xDe88eSd5X84n9nX4k-KSZnAel_kyjC3_M8x8nvh9kSWuCem_SGIilF80G-RAF_5c_XveFRI/s320/facebook.png)
![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjgASqt4SJgdYSu9j-GliS5rs5WiJQTT3QVujwA5cPS7fFh3zlIm3Tbyv_4PwVVkwzUDgfUybNAk07qVbKlcVFhXSe0VJYN1MQt3YgZhN4cbq-dYAqpYuW3fG1bBGaqIS3i11N59pC42CA/s320/rss.png)
![[Image]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgxeLbuHpJcy2CM_w-PT7NrP6qvGGwOKCwVC4f-m3oo6ZemZpxxCEwcYPmJDTgoD5vEXu1oHcImR1hFWnKn02fBdNjWYiRAD9T8W9L17LpyIVTvrxhZZhK-Sql9Klk1mK3XtaUWj5h6OAQ/s320/technorati.png)