Category: PHP
-
Do you need an admin interface to stop / disable auto update feature of WordPress ?
Now that the “Automatic update of WordPress core” has been introduced in WP version 3.7, there are some obvious questions those come into mind. Where can I control this automatic update functionality of WordPress 3.7 ? Is there any admin interface for it ? How can I disable auto update of WP ? So, before…
-
Integrate PHP CodeSniffer with NetBeans IDE [Steps]
CodeSniffer, an essential development tool that ensures your code remains clean and consistent, should always be with you while writing code to check and fix the messy things. For those people who use NetBeans IDE to write PHP applications, here are the steps to integrate PHP CodeSniffer with NetBeans IDE. Steps: Open NetBeans IDE. (…
-
How to setup PHP CodeSniffer on Windows machine ?
How to use CodeSniffer on Windows ? How to setup the PHP CodeSniffer on Windows ? These questions come to mind when you see various articles, tutorials which provides ways/steps to setup this on Linux. So here are simple steps to setup PHP CodeSniffer on Windows. Before going into this, for those who don’t know…
-
How to reduce 404 errors created by ++liker.profile_URL++
Are you getting lots of 404 errors in the log because of some urls having patterns like ” ++liker.profile_URL++ ” ? How to reduce 404 errors created by ++liker.profile_URL++ ? Here is the solution to stop those 404 errors and convert those urls to result in 301 permanent redirects to your homepage. Problem: Some days…
-
Refreshing new look of php.net
PHP.NET website has got a new refreshing look. Yes, with the recent launch of PHP 5.5.0 they have changed to the new layout for php.net It looks awesome !! For the time-being, a new banner has been added to the top of the php.net website introducing everyone to the new theme. Go and have a…
-
SQL query to get post and its meta_values as one row of record (single data grid)
How to query EAV attributes into separate columns ? Here is the SQL query to get post and its meta_values as one row of record (single data grid). 🙂 🙂 WordPress stores the post data mainly in two tables (i.e. wp_posts and wp_postmeta). The first table stores the data which are common and apply to…
-
Mashable changed its platform from WordPress to Ruby on Rails
Mashable, the latest in social media, tech, world news, business, entertainment related blog was based upon wordpress cms. Recently it has changed its look and feel with completely new style and fully responsive layout. Ruby on Rails with Backbone JS and Handlebarsare the platforms used to built the new site. Features like Adaptive Design, “Next…
-
WordPress 3.5 (Beta 1) and Twenty Twelve theme is released
WordPress 3.5 Beta 1 is now available to download with lots of improvements. Another great news is the default theme which will be inside the WordPress 3.5 is also released and can be downloaded now separately for use. Have a look here: Twenty Twelve theme preview Download it from WordPress.org