• Home
  • Books
Programmer's blog
Expert web-developer PHP (ZCE) / Python JavaScript / HTML / CSS

Tools

NTLM Hash Calculator
Base64 Encoder
Base64 Decoder
URL Encoder
URL Decoder

FAQ

How to delete Docker Image

Categories

  • Administration
  • Alloy
  • Appcelerator
  • Backbone
  • CSS
  • Design
  • Docker
  • Javascript
  • JQuery
  • Kohana
  • List
  • Mac OS X
  • Magento
  • MySQL
  • OS
  • Other
  • PHP
  • Python
  • Regular Expressions
  • Ruby on Rails
  • Web
  • Web design
  • Wordpress
 

Menu

Skip to content
  • Home
  • Books

Tags

amazon analog api appcelerator code snippets css dom elastic-beanstalk Examples facebook Flat design github guide js js-lib mobile mobile app overview PHP php-lib problem rapid code restapi ruby script service settings syntax test tutorial Video
Powered by Verbosa & WordPress.

Category: Other

Deleting redirect from google search pages

November 13, 2010 Other0 Comments

Hi to all, you can find my new script for deleting redirects in google search pages here – http://userscripts.org/scripts/show/90395

Continue reading

fgetcsv() is more slow than file_get_content()/explode()

October 30, 2010 Other / PHP2 Comments

Hi guys, and girls for sure;) I tried to parse huge csv file a little before and found interesting thing:

Continue reading
 code snippets / PHP / problem / rapid code

The way of creating full custom page for wordpress.

April 30, 2010 Other / Wordpress1 Comment

If you want to make one or more pages for wordpress that will be include only header, footer and common style of theme and you just started creating your first plugins for wordpress this article for you. I just want to advise you use `template_redirect` filter and show how I …

Continue reading
 code snippets / PHP

Do you know how much load does Facebook support?

April 28, 2010 Other0 Comments

I’ve been developing web application couple of weeks ago and catch the problem with limit of FQL requests. Facebook just was ignoring my requests and I receiving empty string instead XML. There was two days high transmitting data by FQL: I tried to get info from Facebook by 20-30 requests …

Continue reading
 facebook