UTF-8 encoding is a way to go when you need a support for a multi-language sites. However sometimes it might be frustrating seeng some unwanted characters on your page. Do always validate content that user posts to make sure you have a valid UTF-8.
From time to time, pages change location. At times like these, one can use PHP header function with 301 redirect to notify website visitors that the page has moved, assuming the $location contains the new URL.
What is UUID? A universally unique identifier (UUID) is an identifier standard used in software construction, standardized by the Open Software Foundation (OSF) as part of the Distributed Computing Environment (DCE).
As it appears standard PHP method array_unique is not suitable for multi-dimensional arrays. Too bad PHP guys…is that really that hard to add ? Here is something I had to come up with.
Spent a bit some time while trying to find native method in PHP that would allow me to search multidimensional array. Looks like PHP guys havn’t thought about it. I had no way but to write my own. If you guys have the same need you are free to use it.
Undoubtedly, the release of PHP 5 has had a remarkable impact on the way that object-oriented applications are developed nowadays. This highly-improved model has provided PHP programmers with features that were only present in mature object-based languages, like Java and C++, but now, fortunately for you and me, they are generously offered by this powerful [...]
SEARCH ARTICLES & TUTORIALS
PHP
MOST POPULAR TUTORIALS
Search Engine Optimization - Do It Yourself!
Probably most of us ever dreamed to have website at the top of the Goo[...]
jQuery Object Oriented Plugins
Many people have asked me, if jQuery is object oriented and how they c[...]
Spring-MVC Tutorial (Part 1)
Overview This document is a step-by-step guide on how to de[...]
Animated scroll to anchor method with jQuery
It's a one line but can add a really nice effect to your website. f[...]
Reload Google ads with Javascript
Reloading or refreshing your AdSense advertisements automatically isn'[...]
SPONSORED LINKS
HOTTEST TECH NEWS & RUMORS
RECENT POSTS
Dynamically display images via Java Servlet, Tomcat
This is a standard way of showing an image via Servlet. However this w[...]
Scaling Images preserving Aspect Ratio. Universal method for Java and Javascript.
While developing web application for digital publications using Java a[...]
Tomcat webapps folder in Eclipse
Eclipse provides a very convenient way to create a dynamic web applica[...]
Search Engine Optimization – Do It Yourself! (Part 3)
Content Really Matters! Yes, it is true! Your website content is real[...]
Create Canvas Image with jQuery
I usually use <img tag to create images almost for everything. Howe[...]
SPONSORED LINKS




