Category: SEO
October 4, 2013
algorithms, database, implementation, internet, mysql, optimization, php, programming languages, search, SEO, sorting, technical, tricks
I have created an online page that allows people to upload any single photo to server. The URL to list all the photos (visible) is https://rot47.net/picture-gallery To add a photo …
Today, I logged in to the Google Adsense Control Panel and I found this little score board. It has little score for ‘Revenue optimization’ and I followed the suggested …
April 23, 2013
base64, beginner, HTML5, http, I/O File, implementation, optimization, php, programming languages, SEO, tricks
Sometimes you want to distribute your HTML application (*.hta) or a pure HTML file (*.html) without any external images. However, it would be nice to include some images, such …
Preloading images is useful when you like to access the images without delay when needed. For example, on mouse-over events over some buttons, the images has to be changed …
Apache Server allows URL rewrite rule by simply placing a file called .htaccess under the FTP directories. The Rewrite Rules will override its parent one if there is any. …