__________Guitar Tabs___________
kyun ke tum hi ho aashiqui 2 guitar tabs lesson
__________Guitar Tabs___________
Enabling query log in MySQL 5.5.28
Facebook funny cover picture
___________________________________________________
___________________________________________________
Here is a Raw file for you, you can use this as cover background and put some nice matching profile pic and your creative facebook cover is ready.
___________________________________________________
how to enable internet when vpn is connected - WINDOWS 7
This week I started using my VPN connection for some work. But I notice that whenever I connect my VPN, my machine was loosing the local internet connection. Previously it was not the issue with my machine, but it started appearing once I started using wifi for local internet connection. I am using WINDOWS 7 machine. Here is a fix for this issue.
How to enable local internet connection while using VPN network.
1. Right click on the VPN connector in your network connections.
2. Click properties.
3. Then click on the networking tab.
4. Then click on TCP/IP settings. i.e.(Internet protocol version 4..)
5. Then click on Properties button to view "Internet protocol version 4" properties.
6. This will open a new window.
7. Click on advanced button.
8. Now under IP-settings tab you will find a check box which reads "Use default gateway on remote network".
9. UNCHECK this checkboox.
10. Save all settings.
11. Done.
This will surely get your internet back while connecting VPN.
How to add dynamic rule to jQuery validator
I was working on one application yesterday in which I need to load some form fields dynamically from AJAX call. In this case once input fields are populated in your form you may need to apply validation rule for these fields. This step is necessary because the original $("#formId").validate method was initiated during the page load. So how to add dynamic rule to jQuery validator?? check the following solution.
If you want to add validation rule to form which is already loaded then its kind of tricky and you may need to use following function.
$("#synamicFieldId1").rules("add", {validateApp:['parameter1','parameter2']});
You can find the .rules() documentation with more examples here.





