background preloader

Facebook Twitter

/* Position Is Everything */ — Modern browser bugs explained in detail! YuhsJohn - Minecraft Free Mods Download. Minecraft Free Mod - Minecraf Mod DownLoad Free - News Game PC - All Game New - Game Reviews - Game Previews - XBOX Game - Trường Cao Đẳng Nghề Bách Khoa Hà Nội - HACTECH. Free Download MineCraft - Download Mods MineCraft - MineCraft - Free Download Mod MineCraft. Free Download Mods MineCraft – Download Mods MineCraft – MineCraft.

Ha Giang Stone Plateau - Dong Van Plateau - Welcome To Ha Giang Stone Plateau. Diễn đàn xổ số - Mỗi ngày một niềm vui. Thảo luận LÔ GAN ngày 19/02/2013. Diễn Đàn Dòng Họ Người Việt. Fun - VN. Ha Giang Stone Plateau – Dong Van Plateau. HA GIANG PLATEAU - DONG VAN KARST PLATEAU GEOPARK HA GIANG VIET NAM. Trường Cao Đẳng Nghề Bách Khoa Hà Nội - HACTECH. Lô gan thảo luận phần II. 2Mung sinh nhat Minh Bao. Diễn Đàn Xổ Số - Xổ Số Vui - Lô gan - Cầu lô. Diễn Đàn Xổ Số - Xổ Số Vui - Lô gan - Cầu lô. Dynamic Drive CSS Library- Practical CSS codes and examples.

Usefull function. Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+.

usefull function

Even after using PHP for years, we stumble upon functions and features that we did not know about. Some of these can be quite useful, yet underused. With that in mind, I've compiled a list of nine incredibly useful PHP functions and features that you should be familiar with. 1. Functions with Arbitrary Number of Arguments You may already know that PHP allows you to define functions with optional arguments. First, here is an example with just optional arguments: Now, let's see how we can build a function that accepts any number of arguments. 2. Many PHP functions have long and descriptive names. Think of it like a more capable version of the scandir() function. You can fetch multiple file types like this: Note that the files can actually be returned with a path, depending on your query: 3. By observing the memory usage of your scripts, you may be able optimize your code better. 4. 5. 6. 7.

PHP : enlever les accents d’une chaîne de caractères. 21 Code Snippets (php) by WebDeveloper+ PHP is the most widely used web based programming language that powers millions of websites including some of the most popular ones like Facebook.

21 Code Snippets (php) by WebDeveloper+

Here are 21 really useful and handy PHP code snippets that every type of PHP developer will find useful. 1. Human Readable Random String This code will create a human readable string that will look more close to dictionary words, useful for captchas. function readable_random_string($length = 6){ $conso=array("b","c","d","f","g","h","j","k","l", "m","n","p","r","s","t","v","w","x","y","z"); $vocal=array("a","e","i","o","u"); $password=""; srand ((double)microtime()*1000000); $max = $length/2; for($i=1; $i<=$max; $i++) { $password. 2. If you don’t need human readable string, then use this function instead, which will create a random string you can use for user id’s etc. 3.

With this snippet, you can encode any email address into HTML entities so that spam bots do not find it. 4. 5. 6. Delete a directory including its contents. 7. Traduire ses URL avec Zend_Controller_Router_Route. Je n'aime pas mélanger le Français et l'Anglais dans mon code.

Traduire ses URL avec Zend_Controller_Router_Route

Mes noms de variables, mes noms de table, mes noms de contrôleur et d'actions sont donc toujours systématiquement en anglais. Le problème avec cette approche, c'est que du coup mes URL sont également en anglais. Sur un de mes sites par exemple, je projette d'ajouter une rubrique Trucs et astuces. Web. HTML5. Open Source. CMS options. Web-Design. CMS. CMS - Content Management Systems. Web-Design. Cms. CSS-Tricks. Joomla. Social Media. HTML and CSS Tutorials, References, and Articles. Webdev. Testing. Web. PHP / SQL. Drupal. Servidor. Projekt szervezés. Sites. Php-install. PHP Class Scripts, Tutorials, Book reviews, Jobs, Jobs, User groups, Forums, Web hosting comparisons - PHP Classes. Befehlsreferenz: Programmierung. Drupal.

Compilers & Development Environments. PHP. Tuts. PHP. CSS | Languages. Intro to cs, continued. CSS. Innovation. Fine-Tuning WordPress for SEO. Just a few short years ago, building static websites by hand with HTML/CSS was the norm.

Fine-Tuning WordPress for SEO

Nowadays, WordPress powers almost 14% of all websites[1]. Originally developed as a blogging platform, WordPress has since morphed into a powerful content management system for all types of websites. But, as with most things that evolve from what they were originally meant to do, there’s some fine-tuning that will be required to make them as functional as possible. While WordPress has top-notch SEO features out of the box, there a handful of things you can enhance to achieve even better SEO. The following are some basic tips on how to fine-tune your WordPress site to attain improved search engine results ranking. Permalink Structure for URLs You can find the permalink settings under Setting > Permalinks.

By default, WordPress sets your post URLs like so: Course Platform. Dynamic Drive CSS Library- Practical CSS codes and examples. 100 + Must Have Cheat Sheets and Quick References For Web Designers and Developers. Designbeep is a design blog dedicated to web developers,bloggers,designers and freelancers.Our aim is to share everything about web design,graphic design,tutorials and inspirational articles and more.

100 + Must Have Cheat Sheets and Quick References For Web Designers and Developers

Homepage»RESOURCES »100 + Must Have Cheat Sheets and Quick References For Web Designers and Developers Wow, this is going to help out alot! Thanks! Great collection for web design beginners. we are already using “CSS Cheat Sheet (V2) (PDF)” in our company Ok Malik..Done:)Regards Great bunch of sheets, will definitely start using some. Will save me loads of time! 25 CSS Snippets for Some of the Most Common and Frustrating Tasks. In this post we have 25 CSS snippets and hacks that will solve many of the most frequently used and, at times, frustrating CSS development tasks.

25 CSS Snippets for Some of the Most Common and Frustrating Tasks

Why reinvent the wheel when there are already plenty of time-saving pre-written CSS code snippets? As well as some classic and timeless CSS hacks you will also find many CSS3 snippets, like box-shadow, border-radius,linear-gradient and many more. Adding shadow to text – text-shadow Helps make your text stand out from the rest. Source. Display Property. Inline inline does just what it says - boxes that are displayed inline follow the flow of a line.

Display Property

Anchor (links) and emphasis are examples of elements that are displayed inline by default. The following code, for example, will cause all list items in a list to appear next to each other in one continuous line rather than each one having its own line: Block block makes a box standalone, fitting the entire width of its containing box, with an effective line break before and after it. Server. 25 CSS Snippets for Some of the Most Common and Frustrating Tasks.