Blogger Plug 'n' Play
NOTICE
Adfly Links not working Find Direct Links HERE
Floating DIV/ Light Box in page using jQuery for Every Content
Light box which opens in the middle of page with any type of content like images text audio and video. Any type of content can be embedded in light box. It basically opens a div in middle which contains another link to a page with any type of content.
See demo For code and files.
How to Block/Remove Ads in Android Browsers, Apps and Push Notifications
For Rooted Devices. Rooted devices have some apps which are good in doing this job.
1) AdAway
2) NetSpector Sniffer/Ad Blocker
3) AdFree Android
For Un Rooted Devices.
1) Ad Block Plus
2) Adblock Plus extension for Firefox
3) Disable network/On Airplane Mode.
4) Removing Push Notifications by detecting apps cousing them using these apps AirPush Detector and Addons Detector
Lazy load/Scroll to load jQuery tool for images.
In lazy load the whole content is not loaded in a single go. But loads as we scroll down. So that it takes less time while loading contents of a page with heavy text text and images.
we can aply lazy load in various type of content to make loading fast, efficient and convinient for users. As you can see in Demo the content is loaded as we scroll down.
HTML CODE
Learn more »
HTML CODE
<li class="friend"><pre class="loadme"><!-- <div class="friend_rec"> LAZY CONTENT HERE LAZY CONTENT HERE </div> --></pre></li> <li class="friend"><pre class="loadme"><!-- <div class="friend_rec"> LAZY CONTENT HERE LAZY CONTENT HERE </div> --></pre></li> <li class="friend"><pre class="loadme"><!-- <div class="friend_rec"> LAZY CONTENT HERE LAZY CONTENT HERE </div> --></pre></li>jQuery CODE
<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type='text/javascript' src="http://ivorycity.com/jquery.lazyloader.js"></script>
<script>
$(document).ready( function()
{
$('pre.loadme').lazyLoad();
$('pre.morestuff').lazyLoad();
} );
<script>
CSS
li {
list-style-type: none;
float: left;
clear: both;
margin: 8px;
width: 70%;
}
change image with click on tabs or thumbnails using jQuery
HTML CODE
<table border="1" >
<tr>
<td colspan="3"><div id="thumb"><img src='Default-Image.jpg' height='200px' widht='200px' ></div>
</td>
</tr>
<tr>
<td>
<div id="one"><img src='img-thum1.jpg' height='50px' widht='50px' ></div>
</td>
<td>
<div id="two"><img src='img-thum2.jpg' height='50px' widht='50px' ></div>
</td>
<td>
<div id="three"><img src='img-thum3.jpg' height='50px' widht='50px' ></div>
</td>
</tr>
</table>
jQuery CODE
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$("#one").click(function() {
$("#thumb").html("<img src='Big-Image1.jpg' height='200px' widht='200px' >");
});
$("#two").click(function() {
$("#thumb").html("<img src='Big-Image1.jpg' height='200px' widht='200px' >");
});
$("#three").click(function() {
$("#thumb").html("<img src='Big-Image1.jpg' height='200px' widht='200px' >");
});
</script>
How to check and uncheck a checkbox with jQuery
Example form with Check box
Learn more »
<input type="checkbox" name="foo" value="bar" /> <input type="button" onclick="show_checked()" value="Show" /> <input type="button" onclick="set_checked(true)" value="On" /> <input type="button" onclick="set_checked(false)" value="Off" />Check Status of Check box
$('input[name=foo]').is(':checked')
Full JavaScript Code to On/Off Check Box
function show_checked() {
window.alert($('input[name=foo]').is(':checked'));
}
function set_checked(checked) {
$('input[name=foo]').attr('checked', checked);
//$('input[name=foo]').prop('checked', checked);
}
.prop() can also be used instead of .attr()Conversion of statements to E-R Diagram Examples
statements are
Example 1 :
Example 1 :
"A teacher can teach many courses. A student can enroll in many courses. A course may be a part of one or many programs A teacher can be mentor of many students, however a student can have only one mentor."
The solution to above Question can be found Here
Example 2 :
A Good Tutorial on E-R Diagrams can be found Here
Best Tool to Draw E-R Diagrams Online with Shared Support( Multiple users on different computer or screen can work on same diagram ) Visit Here
Example 2 :
Patients are treated in a single ward by the doctors assigned to them. Usually each patient will be assigned a single doctor, but in rare cases they will have two.
Heath care assistants also attend to the patients, a number of these are associated with each ward.
Initially the system will be concerned solely with drug treatment. Each patient is required to take a variety of drugs a certain number of times per day and for varying lengths of time.
The system must record details concerning patient treatment and staff payment. Some staff are paid part time and doctors and care assistants work varying amounts of overtime at varying rates (subject to grade).
The system will also need to track what treatments are required for which patients and when and it should be capable of calculating the cost of treatment per week for each patient (though it is currently unclear to what use this information will be put).
The solution to above Question can be found Here
A Good Tutorial on E-R Diagrams can be found Here
Best Tool to Draw E-R Diagrams Online with Shared Support( Multiple users on different computer or screen can work on same diagram ) Visit Here
How to Install IIS on Windows XP
Introduction
This help page shows you how to install Microsoft's Internet Information Services (IIS) 5.1 web server for Windows XP Professional.
Can it be installed on Windows XP Home Edition?
No.
Why do I need to do this?
Contract Eagle is a browser-based software product which requires Microsoft's web server platform to run. All other systems supported by Contract Eagle (eg. Windows Server 2003, Windows Vista, Windows 7, WIndows Server 2008) allow IIS to be installed automatically. Windows XP Professional does not support this facility and therefore you need to follow these manual steps to complete the installation.
Lets Get Started
IIS isn't installed by default on a standard installation of Windows XP Professional. If you are not sure then it is most likely that it isn't already installed.
You will need your Windows XP Professional CD with you and you will need to be able to log in as an administrator on your computer.
Step 1 - Control Panel
Go to Control Panel -> Add Remove Programs
Step 2 - Windows Configuration
Click Add/Remove Windows ComponentsStep 3 - Select IIS
The Windows Component Wizard will appear. You need to select the Internet Information Services (IIS) checkbox and then click Next.

