38 private links
You are searching a unbloated Rich Text Editor for JQuery ? You are at the right place!
I have made this Rich Text Editor as simple as possible to be easily changed according your needs. The file jquery.rte.js is only 7ko uncompressed. This editor is compatible with major browsers (IE6, Firefox 2, Opera 9, Safari 3.03) and degrade gracefully in a textarea for others.
Introducing GIDZipTest™, a simple web page compression / gzip test tool.
Mac OS X (currently Leopard 10.5.3) includes an implementation of the Apache HTTP server. However, it isn’t running by default nor does it have the PHP engine enabled. This guide shows you how to activate Apache with PHP support in a few easy steps.
При разработке одного проекта необходимо было определять откуда к нам пришел пользователь, точнее из какой страны, города и географические координаты: широта и долгота, а кроме того почтовый индекс.
Сайт представлял из себя каталог SPA -салонов, в котором владельцы отмечали на карте их расположение, а пользователь, зайдя на сайт, видел на карте ближайшие салоны.
Для работы нам потребуется GeoIP. Скачиваем бинарный файл с данными и вот эту вот php’ешную API.
Setting up virtual hosts with XAMPP is very straight forward and could be done in less than 5 minutes. Although, your local XAMPP server will still work even if virtual hosts are not configured. You might want to ask, is there a need for my local XAMPP setup to configure virtual hosts? Apparently, virtual hosts are needed when
* your on multiple domains
* your need to test your projects with same configuration with the server
* test your projects without touching your public server
* your just organizing your projects into groups
* or setup a local copy of your blog or website
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases.
Regular Expressions Cheat Sheet The Regular Expressions cheat sheet is a one-page reference sheet. It is a guide to patterns in regular expressions, and is not specific to any single language.
Regular expressions are an essential part of any programmer’s toolkit. They can be very handy when you need to identify, replace or modify text, words, patterns or characters. In a nutshell: regular expressions (regex) are like a Swiss army knife for modifying strings of just about anything. Need to make your site URLs look pretty? Use regex. Need to remove all punctuation from a sentence? Definitely use regex. The uses for regular expressions are almost limitless.
Web Form Factory is an open source web form generator which automatically generates the necessary backend code to tie your form to a database. By generating the backend code for you, WFF saves you time... time you could spend doing more interesting stuff.
Java-applet that helps you test regular expressions flavor of the Sun Java standard API (java.util.regex)
As all of us are talking about the new coming Windows Vista, I decided to dedicate my first post to guide you all on how to setup IIS 7 along with MySQL and PHP 5. Before entering the venture myself, I searched the internet for tutorials on how about to do that, however, the closest i got was to install IIS 7, PHP and MySQL, however, everywhere i looked the PHP didn't work with MySQL.
Indexhibit is a pioneering CMS web application founded in 2006 which is used to create websites in the established index + exhibit format.
The Indexhibit format has become archetypal for the creative community, combining good functionality and usability for the website maker and visitors.
This code sample is a good start for a complex custom RSS feed creator. We could easily create a form that adds or updates new items in our database. For now I give you the base because I'm sure you have many ideas of your own. Armed with this new RSS file you can go to a Web site such as FeedBurner to make it easier to deliver your content to the public.
Displays a random quote on a web page. Quotes are picked from a list that you define.
Welcome to Totally PHP, a growing PHP resource web portal for web developers intented to help with your PHP programming. We provide links to free PHP scripts, such as guestbooks, hit counters and more, and handy PHP code samples that you can use in your PHP and MySQL scripting. We also have tutorials, a large list of PHP links and much much more!
.htaccess file examples and code to get you up and running. This is the index of my favorite apache HTTP (htaccess, mod_rewrite, httpd.conf) examples, solutions, ideas, htaccess tips, apache tricks and .htaccess sample files. Some of my best server tricks
mod_geoip looks up the IP address of the client end user.
A regular expression is a pattern that is matched against a subject string from left to right. Most characters stand for themselves in a pattern, and match the corresponding characters in the subject. As a trivial example, the pattern The quick brown fox
Welcome to RegExLib.com, the Internet's first Regular Expression Library. Currently we have indexed 2091 expressions from 1273 contributors around the world. We hope you'll find this site useful and come back whenever you need help writing an expression,