This global variable indicates whether the current user wants to use rich editing interface (by default using TinyMCE) for creating/editing posts and comments. Since Wordpress 2.0, the option of rich editing is set per user, which can be accessed by using the checkbox, “Use the visual rich editor when writing”, in Admin Panel->Users->Your Profile. richedit is set in the functions get_post_to_edit($id) and get_comment_to_edit($id) in the [wordpress-root-folder]/wp-admin/admin-functions.p [Continue]
Jeff Hodson has a detailed look at how open source can be leveraged by Agile teams. He advises Architectural Style (via InfoQ). I will reiterate some points and present my view on them. [Continue]
The recent backlash against the recently released Last Call Working Draft of WCAG 2.0 is a representation of the frustration against it. The general outburst is against the irreverence for Web Standards in the guidelines. Other than that the original document is full of jargon and requires supporting documents (Understanding WCAG 2.0 and Techniques of WCAG 2.0) for full comprehension, it also seems to have lost the focus. [Continue]
Wordpress uses page_cache global variable to cache static pages by their ID. Caching can notably improve performance by retrieving data from memory and avoiding repeated queries to the database. It is an array set in the function update_page_cache(&$pages) defined in [wordpress root folder]/wp-includes/functions.p [Continue]
Search Engines have come a long way, today they have evolved into an ubiquitous part of everyday business of the common man. Search engines are the most popular tools for finding information. They have become reliable enough for not only getting results, but also analyzing them. [Continue]
Wordpress uses numpages global variable to store the number of pages in a multipage post. It is set in the function setup_postdata($post) defined in [wordpress root folder]/wp-includes/functions.php. [Continue]
Unlike a lot of others, I was introduced to Theory Of Constraints (TOC) by the business novel and was instantly addicted to the revolutionary approach, an output of exceptional work by Eliyahu Goldratt. The Theory Theory Of Constraints (TOC) is, at its basics, a problem solving approach that focuses on the constraints or limitations involved. Anything that we are part of today - work or family or organizations - involves multiple factors. [Continue]
I came across an excellent article by Brian Clark on his Copyblogger blog about - well - about pages. In fact, it is more than just the page, it is about communicating with your reader to inform about your blog. I will take the liberty of extending this to a generic website. [Continue]
Just like category_cache, Wordpress uses post_cache global variable to cache all the posts by their IDs. It is set in the function update_post_caches($posts) defined in [wordpress root folder]/wp-includes/functions.php. [Continue]
The open source drive has brought together certain systems management vendors to form the Open Management Consortium (OMC) (via The Register). The founding members are Ayamon through Nagios Emu Software through NetDirector Qlusters through openQRM Symbiot through OpenSIMS Webmin Zenoss This is not just a group, but a group of products which work well with each other. This group highlights interoperability and collaboration between different tools. [Continue]