Step 4 - Insert Your XP Professional CD
Now you will probably be asked to insert your Windows XP Professional CD.

Do not be concerned if you do not see this step. It means your system has probably been installed via the network, meaning you don't have to locate and insert your CD.
Step 5 - Installing
Once your WIndows XP Professional CD (or network based installation) is available you will see a window like the following, indicating that Internet Information Services is being installed.

Step 6 - Finished
When installation has finished you will see the following window, which shows that you have successfully installed Microsoft Internet Information Services 5.1.

Step 7 - Configure ASP.NET
This step registers Microsofts "DOT NET" technology within the IIS Web Server.
You may achieve this by clicking the "Configure ASP .NET" button within the Contract Eagle Installation Assistant. (Technical Note: This executes "aspnet_regiis -i" for .Net v2.0)
Congratulations!
IIS has now been installed and the Contract Eagle setup assistant will be able to complete its installation for you.
Validate/Get Checked radio button value in JavaScript
Learn more »
Best tool for assembly language 8086 compiler/emulator
EMU8086 is the tool which can be used from students to professionals for compiling or emulating Assembly language programs based on 8086 microprocessor. Find it here
Best tool to lock and Hide files in windows xp and windows 7
This is the best tool to protect your data from unauthorized usage.This is very handy and light . Find it here
Tool to Import CSV and XLS to mysql
It is actually a EXCEL Addin which adds and directly Imports data to MySQL.
You can find that tool here
facebook Messenger for android app and on Apple's iPhone but not in US why ?
The Facebook messenger for Android and iPhone for non Facebook users
Key Features of this launch
- FB messenger app is not available in U.S yet
- It fetches contacts form Contact list of user mobile
The Facebook Messenger allows users to sign up for only with name and phone number after which app will fetch contacts and user will be able to send messages to their contacts and do conversation. The application is Available in following countries except U.S Australia, India Indonesia South Africa Venezuela
Android Users Visit Here
How to Show Size of All Folders in Windows Explorer
In windows XP explorer only shows size of files. But it becomes very annoying if you want to know the size of each folder. There is a small application which installs ans add a new attribute to windows explorer naming "Folder size". Visit this link to get Folder size application.
Learn more »
Back up/ Synchronize data of mobile/tablets etc online for free
Last year my mobile's firmware was Updated by service center .... which was really a great loss. I lost about 500+ contacts from my list :(
Visit it HERE
Write a Program in C language, algorithm and draw flowchart to find whether a given string S1 is substring of another string S2
#include
#include
void main()
{
char S1[25],S2[25];
char *sub;
printf("Enter string S2: ");
gets(S2);
printf("Enter string S1 : ");
gets(S1);
sub=strstr(S2,S1);
if(sub==0)
printf("not substring");
else
printf("%s - substring of ->%s",S1,S2);
}
Learn more »
#include
void main()
{
char S1[25],S2[25];
char *sub;
printf("Enter string S2: ");
gets(S2);
printf("Enter string S1 : ");
gets(S1);
sub=strstr(S2,S1);
if(sub==0)
printf("not substring");
else
printf("%s - substring of ->%s",S1,S2);
}
How to download Mobile 3GP format of Youtube Video on PC
There is a website which provides you download links in all formats
Learn more »
Just visit this web site and provide the link of YouTube video link then click download.
Top Free Android Games
This is a list of games which I used to play on my Android 4 Tablet ... My mother really likes to play them ;>
Free
Free
Free
Learn more »
1) Bubble Shooter Candy Dash 1.6.1
Free
2) Tank Hero 1.5.5
Free
3) Zombie Dash 2.3
Free
BSNL 701c Penta Tablet 3G/Play Store Not working problem Solved
BSNL Penta tablet model 701C was having a problem when i bought it. 3G Reliance dongle was detecting but was not working.
Learn more »
When I asked for help to Penta Chat support they gave me this link .... its a Firmware
(FIRMWARE 1)
After Installing it ...I faced following Problems
1) PlayStore was not working
2) Application Button was not working properly
3) Some applications were not working
After that Again I called Penta customer care Then they gave a new link to Firmware
(FIRMWARE 2)
It was same which was installed when I got it i.e Now 3G stopped working
... So what I did ... I remixed both firmwares about 25-30 times that means I installed firmware for 25 times to check it its working :P. I took 3 Days to get a perfect Installed firmware with all problems solved :D
So Download Both Above Firmwares and then I will give file names you have to replace ...
Step1 ) Extract files
Step2)
Add FIRMWARE 2 customer folder
Add FIRMWARE 2 system.tar
In FIRMWARE 1 Extracted Folder
Add FIRMWARE 2 customer folder
Add FIRMWARE 2 system.tar
You can replace BLASTING starting sound in Customer >> media folder :)
Thats it
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)