I’m optimizing my Meta Box plugin and I need a way to measure the project’s statistics such as complexity and…
PHP
Quick Tip: “e” Modifier For Regular Expression
There’s a question about regular expression on WPQuestions yesterday that received some interesting solutions. The question is replace all semicolons…
PHP Quick Tip: Comment Block
PHP has 2 types of comments: comment block (for long comments in many continuous lines) and short comment (for one…
Create A Multiple URL Shortener Page
There are various url shortener services on the Internet, you can use free services such as bit.ly, tinyURL or create…
URL Shortener: Principles, Sample Code And Sources
URL Shortener makes a short version of a long given URL. There are many URL shorteners out there like bit.ly,…
Easily Expand Short URL Using PHP
Short url services like bit.ly, tinyurl are very helpful to make a short version of our long urls. In some…