уменьшить в размере JS-файлы

WEB, ПРОГРАММИРОВАНИЕ Июнь 19th, 2008

JS-файлы можно уменьшить в размере. Рекомендуется воспользоваться инструментом для сжатия JS-файлов от Dean Edwards или YUI Compressor

Tags: , ,

уменьшить в размере CSS-файлы

WEB, ПРОГРАММИРОВАНИЕ Июнь 19th, 2008

Рекомендуется воспользоваться инструментом для сжатия CSS-файлов (основанном на проекте CSS Tidy)

Tags: , ,

Бесплатная парковка домена

WEB, ПРОГРАММИРОВАНИЕ Апрель 17th, 2008

В этой статье я расскажу как получить бесплатные DNS для регистрации домена и для его парковки. Для начала немного теории.
DNS (англ. Domain Name System — система доменных имён [wiki]) — это система, позволяющая преобразовывать символьные имена доменов в IP-адреса (и наоборот) в сетях TCP/IP. Read the rest of this entry »

Tags: , , ,

Keyword Density Checker

SEO Сервисы, WEB, ПРОГРАММИРОВАНИЕ Март 31st, 2008

Keyword Density Checker
Проверка процентного содержания ключевых слов на странице.

Read the rest of this entry »

Tags: , ,

Convert a Webpage to Plain Text

php Март 26th, 2008

This function takes a URL and returns a plain-text version of the page. It uses cURL to retrieve the page and a combination of regular expressions to strip all unwanted whitespace. This function will even strip the text from STYLE and SCRIPT tags, which are ignored by PHP functions such as strip_tags (they strip only the tags, leaving the text in the middle intact).

Regular expressions were split in 2 stages, to avoid deleting single carriage returns (also matched by \s) but still delete all blank lines and multiple linefeeds or spaces, trimming operations took place in 2 stages. Read the rest of this entry »

Tags:

Морфологический поиск

ПРОГРАММИРОВАНИЕ Март 17th, 2008

Выдержка из форума:
Вот так вот просто “захотелось сделать морфологический поиск на сайте”, Гугл с Яндексом отдыхают…
Совершенно не хочу обидеть, но моежт все-таки стоит ипользовать в данном вопросе проверенные решения? …
Read the rest of this entry »

Tags: , , ,

Show, hide, toggle element in javascript

javascript Март 9th, 2008

Show, hide, toggle element in javascript

Tags:

PHP5 OOP

php Март 6th, 2008

Object oriented & design patterns - php5 [hebrew]
Overview about object-oriented programming, using objects in php5 and design patterns examples for php5. [for php-israel community]

MVC example:
http://www.denover.com/uploads/mvc-sample.tar.gz

Tags:

Prototype JavaScript framework

Framework Март 5th, 2008

Easy Ajax and DOM manipulation
Prototype - Отличная javascript библиотека.

prototype

www.prototypejs.org

Tags:

библиотеки ajax

ajax Март 5th, 2008

Куча готовых ajax решений.

http://ajaxrain.com/

Tags: , ,