You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

How To Prevent CSS And Content Caching To Browsers?

When you’re developing a website or a web page then there may be a lot of little or bigger changes that you do in CSS file and when want to see it rendered live on web page then your simple refresh will not work and will continue to see your old design because of new […]...
How-To-Display-Different-Content-For-Different-Countries-Using-PHP

How To Display Different Content For Different Countries Using PHP?

As a web designer, you must experience sometime that you need to show different content for different countries in the same place to make your code more user friendly where ever the user open your web page like changing language, changing the price, changing your phone no, changing your offers, etc....
Simple-PHP-Web-Page-Counter-Without-Database

Simple PHP Web Page Counter Without Database

This PHP counter is a simple yet effective PHP text hit counter. It uses a flat-text database so no SQL databases are necessary. It can count hits for multiple pages of your website or even websites on other servers. It can be configured to count every reload visits. The count is displayed on the pa...
Secure-Your-Web-Pages-To-Be-Embedded-Via-HTML-FRAMES

Secure Your Web Pages To Be Embedded Via HTML FRAMES

Are you fed up of having your website trapped in some other site’s frame? This article provides a few methods whereby you can provide your visitors with a simple way to break out of the frame. Using either of the examples below will automatically break a browser out of any frame that links to ...
Make-A-Link-That-Will-Open-With-The-Double-Click

Make A Link That Will Open With The Double Click

With Jquery we can make many amazing functions and this is one of them. If you wanna make a link that will open with a Double click then this post is for you. And now some people will ask Why make a link that will open with the double click?  I also don’t know.  But if […]...
Pure-JavaScript-Character-Typing-Animation-With-Blinking-Cursor

Pure JavaScript Character Typing Animation With Blinking Cursor

The Cursor.js JavaScript library provides an easy way to apply a simple typing animation to your text node.Also comes with an animated cursor displayed at the end of the text while typing. This library is known as Cursor.JS There are many snippet available online or on many others Blog and website b...
Automatically-Redirect-To-Another-Page-With-Countdown-Timer-In-JavaScript

Automatically Redirect To Another Page With Countdown Timer In JavaScript

You may have seen this feature used by sites with full page ads, or to redirect visitors to the site’s new domain name. You can add also a timer to the script that will allow the page to redirect and the visitors will not need to click a link or type in the new URL. […]...