GigaOM on June 25th 2008 presents the Structure 08 conference.
"Structure 08 will gather the most innovative and influential industry leaders together to explore the latest Internet infrastructure buildout. It will sort through the emerging and disruptive computing technologies and inform businesses on how best to leverage them. And it will provide insight to investors and executives on the best implementations, ideas and startups out there today — and what to look for tomorrow."
The Regex Coach
Content formatting with Regexes
The Regex Coach a graphical application for Linux and Windows which can be used to experiment with (Perl-compatible) regular expressions interactively.
Could it be the DNS?
Website Problem with the Domain Name Server (DNS) information
Why can't I see my website?
It could be a problem with your Domain Name Server (DNS) information. The Domain name system provides a convenient way of finding computer systems in network based on its name and ip address. Domain name services resolves names to the ip addresses of clients and vice versa.
Why is this important?
Fixing "Warning: main(): stream does not support seeking"
PHP 4.3.? include/require bug
How do I bypass/get rid of the warning: main(): stream does not support seeking?
It looks like the 4.3 versions of PHP have reintroduced an old bug with include/require in regards to including files with URLs. I have sites with two different ISPs and both have upgraded their servers in the past few weeks (without any warning) and this has caused me problems on both sites.
You will see the following warning message:
Warning: main(): stream does not support seeking
Intelligent/Smart Favorites in IE
Turning on the Smart/Intelligent Favorites Menu in Internet Explorer 5.x/6
How to use .htaccess files to configure the Apache Web Server to redirect a site
A short .htaccess tidbit
The .htaccess file is plain ASCII text file which is used to configure the Apache web server at the directory level.
Creating a custom '404 file not found' error page:
Nothing is more annoying to web users than the dreaded '404 file not found' error message. Using the .htaccess file you can configure the server to display a web page of your choice when a 404 error is encountered.