ma.gnolia

Sign In | Learn More

Skip to main content


3593_75 CodeGrrl

This is a public group.

http://codegrrl.com/

Bookmarks for and by the CodeGrrl.com Community. We welcome any and all bookmarks related to coding: XHTML, CSS, PHP, MySQL, AJAX, and so on.


Join Free to become part of this group.

Top Tags (View All)

*tools, .net mag, ajax, ajax webgraphics, anti-cancer, anticancer, antioxidant, aperture, api, apoptosis, apoptotic, archives, art, beginners, bellabook, best practices, bitacle theives blog splog, blog stickers, blogging, button, cancer, capture, cascading style sheets, cheat sheet, cheat sheets, cms, code, coding, color, columns

Recent Bookmarks (View All)

  1. 1758_32

    Visit Clearskys.net Blog » Blog Archive » Introducing StayPress Clearskys.net Blog » Blog Archive » Introducing StayPress

  2. 1758_32

    Visit Page2RSS - Create an RSS feed for any web page Page2RSS - Create an RSS feed for any web page

    • Tags:
    • Saved by Vixx on May 14, 2008.
  3. 14551_32

    Visit How To Use Triggers to Track Changes in MySQL How To Use Triggers to Track Changes in MySQL

    Setting constraints and rules in the database is better than writing special code to handle the same task since it will prevent another developer from writing a different query that bypasses all of the special code and could leave your database wi… More

  4. 14551_32

    Visit Swap Insert for Update When Key Exists Swap Insert for Update When Key Exists

    When synchronizing tables or databases, sometimes it is useful to have a way to update a row if there is already an entry for a key. Using the MySQL syntax, ON DUPLICATE KEY UPDATE, it is possible to insert a row if it doesn’t exist or update it i… More