распознавание капчи. php решения.

July 23rd, 2008

php решения распознавания каптч трёх видов

captcha1

captcha1

Read the rest of this entry »


Getting real IP address in PHP

July 17th, 2008

Are you using $_SERVER['REMOTE_ADDR'] to find the the client’s IP address in PHP? Well dude, you might be amazed to know that it may not return the true IP address of the client at all time. If your client is connected to the Internet through Proxy Server then $_SERVER['REMOTE_ADDR'] in PHP just returns the the IP address of the proxy server not of the client’s machine.  So here is a simple function in PHP to find the real IP address of the client’s machine. Read the rest of this entry »


foreach in JavaScript

July 8th, 2008

Actually that’s not true at all.
As all javascript objects are really just associative arrays, there is a foreach like syntax for the ‘for’ construct.
Without it it would be very hard to work with many common javascript objects.
It’s actually very simple to use and incredibly useful if you like associative arrays.

You just have to make sure to use it on an associative array and not an object.
Example below

Read the rest of this entry »


WEB Optimizator

June 19th, 2008

http://webo.in - Онлайн сервис проверки скорости загрузки сайтов. Советы по ускорению загрузки сайтов и оптимизации времени загрузки.


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

June 19th, 2008

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


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

June 19th, 2008

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


Беспонтовая музыка

June 4th, 2008

Просто красавчег !!! Read the rest of this entry »


Radio+tape+calculator=metal detector

June 3rd, 2008

радио + липкая лента + калькулятор = металоискатель

Я думаю переводить не надо. По фильму итак всё видно.
Read the rest of this entry »


Juanes - La Camisa Negra

May 26th, 2008

Забойная песенка Read the rest of this entry »


Yandex search command - Особые комманды поисковой машины Яндекс

May 20th, 2008

$title (выражение) — позволяет провести поиск в заголовке страницы
например, $title (интернет-маркетинг);

$anchor (выражение) — эта команда означает поиск в тексте ссылок,
например, $anchor (sundr0p) — находит ссылки, в которых есть слово sundr0p;

#keywords=(выражение) — с помощью этой команды можно провести поиск в ключевых словах, например, #keywords=(поисковая система); Read the rest of this entry »


Next Page »