SL8R.co.uk - Code Zone

Code, Code and Code

SL8R.co.uk - Code Zone header image 4

Entries Tagged as 'Comment'

PHP: Require() and Include()

April 23rd, 2008 · No Comments

Essentially, require() and include() act in much the same way in that they both include the contents of another file - the only difference being that if include() fails then processing will continue (but produce a warning) but if require() fails then processing will stop with a fatal error (as well as produce the warning).

[...]

[Read more →]

Tags: Comment

J2ME: the future

April 3rd, 2008 · 2 Comments

I recently read an article indicating the potential demise of J2ME in favour of running J2SE on mobile devices. One reason given for this is due to J2ME’s sandbox security limitations. The article is on the Register site http://www.sun.com/software/javafx/index.jsp. The future is indicating JavaFX
Related Posts

http://mobilegames.blogs.com/mobile_games_blog/2007/05/javafx_the_futu.html
http://www.fiercedeveloper.com/story/savaje-lives-on-in-javafx-mobile/2007-05-15

addthis_url = ‘http%3A%2F%2Fwww.sl8r.co.uk%2F2008%2F04%2F03%2Fj2me-the-future%2F’;
addthis_title [...]

[Read more →]

Tags: Comment

CMS: Content Management System

March 31st, 2008 · No Comments

I recently talked about my Wordpress 2.5 RC1 - First Impressions and plan to upgrade this site very soon to Wordpress 2.5 so watch this space! Wordpress has some great plug-ins all of which (all the ones I have seen!) use PHP - so if you are interested in PHP development techniques then it is [...]

[Read more →]

Tags: Comment