Bookmarks

Review of GUI tools for MySQL

2010/08/29 | Permalink | Comment?

MySQL

MySQL is nowadays a standard in the field of databases for the Web. But what are the best tools for MySQL database management?

If you are looking for an alternative to PHPMyAdmin or MySQL GUI Tools here is a review of 10 graphical tools, either free or commercial.

via Top 10 MySQL GUI Tools — DatabaseJournal.com.

Tags: , , ,

Bookmarks

Regex Pattern for Matching URLs

2010/08/04 | Permalink | Comment?

A really accurate Pattern for matching URLs in an arbitrary string of text.

Works with PCRE (Pearl, PHP) and Oniguruma(Ruby, TextMate, etc..)

via [ An Improved Liberal, Accurate Regex Pattern for Matching URLs ]

Tags:

Bookmarks

PHP: running multiple concurrent CURL requests

| Permalink | Comment?

This module provides an easy-to-use interface to allow you to run multiple CURL url fetches in parallel in PHP

via [ParallelCurl]

Tags: ,

Bookmarks

Objective-C’s Block on iOS4

2010/08/03 | Permalink | 2 Comments

The brand new iOS4 fully support the Objective-C’s Block.

This Post show two examples of how blocks can simplify some operations and give a brief introduction to the basics of the blocks.

Via Using Blocks in iOS 4

Tags: , ,

Bookmarks

Efficient CSS with shorthand properties

2010/07/31 | Permalink | Comment?

Shorthand properties can be used to set several properties at once, in a single declaration, instead of using a separate declaration for each individual property. As you’ll see, this can save a lot of space in your CSS file.

Via 456bereastreet (Italian translation available via 963.it)

Tags: ,

Bookmarks

Addendum – Annotations support for PHP

2010/07/16 | Permalink | Comment?

Annotations are a common way of add metadata to our code readable from compiler/interpreter. Introduced from Java 1.5 (and sons, like Groovy), and used by most framework like Spring (eg. for SpringSecurity), with Addendum become available also for PHP.

Addendum support single and multi valued annotations accessible through extended Reflection API, and works also if –preserve-docs is disabled.

Via Using Annotations in PHP

Bookmarks

FirePHP for Chrome

2010/07/12 | Permalink | Comment?

A must have development add-on for Firefox become available even for Google Chrome.

Grab it at Google Code

Tags: , , , ,

Bookmarks

Sample WordPress Content for Theme developers

| Permalink | Comment?

This is just what every theme developer wants, a list of posts, pages and categories to include in wordpress for test every theme with images, alignments, comments, lists…

Everything is downloadable for free at WPCandy: Easier Theme Development with Sample WordPress Content — WPCandy

Tags: , , ,

Bookmarks

LangRef.org

2010/07/08 | Permalink | Comment?

LangRef.org is a repository of some standard programming situations you might encounter and their solutions in a variety of languages.

Via LangRef.org

Tags: , , , , ,

Bookmarks

Google Sitemap: validator and video sitemap

2010/07/01 | Permalink | Comment?

Every time we speak about SEO, we speak about Google.

The sitemap is a XML file which helps webmasters to communicate their URLs to the search engines, above all fresh URLs.

If you have a website with a lot of video you need to expose a video sitemap.

For both type of sitemaps you should need an help debugging, then you can use:

Tags: , , , , , , ,
« Previous Entries