Author: Subharanjan
-
Agile WordPress Design Process
Really nice presentation on Agile Design Process incorporated into WordPress Theme Development. Right from designing to theme creation with examples and case studies. Watch it: Agile WordPress Design Process !! Please find the Presentation Slides for Agile WordPress Design Process below:
-
How to delete chat history of a particular user/contact in Skype [Solved]
Skype, one of the most used VOIP client software for communication inside organizations. One problem with this software is that: by default you can’t remove chat history for a specific contact. To delete chat history of a particular user/contact in your Skype, you have to use a DB browser software( sqlitebrowser ) to read the…
-
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…
-
In Node.js everything runs in parallel, except your code !!
In Node.js everything runs in parallel, except your code. What this means is that all I/O code that you write in Node.js is non-blocking, while (conversely) all non-I/O code that you write in Node.js is blocking.
-
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