Archive for December, 2009

SQL For Beginners Part 2

previewAnother article published on Nettuts

http://net.tutsplus.com/tutorials/other/sql-for-beginners-part-2/

It is important for every web developer to be familiar with database interactions. In part two of the series, we will continue exploring the SQL language and apply what we’ve learned on a MySQL database. We will learn about Indexes, Data Types and more complex query structures.

Read More

Tags: , ,

SQL for Beginners

previewAnother article published on Nettuts

http://net.tutsplus.com/tutorials/other/sql-for-beginners/

Most modern web applications today interact with databases, usually with a language called SQL. Lucky for us, this language is quite easy to learn. In this article, we are going to start with some basic SQL queries and use them to interact with a MySQL database.

Read More

Tags: , ,

CodeIgniter and Doctrine from scratch.
Day 9 – Templates & Data Hydrators

Codeigniter Doctrine In this article we are going to create Templates (with CodeIgniter) to keep our Views organized, and avoid repeating the same HTML code. Also we are going to learn about Doctrine Data Hydrators to see alternative ways to structure the data returned from the database.

ci_doctrine_day9_2

Tags: , ,

Top 15+ Best Practices for Writing Super Readable Code

preview My third article for Nettuts was just published:

“Code readability is a universal subject in the world of computer programming. It’s one of the first things we learn as developers. Readable and maintainable code is something to be proud of in a finished product. We can share it with others, contribute to other projects, and reuse code from applications we wrote months or even years ago.

This article will detail the fifteen most important best practices when writing readable code.”

Read More: http://net.tutsplus.com/tutorials/html-css-techniques/top-15-best-practices-for-writing-super-readable-code/

Tags: ,

CodeIgniter and Doctrine from scratch.
Day 8 – Hooks, Profiling & DQL

Codeigniter Doctrine In this article we are going to look at 3 main subjects: Hooks (with CodeIgniter), Doctrine Profiling and DQL. And we are going to see how we can use these to optimize some of our database interactions.

Tags: , ,

HTTP Headers for Dummies

preview_httpMy second article for Nettuts was just published:

http://net.tutsplus.com/tutorials/other/http-headers-for-dummies/

Whether you’re a programmer or not, you have seen it everywhere on the web. At this moment your browsers address bar shows something that starts with “http://”. Even your first Hello World script sent HTTP headers without you realizing it. In this article we are going to learn about the basics of HTTP headers and how we can use them in our web applications.

Read More

Tags: , ,