It’s been a while

Right then Cronies… I think an explanation is needed. Redbrick has been reinstalling and cleaning up their server and that is why Philroche.net was down for the last few days. Everything should be alright now though.
News:..
I played my first game of golf and I found I was quite good (If I do say so myself).
I bought an MP3 player (currently in Transit)

MP3 Player Iriver IHP 100 (10GB)
http://www.iriver.com/product/info.asp?p_group=iHP%20Series&p_name=iHP-100
images (http://www.iriver.com/product/popup.asp?p_name=iHP-100)
MP3 CD Player IMP 550
http://www.iriver.com/product/info.asp?p_name=iMP-550
images (http://www.iriver.com/product/popup.asp?p_name=iMP-550)
Irock FM Transmitter
http://www.myirock.com/players/irock400fm.asp

I bought it all from NeutronExpress who ship internationally. I can't wait till I get it all. There is a new Iriver IHP120 coming out with 20GB but I can never see myself using that much so i just went ahead and got the IHP100. Both the IHP100 and IMP550 are firmware upgradeable which means when iriver come out with the OGGVorbis update (end of month) I can listen to nearly all Digital music formats. The IHP 120 has some features that the IHP 100 does not have but thatnks to the firmware upgrade feature mentioned… the IHP can have all those new features. Anyway enough ranting. Enda and Tara are arriving here tomorrow morning and Ken and Sinead are arriving on Friday and Jean's Brother James and Anita are arriving next tuesday. I can't see that there aill be many quiet nights over the next few weeks.
Anyway I'll update again tomorrow.. Cya

PHP Progress Bar

Yesterday I found a php class for displaying a progressbar while the server is busy. I edited the class so that it is cross browser and so that you don't need absolute positions to positions it. There is one anomoly with it and all php progress bars, IE [Internet Explorer] does not allow flushing of data if done insie of a table tr….very strange. I have a demo version here. I needed this for an bulk email app that I wrote and it really works well in that context.

Little Fact for you

Aoccdrnig to a rscheearch at an Elingsh uinervtisy, it deosn't mttaer inwaht oredr the ltteers in a wrod are, the olny iprmoetnt tihng is tahtfristand lsat ltteer is at the rghit pclae. The rset can be a toatl mses and youcan sitll raed it wouthit porbelm. Tihs is bcuseae we do not raed erveylteter by it slef but the wrod as a wlohe.

Apache,SSL,PHP,XSLT,MYSQL

Links that you will need if trying the above….

Content Type

All RSS feeds are in XML format but not all of them are of text/xml content type which of course they should be, since they are xml. Aggreg8 does not work for Feeds with content type not set o text/xml, this in my opinion is not a flaw but an oversight on the part of those hosting the RSS feeds. Below you can see how to set the content type of a file using various languages :

PHP :
<? header("Content-type: text/xml); ?>

ASP:
<% Response.ContentType = "text/xml" %>

JSP :
<%@ content_type="text/xml" %>

If everybody did this then Aggreg8 would work for all feeds… it would make me a lot happier and my inbox wouldn't be so full.