Content Delivery Networks (CDN) Hi Everybody, I think you all aware about the CDN (Content Delivery Networks). If not, don’t worry I am going to explain you what is CDN and how it works and how to know whether you site need CDN or not. In Short: A content delivery network (CDN)…
Search Engine Spider and User Agent Identification with “Ultimate User Agent Blacklist” A user-agent is software (a software agent) that is acting on behalf of a user. In many cases, a user-agent acts as a client in a network protocol used in communications within a client–server distributed computing system. For more information view…
The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally without having to resort to JavaScript techniques. The marquee is non-standard HTML tag but you can enjoy (or possibly suffers from) good browser support. You can change…
Search Engine Optimization (SEO) is the process of improving the ranking in the search engine it involves editing its content, HTML, Images. Content is always king and it should be very relative to its specific keywords. Content portion itself of the web development process is vital to the overall success of the website and Google…
jquery datepicker to show month year only jQuery has very nice Date Picker library, but it can’t be customized to remove the date part, i.e. to show month and year only. In some cases, you only need that the user selects the month and year mm/yyyy (month/year) as input without the day (like in…
What are the basic difference between get and post method in php? In form submission with GET method, browser constructs a URL by taking the value of the action attribute appending a? to it, then appending the form data set (encoded using the application/x-www-form-urlencoded). The browser then processes this URL as if following a…