Commentary on all different tech subjects from a real geek.

Must Visit: CSS Tricks

Posted: September 16th, 2008 | Author: Patrick | Filed under: Design, Tutorials | Tags: , , | 2 Comments »

Sometimes there are sites that are just a constant source of invaluable information. Chris Coyier’s CSS Tricks is an absolute positive goldmine of not just CSS but designing websites and also really cool programming tricks. There are some big names to always watch and Chris should definitely be a household name for all designers and programmers. Chris has some awesome screencasts that are really thorough.

CSS Tricks


Creating a PHP Framework

Posted: September 15th, 2008 | Author: Patrick | Filed under: PHP | Tags: , , | No Comments »

CodeIgniter

I have been getting more and more interested in developing PHP while using a framework to help ease some of the things that are constantly done, such as interacting with the database and generating forms. Frameworks such as CodeIgniter and CakePHP can be incredibly useful in quickly ramping up a usable application.

As easy as some of these frameworks can be to use, there is still a learning curve ranging from not bad at all to downright ridiculous. Another reason I sometimes shy away from them is that you don’t really learn some things because the framework is taking care of it all. There is always something to be said for doing things from scratch as it usually translates into knowing it inside and out.

NETTUTS has a fantastic tutorial about developing a framework using PHP5 from scratch. NETTUTS always has extremely in depth tutorials that are easy to follow and well-made. Their sister sites such as PSDTUTS are also of the same extremely high caliber.

Create a PHP5 Framework - Part 1 and Part 2


Poll: What is your favorite PHP IDE?

Posted: September 4th, 2008 | Author: Patrick | Filed under: PHP | Tags: | 2 Comments »

I know a lot of people use just a text editor for programming with PHP but I seem to be spending more time using a full fledged IDE. So what do you guys use? Please discuss and argue in the comments! Thanks!

What is your favorite PHP IDE?

  • Activestate Komodo (0%, 0 Votes)
  • No IDE, only a text editor (50%, 3 Votes)
  • NuSphere PhpED (0%, 0 Votes)
  • Eclipse (33%, 2 Votes)
  • phpDesigner 2008/2007/2006 (0%, 0 Votes)
  • Other IDE (0%, 0 Votes)
  • Aptana (Eclipse Plugin or standalone) (17%, 1 Votes)
  • Dev-PHP (0%, 0 Votes)
  • Zend (Studio or PDT) (0%, 0 Votes)
  • Coda (0%, 0 Votes)

Total Voters: 6

Loading ... Loading ...


WordPress For Noobs – Part 1: Installing WordPress

Posted: June 29th, 2008 | Author: Patrick | Filed under: Tutorials, WordPress Help, WordPress for Noobs | Tags: , , | No Comments »

Welcome everyone to my brand new tutorial about WordPress. In this first tutorial, I will guide you thru the installation of WordPress, which is dead simple. It is known as the “5 minute install”, though it takes even less if you know a few things.

Read the rest of this entry »