Kiss Phpnw08

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

1 comments

Comments 1 - 1 of 1 previous next Post a comment

Post a comment
Embed Video
Edit your comment Cancel

1 Favorite & 1 Event

Kiss Phpnw08 - Presentation Transcript

  1. PHP Northwest - Manchester, UK November 22nd, 2008 Derick Rethans - dr@ez.no http://derickrethans.nl/talks.php
  2. K.I.S.S. Keep It Simple Stupid
  3. descriptive URLs
  4. http://ez.no/solutions/mobile http://www.caranddriver.com/reviews/hot_lists/high_performa nce/supercars_and_exotics/2011_ferrari_fx_fx70_spied http://www.cnn.com/2008/TECH/09/08/lhc.collider/index.html http://news.bbc.co.uk/2/hi/science/nature/7604721.stm http://www.foxnews.com/story/0,2933,417344,00.html
  5. following links
  6. download links
  7. JavaScript
  8. don't break the back button
  9. language selection
  10. flashturbation
  11. <blink/>
  12. Java (applets)
  13. <html> <title>Hello World!</title> <body> <?php echo \"Hello World!\"; ?> </body> </html>
  14. <?php echo \"<html>\\n\"; echo \"<title>Hello World!</title>\\n\"; echo \"<body>\\n\"; echo \"\\tHello World!\\n\"; echo \"</body>\\n\"; echo \"</html>\\n\"; ?>
  15. <?php $xw = new xmlWriter(); $xw->openMemory(); $xw->startDocument('1.0','UTF-8'); $xw->startElement('html'); $xw->startElement('head'); $xw->writeElement('title', 'Hello World!'); $xw->endElement(); $xw->startElement('body'); $xw->text('Hello World!'); $xw->endElement(); $xw->endElement(); $xw->endDocument(); echo $xw->outputMemory(true); ?>
  16. goto is not evil
  17. don't abuse goto
  18. hammers
  19. avoid dependencies

+ Jeremy CoatesJeremy Coates, 9 months ago

custom

379 views, 1 favs, 0 embeds more stats

Derick Rethans' PHPNW08 key note slides:

One of more

More info about this document

CC Attribution-NonCommercial-NoDerivs LicenseCC Attribution-NonCommercial-NoDerivs LicenseCC Attribution-NonCommercial-NoDerivs License

Go to text version

  • Total Views 379
    • 379 on SlideShare
    • 0 from embeds
  • Comments 1
  • Favorites 1
  • Downloads 2
Most viewed embeds

more

All embeds

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories

Groups / Events