Wednesday, December 10th, 2008
Here is a simple php code to hide the image address of our website. It can use to hide url of flash too.
< ?php
$image_path="images/path/to/";
$image_file=$image_path.$_GET['name'];
$sTmpVar = fread(fopen($image_file, 'r'), filesize($image_path));
header("Content-type: image/* ");
echo $sTmpVar;
?>
(more…)
Popularity: 3% [?]
Posted in PHP | No Comments »
Sunday, May 25th, 2008
Here is a list of 16 Cool Websites. You probably have heard of some of them, but if you’ve heard of all 16 of these cool websites, then consider yourself an internet fiend.
1. http://www.bjtlsy.com/

(more…)
Popularity: 29% [?]
Posted in Web Design | No Comments »
Monday, March 17th, 2008
Nowadays, we can found a lot of online store which selling website templates at the low cost. Website templates are very affordable and they save you a lot of effort and time when you want to create a new layout for your website. However, many people make their mistakes in the process of choosing and using a web template and end up with something that was unlike the image they had in mind. Here are some guidelines to help you avoid those mistakes.
Avoid to use popular template
If many people use the same template, your website will not appear unique at all and your credibility as a solid, different website will be tarnished. In other words, you will appear generic just like your next-door neighbours.
Do not redesign the template beyond recognisation
To whole point of using a web template is to save time and effort. You just change the title and appropriate details and you’re done. The biggest mistake one makes is to customize the template beyond recognisation. While that may be good in the sense that you are creating a unique graphic, you are defying the very purpose of using a web template — saving time and effort.
(more…)
Popularity: 24% [?]
Posted in Web Design | 1 Comment »
Monday, March 10th, 2008
I would like to present some useful analytics services, validation tools and monitoring services you, as web designer especially, should be aware of. Some “standard” tools – such as W3C Validators – are skipped; instead I’ve tried to focus on tools you probably don’t know that much about.
1. Check Your Site Ranks
Sitescore
This is probably the most prominent analytics tool in this overview, delivers a detailed report on dozens of various design-related aspects. Every single key point is evaluated and rated according to its performance on the scale from 1 to 10. Among other things Sitescore analyzes the quality of incoming and outgoing links, keyword density, page titles, plagiarism, popularity rank, the usage of popups and the effectiveness of site’s structure. Sitescore also grades the printability, readability, spiderability and usability of the page as well as spelling and W3C compliance.
(more…)
Popularity: 19% [?]
Posted in Web Design | No Comments »