Browse all snaps
Sometimes it's desirable to change a style of the first and/or last elements in a…
You may add rounded corners to your CSS3-based elements, like a border or button. You…
Most today's web browsers like Firefox (Ctrl+D), Opera (Ctrl+T) and IE (Ctrl+D) provide a keyboard…
You can use JavaScript window.location to redirect a visitor to a required page. You may…
Sometimes you have some information on your page and your visitors might want to copy…
You may create a back button like your browser has. The following script allows the…
You may retrieve all needed file path data using PHP's built-in function pathinfo. You don't…
Sometimes you need to generate passwords for customers automatically when a new account is created.…
Encodes the given data with MIME base64. Base64-encoded data takes about 33% more space than…
This is a very common PHP question of HOW TO remove last character from string…
