Up-to-date articles will return when migration completes. Meanwhile viewing an old database.

WP C – Temp

  • SQL: select into

    SQL: select into

    SELECT INTO is a handy feature if you need to move (or copy, specifically in this example) data from one table to another. This brief article means to illustrate how the same Database storage result can be achieved using multiple approaches. Consider the following SQL INSERT statement, which puts data into TABLE 2 by first…

    Continue Reading

  • Adminer – phpMinAdmin – phpMyAdmin

    Adminer – phpMinAdmin – phpMyAdmin

    Have you ever found yourself irritated by the time it takes phpMyAdmin to perform functions, or even load? If you need to quickly check your database, you might find the one-page PHP file application, Adminer, for administration of you MySQL / Maria DB is the solution for you. Adminer has a simple interface that loads…

    Continue Reading

  • TSW phpCoder 2008 Beta Released

    Before you follow the link below, I hope you’ll take a moment to think about your answer to the following questions: If you answered ‘ Yes! ’ to any of those questions, then hurry over to tsware.net and download PHP Coder 2008 (available for Windows). At the time of writing this entry, the software had…

    Continue Reading

  • Geany: a Fast & Lightweight IDE / Text Editor

    Note:This article was originally composed at the year’s end, 2007, so I ask the reader consider how much software can change, and improve dramatically– even over the course of a few weeks– with user feedback generating updates.Geany, as we know it today, has improved far beyond the description here, but the article is still relevant…

    Continue Reading

  • MySQL SET Data Type

    MySQL SET Data Type

    The following is an excerpt from an article i have referenced numerous times myself from the original source at MySQL : AB (the official MySQL developer zone, located at http://dev.mysql.com/tech-resources/articles/). The SET datatype is kind of like an ENUM, except there’s an option to pick groups of items as a reply, instead of only one…

    Continue Reading

  • MySQL SELECT Tutorials: Simple JOIN

    MySQL SELECT Tutorials: Simple JOIN

    Here’s a nice little helpful tutorial. More Tutorials should be collected here to save time in the future as this is certainly one of the most important aspects of dynamic web application development. I believe that the true power of the Application is derived from efficiency of the SQL, the Database Normalization itself, and the logic…

    Continue Reading