Integrating APC (Alternative PHP Cache) Into PHP5 (Debian Etch & Apache2) This guide explains how to integrate APC (Alternative PHP Cache) into PHP5 on a Debian Etch system (with Apache2). APC is a free and open PHP opcode cacher for caching and optimizing PHP intermediate code. It’s similar to other PHP opcode cachers, such as eAccelerator and XCache.
Daily Archives: March 1, 2012
PHP and APC – Tutorial
APC is most widely known for allowing the end user to be able to track the progress of file transfers. APC, which stands for “Alternative PHP Cache” does much more than that. Complex and large scale websites can benefit from it’s ability to cache data and as well as its optimization of PHP code.
Metatags php Scrape meta tags
http://ogp.me/ http://developers.facebook.com/tools/debug/og/object?q=goin.gr http://inwebdeveloper.com/2012/02/06/php-get-title-and-meta-tags/ http://webhole.net/2010/02/21/how-to-extract-meta-data-from-a-page/ http://stackoverflow.com/questions/2962863/facebook-like-on-demand-meta-content-scraper http://simplehtmldom.sourceforge.net/
Top of the page with jquery
This one liner jQuery snippet will force your browser to go to the top of your page:
Create your own rewrite rules in WordPress
When you write your own WordPress plugin you might need to add new rewrite rules to WordPress. Some people add Rewrite rules direct into htaccess file, but when you open it you can see that WP don’t store rules into this file. All WordPress rewrite rules are stored into the database.
.htaccess: GET Query String Append
You need the "QueryString Append" option: