Welcome to Improve Ourself

Member Login

Lost your password?

Not a member yet? Sign Up!

Improve Ourself

Knowledge is power. Never stop learning.

bookmark bookmark

OPC-3 的功效報導

Posted by dinosaur On March - 12 - 2011 0 Comment

如果你不了解為何OPC-3有如此強大的功能? 觀看以下的報導後, 你就不得不相信. 產品詳情請點選此處 第一部分 第二部分 第三部分 第四部分 產品詳情請點選此處 Also check the news report here.

What will I feel when taking Isotonix OPC-3

Posted by dinosaur On February - 26 - 2011 0 Comment

Isotonix® OPC-3® is an isotonic-capable food supplement that is made from a combination of bilberry, grape seed, red wine, pine bark extracts and citrus extract bioflavonoids. These OPC’s are super-effective free radical neutralizers.* Isotonic supplements actually bear chemical resemblance to the body’s tears, plasma and blood. The body welcomes the assimilation, integration and superior delivery of this product.

OPC-3 News Report

Posted by dinosaur On February - 15 - 2011 0 Comment

Are you sitting there wondering exactly what is OPC-3? OPC-3 is an antioxidant that is most commonly found in supplements also know as Oligomeric Proanthocyandins, and also is made up of organic acids, and bioflavonoid. One thing that most people are unaware of is that OPC-3 has a wide variety of beneficial health benefits. One of the things that it does is help maintain the health of your brain, by supporting neurotransmitters, and also helps maintain circulation in the body. Click title to read more. 為何OPC3有如此強大的功能? 請觀看以下的報導, 你就不得不相信.

Anti-Oxidants vs Oxidants

Posted by dinosaur On February - 11 - 2011 3 Comments

Anti-oxidants have recently become a buzzword in nutrition and cancer circles. There are a lot of news stories and nutritional supplement advertisements touting anti-oxidants as “magic bullets” that will prevent the occurrence and/or spread of oral and other kinds of cancer. In truth, of course, there is no “magic bullet” to prevent cancer — but there IS a growing body of research that shows that anti-oxidants actually provide a kind of defense against this disease. To understand how, it is important to first examine another set of compounds known as free radicals. Click title to read more.

WordPress Includes jQuery (The Safe Way)

Posted by dinosaur On April - 1 - 2010 5 Comments

Many people are having an issue regrading to conflict with loading different version of JavaScript libraries or loading duplicating libraries. Most people put it in the header.php file between and tags. This may cause you some problems. For example, some plugins use the jQuery library, and they are going to load it as well. How was your plugin to know you already had it loaded? Another example is that WordPress already includes a copy of jQuery. Here is the right [...]

WordPress Sliding Panel in jQuery

Posted by dinosaur On March - 26 - 2010 0 Comment

As you can see, there is on sliding panel on top of every page. If you didn’t log in or register yet, it will show the login and register forms in the sliding panel with a welcome message. Once user is logged in, we will change the panel content to show a dashboard menu with a welcome back message. The code will look something like this. <!– Panel –> <div id="toppanel"> <?php global $user_identity, $user_ID; // If user is logged [...]

How to Create a Joomla Component

Posted by dinosaur On March - 25 - 2010 41 Comments

Instroduction This is the Joomla 1.5 component creation tutorial. As usual, I will use “Hello World” as a classic software programming tutorial. The Joomla component is designed by using MVC design pattern. If you don’t know anything about MVC design pattern, please visit here <provide link>. Install Joomla 1.5 Please go to here to learn how to install Joomla 1.5 <provide link>. Joomla MVC Implementation API In Joomla, the MVC design pattern is implemented using three main classes:JModel, JView and [...]

How to Create SiteMap in WordPress

Posted by dinosaur On March - 24 - 2010 1 Comment

I was having issue to set up sitemap for my website so I would like to share my experience to you. Here is the step by step to set up you sitemap. You need two WordPress plug-ins with Google Webmaster.: Google XML Sitemaps Dagon Design Google Webmaster Tools Set up an XML sitemp using Google XML Sitemaps There are many configuration options but I think you can just use default. If you edit/publish/delete a post, your sitemap gets automatically regenerated [...]

How to Delete and Turn Off WordPress Post Revisions

Posted by dinosaur On March - 24 - 2010 2 Comments

WordPress have a feature which saves various copies of your posts in order to allow you to compare revisions or restore an older version of your posts. This is very useful, but it also take a lot of space in your database. Here is a very handy SQL query that will instantly delete all posts revisions as well as meta associated with it. Just run the following query on your WordPress database, and all revisions (As well as meta associated [...]