Randomize text letters while keeping the words readable
Tihs is a fiocutnn taht crtevons a naomrl txet itno a sbcmlerad one, but sltil raeladbe.
0 commentsSave Tags: php
Make an alphabetical selection from elements of an array
Here’s a snippet that extracts elements from an array starting with a specific letter (alphabetical search).
0 commentsSave Tags: php
How to extract numbers from a string (text)
This is a short function that extracts numbers from a string.
0 commentsSave Tags: php
Extract alphabetical sequences from a string
This function extracts alphabetical sequences (usually words) from a string (text).
0 commentsSave Tags: php
Match non-alphanumeric characters from a string
This is a snippet that matches non-alphanumeric characters from a string (text).
0 commentsSave Tags: php
Extract alphanumeric sequences from a string
This short snippet is useful if you need to extract alphanumeric sequences (characters) from a string.
0 commentsSave Tags: php
How to add a stylish icon into a (form) text box
This CSS Code is useful if you need to add a stylish icon into a text box inside a form. Many sites use this sort of inputs.
0 commentsSave Tags: css-html
Equivalent of trim() function for arrays
This function strips the null element values from the beginning and ending of an array. For instance, this snippet is useful when you use file(),... more »
0 commentsSave Tags: php
Use criterias to enhance the search of your DAOs
In most cases your DAOs needs some search methods and most developers are usually creating numerous of methods to perform all types of different... more »
0 commentsSave Tags: database, java
Ajaxified Body: Now with Back Button and Bookmarking Support
I uploaded a new version of Ajaxified Body to its demo site a few minutes ago.
0 commentsSave Tags: javascript
Douglas Crockford on Web Standards and JavaScript
I became a bit of a JavaScript fanboy while writing Simply JavaScript last year, so it was especially thrilling to get to sit down with Douglas... more »
0 commentsSave Tags: javascript, opinion, standards
Results of a SOA Case Study Competition Show Main Ingredients for SOA Success
The results of the SOA competition confirm that, if done right, a SOA implementation can deliver significant measurable benefits. It also shows that... more »
0 commentsSave Tags: how-to, web services
Math for Java Game Programmers, Getting Started with the Vector Dot Product
This lesson is the first part of a two-part mini-series on the vector dot product. By the time you finish both parts, you will learn the fundamentals... more »
0 commentsSave Tags: games, java
How to validate a telephone number
This snippet is useful if you need to validate a telephone number using an editable list with specific number formats.
0 commentsSave Tags: how-to, php
Password Protecting The Wp-admin Folder (WordPress)
Looks at the options for strengthening security on the wp-admin folder in a WordPress installation, warns about a common problem leading to a 404... more »
0 commentsSave Tags: security
How to center a text on an image using GD
This is a snippet which centers a text on an image using the GD Library.
0 commentsSave Tags: how-to, php
How to select a random value from an array using a specified range
This function selects randomly a value from an arrray using a specified range.
0 commentsSave Tags: php
Show random image(s) from a directory
This script is useful if you need to randomly select images from a directory.
0 commentsSave Tags: php
Calculate the size, number of files & folders of a directory
This is a PHP Class that calculates the size, number of files & folders of a specific directory.
0 commentsSave Tags: php
Cropping a rectangle image to square using GD
This is a PHP Class that crops images (rectangles) to squares using the GD library.
0 commentsSave Tags: php
Convert e-mail addresses from a string into clickable links
This is a function that finds e-mail addresses from a string using a regexp and converts them into clickable links.
0 commentsSave Tags: php
Modular Docs Part 2: DITA vs. DocBook
When IBM decided to focus on topic-oriented documentation, it created the Darwin Information Typing Architecture (DITA), even though there was already... more »
0 commentsSave Tags: opinion
Swarm: A true distributed programming language
“Cloud computing” is becoming such a popular buzzword that it now even has its very own backlash. Since I designed Freenet, I’ve been interested in... more »
0 commentsSave Tags: other languages
Modular Docs Part 1: Why You Want Modular, Topic-Oriented Documentation
This is the first in a two-part series. Part 1 describes the motivations for modular documentation. Part 2 zeros in on the reasons for choosing DITA.
0 commentsSave Tags: opinion
Dojo 1.2 - So much sliced bread!
A lot has been going on in Dojo-land, and we're finally ready to push out the release. I have tentatively named this the 'Sliced Bread' release, as... more »
0 commentsSave Tags: announcement, frameworks, javascript
via