Category Archives: Open Source
WordPress: How to check widgets in dynamic sidebar
A small article that describe a problem i face where i needed to check my sidebar for widgets availability and accidentally found a tiny bug for a Wordpress function that could really help people out if they are also facing the same exact problem as me. Continue reading
Boot Ubuntu USB Drive in Virtual Box on Windows Environment
A tutorial to show how to boot a Ubuntu USB Installation Drive can be installed onto a VirtualBox in a Windows Environment Continue reading
WordPress 3.0 Plugin Activation Error – “Headers already sent”
Wordpress 3.0 display error message “The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.” when a user activate their plugin. This is my solution to the problem. Continue reading
Remove WordPress Admin Menu Without Affecting WordPress Core System
In here, we will discuss a few method that we can use to disable Wordpress admin menu from displaying and accessing by valid users. Continue reading
Using WordPress dbDelta Function
Many of us who develop Wordpress plugin might have come across dbDelta function. dbDelta function is usually used when one wish to create table for your Wordpress plugin. However, this function might not be that easy to deal with since it is not an official function in Wordpress. Nonetheless it is a powerful function that majority of us would want to utilize. In this article, we will talk about dbDelta function and how we can ensure that it perform what it is made to do. Continue reading
Guarantee Make WordPress Flash Uploader Work
This article will guarantee to make Wordpress flash uploader work for you again. If it doesn’t slap my face (or not). Continue reading
WordPress Text Formatting Problem – Solved!
Due to Wordpress smart quote functionality, users who write code for the public faces a problem of their text being formatted automatically that caused it difficult to read. This problem occurred due to external plugin used in Wordpress other than using the default pre tag for coding purposes. In this article, we present different ways to solve this headache. Continue reading
The Predefined Prototype Object In JavaScript
In this article, we discuss in depth on JavaScript predefined prototype object. Never heard of it or wanted to know more about it. I bet this is something you need to read about. Continue reading
