Posted by Keith Elder | Posted in Internet, Programming | Posted on 24-05-2004
0
So I’ve been doing a lot of playing with CSS (Cascading Style Sheets) lately. I stumbled upon a really good article or two that helps makes more sense out of it a bit.
Posted by Keith Elder | Posted in Open Source, PHP, Programming | Posted on 24-05-2004
0
I found a really good article which outlines some nice tips to scaling PHP. The article is written by George Schlossnagle. In his article he explains why you do not need large DB abstraction layers like PEAR and ADODB and why you should NEVER use relative paths to images. The article can be found here.
I feel sorry for people that sell and buy on Ebay that do not have a working knowledge of the Internet in order to spot a scam. Luckily for this one person, they pulled one of the best documented pranks ever on a scammer on Ebay. It is completely documented with details of what happened. I started reading it, and fell in the floor.
The following was taken from Linux Magazine from an article written by Jeremy Zawodny. It talks about a litlte known feature of the MyISAM tables in MySQL which allows you to create raid tables. The snippet of the article is publised below.
RAID Tables The final variety of MyISAM tables isn’t widely known, but can be useful in some circumstances. RAID tables are simply MyISAM tables whose data (.MYD) files have been broken into multiple files. CREATE TABLE mytable … TYPE=MyISAM RAID_TYPE=STRIPED RAID_CHUNKS=4 RAID_CHUNKSIZE=8 Running that SQL command breaks the MyISAM table into 4 separate files (chunks) that are written to in a round-robin fashion in 8 KB stripes. Why do that? If you’re using a filesystem that places a limit on how large a file can be (2 GB or 4 GB), RAID tables work around that limitation. (However, file size limits are becoming more and more rare, as recent Linux kernels don’t have size limits anywhere near that low.) Performance is another reason for RAID tables. By putting each chunk on a separate physical disk, you can spread the I/O work out more evenly. In most MySQL installations, the main bottleneck is disk I/O, so this isn’t very far fetched. However, if you have the option of using hardware RAID or even software RAID at the OS level, you’re probably better off doing so.
Reference: LAMP Post, by Jeremy Zawodny
Posted by Keith Elder | Posted in General | Posted on 14-05-2004
0
“
Tonight is the last episode of Frasier. This is a really depressing end to a TV season since Friends and Frasier are both signing off for the last time. For the past 11 years, Frasier has been in our living rooms at least once a week. The show has won numerous awards as best comedy and there never seems to be a dull moment. Unless you grew up in the 80’s you probably do not remember Cheers, although, you may have seen the re-runs. The character Frasier got his start on Cheers sitting at the bar with Norm. After Cheers ended, Frasier was spun off.