idog

Media Portal 1.0.2 In Windows 7

This is my older detailed write up on installation of MediaPortal 1.0.2 last year. I did install 10.2.3 on my HTPC, but I think this version is more reliable than the new one. Windows 7 came out and we got our ultimate to try out with the Media Portal 1.0.2. We’ve been using v1.0.0 and

Edimax EW-7438RPn WiFi Extender

Edimax EW-7438RPn WiFi Extender. We have two story house, the router is in the middle room on the second floor, we can’t get good WiFi signals in the patio and the family room. I got this unit from NE for $26. Tried it and it works. Need to get the new instruction and firmware 1.13

Add Share This Button To WordPress

I try to avoid loading to many plugins to our WordPress blog, I prefer to add the Share This button manually to our single post (single.php). Add the script to the header.php just before </head> <script type=”text/javascript” src=”//w.sharethis.com/button/buttons.js”></script> Now, add this codes to wherever I want to appear in the single.php. Remove the ‘ both

Fix Youtube Iframe On Top Of Overlay Modals

2013-08-27 The new editor from WordPress automatically moves the height and width right after the link which causes the script NOT to work. I have to modify so that it will work as long as the height is set at 315 px as default with youtube HD. Now it will work with the new editor.

Add Shortcodes To Sidebar

Since WordPress is php based, in order to use shortcodes on the sidebar or anywhere on the theme, we have to use echo. <h2><?php echo do_shortcode(‘ catlist categorypage=yes excerpt=yes excerpt_size =255)]’); ?></h2> This is the shortcodes for catlist to list related posts in the same category on the sidebar for my single.php that I’m designing