Parenting Magazine

New to parenthood? Having the faintest idea what to do next? Read on at Parenting Magazine and learn from articles that deal with everyday lives in being a parent. We become good parents through experience because, since there can never be a perfect parent, we can only strive to become the best that we can and be good role models for our children. You can converse with other community members in the forum. Voice out your reactions, opinions and views and share your ideas, problems and solutions with others.

Mostly what a parent goes through, you can find great articles that will help you develop and grow not just for yourself but also with… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Blogger Talk Online

Nowadays, if you are a blogger, chances are, you would also want to monetize your blog whilst doing what you love, blogging. It gives you another added reason to blog more. Problem is, we do not know where to start. Check out Blogger Talk Online | Make Money Online | Work At Home . It contains a plethora of money making tips, strategies and advice to guide you get the best out of your blog. It is not just a money making site alone. You can find great reviews of products and other websites that are out in the market and the internet today. Looking for great deals and discounts that will save you money? You can find some of the best deals here as well.

Whether you are interested… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Using Remote Desktop Web Connection

Connecting to Windows desktops remotely was made possible with Remote Desktop Connection. But if we do not have an installation of the program, there is another way to do it by connecting via the web. This is made possible with Remote Desktop Web Connection. You only need to download this and install it in order to run the Remote Desktop Connection inside a browser. The installer will extract the necessary files (by default in c:\inetpub\wwwroot\tsweb) and libraries including a default.htm file that contains basically all the code that you need to connect remotely. Make sure you have IIS (Internet Information Server) running though since you will be connecting remotely using a… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Wordpress Plugin To Run PHP Scripts In Pages And Posts

There may come a time wherein you will need to have php code run within your posts and pages in your wordpress blog. Luckily there are some plugins available that will let php code get executed within the page or post. Problem is, not all of them worked for me. I tried ExecPHP and runPHP but both of them did not work.

PHP-Exec did the job for me. You can get it here. Remember, take not of the plugin name. It’s PHP first, then Exec next. The plugin Exec-PHP is different. To use PHP-Exec, you would need to add the following tags <phpcode> and </phpcode> between your <? and ?> php code tags.

To use it, say, listing your categories in… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Create Accordion Menu Using JQuery

When I had the job interview last weekend, I was asked if I had experience with Accordion Menus. Accordio-what??? I thought it was some kind of Javascript framework for easily creating menus. I was only able to know what it was about until it was workday again and I got to surf for it so I could check what it was exactly. So, an accordion menu is actually a type of a menu that expands content (can be sub menu items or text or image or whatever).

The sample menu that was given to me to modify came from this site. The accordion menu in that URL was created… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4 out of 5)
Loading ... Loading ...

Golden Palace Casino

Golden Palace Casino is one of the leading online casinos in the internet today. With a whopping almost 300$ free bonus money, new players will be treated to loads of fun playing their games powered by its software created by one of the reputable companies in the online casino industry today, Playtech. Golden Palace features a variety of table and card games and slot and video poker games. From the traditional 3 reel slots to multi-line slots, and a multitude of poker style games, players get a lot of options which favorite game(s) they wish to play.

It even offers progressive type games for slots, just like in real casinos. With secure… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

Cookies In Javascript

Last weekend, I had a job interview with regards to Javascript. I was asked if Javascript can pass values from one page to another. All I said was if it is possible, I can look it up in Google. When my initial exam started, I looked it up if it is indeed possible. And voila, cookies were mentioned. I have never used cookies in Javascript before so I totally had no idea until I looked it up. The best functions for me in setting and retrieving cookies in Javascript are the functions found in a W3Schools column.

Using these two functions below, you can set and get a cookie (depending on the expiry value you specify).

function setCookie(c_name, value, expiredays) {
var exdate = new Date();
exdate.setDate(exdate.getDate() + expiredays);
document.cookie… Continue reading


1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...