Natrang Intro guitar full Tabs


Checkout Natarang intro guitar tabs.  I will try to upload the text format of tabs soon.



Facebook funny cover picture

Checkout these funny and creative facebook cover images. I am also giving raw files which you can use to for your facebookcover pages too.

___________________________________________________














___________________________________________________

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.

5th metatarcel bone broken

Broken 5th metatarcel bone. Day 1 & 2 Pics

How to add dynamic rule to jQuery validator

"jQuery validator" is  really a very good plugin for validating your web forms on client side. Why I am recommending this plugin is because its flexibility and set of methods which offers complete customization.  Plugin offers lots of different methods so that you can customize it as per your requirement very easily. I have used it in many applications. There are many other jQuery based form validation tools which actually using this plugin as back bone of there plugins.

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.

Is Twitter a Waste of Time?

Twitter! What is it?

Internet world has one thumb rule these days, If you don't know any thing then there is only one god GOOGLE, so just ask Google. People ask almost everything to Google :). Believe it see the following example.

Take a look at this funny image, I took this screenshot on Google search page with keyword Twitter is a
If you look at the first suggestion it says "Twitter is a waste of time". that's so funny. It means people use to search this phrase so many times that Google suggest is giving importance to this keyword more than other keywords. :)



 Lots of friends of mine are not actually using twitter but everyone of them says twitter is just a waste of time. What I think is they just don't know how to use it. Twitter is a invention of micro blogging, and its just cool tool , use it in a right way.


CSS1 vs CSS2 & SEO

This post will help you to understand the primary features in CSS2 which are not there in CSS1 and how CSS2 techniques are going to help you in SEO. CSS1 is published in 1996 and CSS2 is published in year 1998. All major browsers supports practically 99.9% of CSS2. I was googlin for the difference between CSS1 and CSS2 and landed on a very good website and found really dam important information about new tags introduced in CSS2. You can check all of them on this website > http://xahlee.org/js/css2.html.

Google bot and other search engines does consider uncompressed HTML size of your webpage, so even if we are using gzip compression techniques, we have to think about the uncompressed HTML size. One of my website's home page is of size 59.23 kb. The which I used to test my site have suggested CSS2 based layout and its new techniques which really helps a lot to reduce your page size. I am working on some of the new tags implementations which will help me to reduce the size of CSS file as well as my HTML page size.

There are few more CSS techniques which helps us to increase the speed of our website. One of the very popular technique is "CSS Sprites". CSS Sprites is basically a technique which combines all small images on your web page in to one big image. In this case we have to just load a single image instead of loading lots of small images separately, this saves a lot of browsers time to make n no of http requests to server so increases speed of your website.

Share this post with your friends