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 ]

Share and Enjoy:
  • Tumblr
  • Twitter
  • FriendFeed
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • RSS
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]

Share and Enjoy:
  • Tumblr
  • Twitter
  • FriendFeed
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • RSS
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

Share and Enjoy:
  • Tumblr
  • Twitter
  • FriendFeed
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • RSS
Tags: , ,

Bookmarks

How to choose open source license

2010/05/24 | Permalink | Comment?

If you write some code keep in mind that it’s yours and you get to decide if, how, or under what circumstances, other people can use it.

What does that mean, what is an open source license, and how do you pick the right one?

This article (in two parts) tries to answer these questions.

HOWTO: Pick an open source license (part 1) | ZDNet. | How to pick an open source license (part 2)

Share and Enjoy:
  • Tumblr
  • Twitter
  • FriendFeed
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • RSS
Tags: , , ,

Bookmarks

Configure Wordpress To Use A Content Delivery Network (CDN)

| Permalink | Comment?

Step-to-step guide to set up Wordpress with all the main CDN service providers.

via HowTo: Configure Wordpress To Use A Content Delivery Network (CDN).

Share and Enjoy:
  • Tumblr
  • Twitter
  • FriendFeed
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • RSS
Tags: ,

Bookmarks

PHP Security Checklist

| Permalink | Comment?

A comprehensive and complete checklist to secure your php based web application, each point of the list include a brief description to fully understand the problem.

The author also provide a PDF version for a very quick review.

Via Definitive PHP security checklist | sk89q.

Share and Enjoy:
  • Tumblr
  • Twitter
  • FriendFeed
  • Digg
  • StumbleUpon
  • del.icio.us
  • Technorati
  • Sphinn
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • RSS
Tags: , ,