Recent Posts

Woork

Woork

Return To Blog Listing

A blog about technology, programming, engineering and my personal interests.

Search This Blog's Tags For:

Recent Posts Tagged With 'database'

  • 10 Useful articles about Database design

    Posted on Tuesday September 30th, 2008 at 13:03 in database

    This is a list of ten useful articles about database design which includes some tips and practical suggests to help you to design quickly databases for your web projects. The list includes some tips to define relationships-entities model, common data...

  • Step by step guide for newbie to design a simple web application (part 1)

    Posted on Saturday September 13th, 2008 at 09:12 in html, css, inspiration, database, mootools

    Design a web application requires hard work and knowledge of HTML, CSS, database and javascript. What is a simple way to start developing PHP web applications for a newbie? In the past months I received frequently this question. Some readers of this...

  • PHP components: login system

    Posted on Thursday March 13th, 2008 at 15:26 in php, database

    This is another PHP component ready to use and reuse in your project which implements a "ready to use" login system with PHP. In the past week I received several emails about the difficult (form some PHP beginners) to implement this functionality in ...