I built my first web home page and made my first contributions to the School of Engineering Journal at UPenn in 1993.
And I’ve built at lot more since then…
Here are some of the things I learned along the way…
I built my first web home page and made my first contributions to the School of Engineering Journal at UPenn in 1993.
And I’ve built at lot more since then…
Here are some of the things I learned along the way…
Lately I have been re-testing most of b2evolution's hosting partners... As the number of hosting test sites grows though, it takes days just to update the testing software on all of them. I guess I'll have the automate that ;) But that's nothing compa…...
I think the easiest site for making quick web snapshots is thumbalizr ...
I want to recommend this post by Joel Spolski about differences in font rendering philosophy between Mac OS & Windows. I never really understood why Apple failed to render sharp fonts on screen. Now I understand the purpose. I'm still not sure…...
It's been 3 years since PHP 5 has been released. Yet PHP 4 still rules on the vast majority of web hosting platforms. This is annoying for PHP open source developers who cannot leverage the potential of PHP 5 as long as they need to support PHP 4. Thi…...
Besides the basics, there's three simple things I'd expect from an FTP client: Symetrically navigate in subfolders locally and remotely with single clicks;Upload files and overwrite the server side only if the local file is newer;Search the server f…...
"People don’t recognize how important URIs are. The notion that you have a huge, world-scale, information space, and that everything in it has an name and they’re all just short strings that you can paint on the side of a bus; that’s a new thing and a go…
Most sites can be reached by two different URLs. For example http://b2evolution.net/about/features.html and http://www.b2evolution.net/about/features.html . This is good for the users who can choose wether or not to type in the "www." part. However, i…...
It was bound to happen. Macromedia's (well, Adobe's) Flash player finally evolved into a very complete Virtual Machine. They call it Apollo. It basically solves the same problem Java has tried to solve for years: write once, run anywhere. Though it's…...
I've been banging my head on my Mac & PC monitors with this! I had gone a long way already with color matching my Mac & PC displays, but this is far worse! Suppose you have a logo on a plain color background that has a specific color code,…...
Internet Explorer 6 for windows has been giving me a hard time with expanding fixed width or fixed height boxes (divs) in the most non standard fashion... The trick would be to apply overflow: hidden to the div to force the browser to hide any…...