Web Development Blog

Web development tutorials, SEO articles and PHP script resources

Subscribe to this blog

Archive for August, 2006

Friday
Aug 25,2006

For the most of the PHP scripter which are using preg_match or preg_replace frequently is the function preg_match_all a smaller advantage, but for all others it’s maybe hard to understand. The biggest difference between preg_match_all and the regular preg_match is that all matched values are stored inside a multi-dimensional array to store an unlimited number of matches. With the following example I will try to make clear how its possible to store the image paths inside a webpage: (more…)

Tuesday
Aug 22,2006

Logo squidoo.comWhile reading some secrets about link building techniques I stumbled over the squidoo community. Like on other websites like mySpace it’s possible to create your personal page (a lens) and you can add there content like news, RSS feeds, links and of course your own content like text and images. The one thing what was new to me is that you can earn money with your lens; they have a kind of profit sharing. There are already Google AdSense ads between your content blocks and it’s allowed to add additional advertisements (for example banners) on your lens page and if your lens has a lot of traffic, you earn some money (don’t ask me how much). According the article I read about link building it should boost the traffic to your site because people are reading your lens and there would be also a good Google PageRank after a while.
Checkout my own lens @ squidoo.com

How do you design?

  • Filed under: Web 2.0
Monday
Aug 21,2006

If you talk on the Internet about design people think at images, colour combinations and font faces. The Internet is one of the spare media where the rules of real (web) design are limited to the technique of browsers and the internet speed.
One of the latest design styles are defined together with the web 2.0 technologies, new colour combinations, shadows and simple graphics are the most important design characteristics of web 2.0.

In the eyes of a web developer (like me) design must be practical, technical possible and easy to extend or modify. The usage of basic technologies like CSS is more important then animations and effects coming with Flash. At the end a design must be enjoyable to the maximum number of visitors…

Thursday
Aug 17,2006

Outdated links on 3rd party websites or search engines are bad for the webmaster and visitor. Most of the time these error’s are handled by some default error page or by some custom code provided via the hosting control panel. Today we discussed at Webdigity the use of a custom error page script with some additional features:

  • Report error’s with important server/client information by e-mail to the webmaster
  • check 404 errors against a list of known URL’s with bad links
  • check for IP addresses from websites with outdated direct links (for example images)

This way it’s possible to know about dead links and the visitor is getting some goog looking and clear error page while he is following an outdated link.

The whole script can be downloaded from the tutorial section at Webdigity