February 2008 Archives

2008 Feb 23
I'm not really a fan but i hear her songs very often. She sang the song So Slow, didn't know the lyrics but I'm placing them in the extended link. She's got a lovely voice, and i like it. She sang three beautiful songs and was accompanied by her husband with a nice guitar. She's known as Jinky Vidal but my friend told me her name was Jennifer Vidal and now its Jennifer Suzara from her husbands surname Tat Suzara. I heard Jinky went Solo from her group Freestyle and released a couple of solo albums. I'm writing like i'm in showbiz now, anyway, here are some pictures for you to get envy.

so slow.jpg
together-with-jinky.jpg



2008 Feb 22
overlay.jpg
Imagine yourself watching your favorite star wars movie, didn't it get into your mind on where you could buy those double edge light sabers? you would even beg for a fake replica, just to get one. What if while watching the movie, you could click on the light saber which brings you to its shopping cart! Isn't that cool? no, its uber cool!

Although it's not exactly whats happening right now but eventually the road is going that way. As what i have remembered it was just last month when i saw it at overlay.tv. Imagine the number of potential customers coming from the movie industry. This is a whole new market opened for us.

What is a Video Overlay? It is supposed to be placing a full screen video into a display or a window. When it came, most people added educational information via texts to the video that is currently being watched at the bottom portion on the display. I don't know who's the genius that came up with the idea of adding ads to the video. Whats even clever is that it allows us to click on the product itself inside the running video (of course the video pauses when you hover your mouse over). Video overlay is different from the ones we used to see at youtube, this time it allows us to click within the video itself.

Anyway its a new method of monetizing my blogs and an additional revenue, I'm currently studying on how can i implement it with my sites. Currently adsense is offering two ad formats namely the InVideo overlay and the Text Overlay. You might want to read google video advertising solutions first to know more on how you can implement it yourself. You can then apply for its beta release and start adding in into your sites.


2008 Feb 22
I got a call today from a telemarketing service asking me if I wanted to buy a new blender since I bought a grill before from their company. I politely told the guy on the other end "no" but the guy's pretty tough, he just couldn't understand that I didn't want to buy the product.

If there was something that this guy does good is that he knows how to keep you on the phone, out of exasperation, I firmly told him "I'm not interested" and put the phone down "click". Some guys just don't get it... So just a tip for anyone out there who are in the same shoes as mine, being too polite won't get you anywhere, don't apologize and hang up the phone.
2008 Feb 13

Don't know which template to put in your adsense codes?

With movable type widgets, adding in new stuff to the side has become more easier. Its so easy, all you need to do is to drag your newly created widget and drop it into your installed widget set.

If you have your adsense code right now, follow this simple steps:

1. Lets save our adsense code on a notepad, just in case we might accidentally copy something to the clipboard.

2. On your blog template list, go to the quickfilters pane and click on Widgets

3. Create a widget template, assign a desired name, like (vertical ads, horizontal banner, etc)

4. Paste in your adsense code from the notepad we have saved previously.

5. Navigate to your Widget Sets, select the desired widget set

6. Drag and drop your adsense widget on the available widgets to the installed widgets pane

7. Save and publish your blog.

8. Repeat the above steps to create more adsense ads. There a limit of 3 adsense ads and 2 adsense list ads per page.

 

2008 Feb 12
stats-widget.jpg The new version comes with additional tags. Although these tag s were not new t o Movable type using them together with the widget add in makes it easy play with movable type templates. Tracking the number of posts as displayed in the dashboard is very nice to keep us updated with our blog. It would even be better if its added to the blogs main page. We will be using 4 movable type tags namely:
<mt:BlogCategoryCount /> - Used to count the categories within a blog
<mt:BlogEntryCount /> - Used to count all the published entries in a blog
<mt:BlogCommentCount /> - the total number of comments
<$mt:AssetCount$> - the total number of assets uploaded

Lets start by making a Blog Statistics Widget:
1. Navigate to your blogs templates and on the quickfilter click on Widgets
2. Create a widget and name it Blog Statistics
3. Paste the following:
 <div class="widget-blog-statistics widget">
    <h3 class="widget-header">Statistics</h3>
    <div class="widget-content">
    Total Categories: <mt:BlogCategoryCount /><br />
    Total Entries: <mt:BlogEntryCount /><br />
    Total Comments: <mt:BlogCommentCount /><br />
    Total Uploaded Assets: <$mt:AssetCount$><br />
    </div>
</div>
4. Save your new widget
5. Navigate to your Widget sets
6. Drag and drop Blog Statistics from the Available widget to your Installed Widgets
7. Click on Save Changes
2008 Feb 12
login-widget.jpgWhats good with Movable type 4 is its enhanced widget system. Without touching the core movable template, we are able to add a new features to it with just a little additional code. Adding a login field for my multi authored blog is necessary since some my co-authors are not familiar with the Movable Type and i don't think giving in a complete path like cgi-bin/mt/mt.cgi can easily be remembered..


Here's how made it.

1. Navigate to your Blog Templates
2. On the Quickfilters click Widgets
3. Click on Create New Tempate Widget link
4. Paste the following:
<div class="widget-login widget">
    <h3 class="widget-header">Log In</h3>
    <div class="widget-content">
       <form method="post" action="<mt:CGIPath />mt.cgi">
           <label for="username">Username:</label><br>
           <input id="username" name="username" size="20">
           <label for="password">Password:</label><br>
           <input id="password" type="password" name="password" size="20">
           <input type="submit" value="Login" size="20">
        </form>
    </div>
</div>
5. Place in Login as its widget name
6. Click on Save
7. On the main Menu, Select Design-> Widget Sets
8. Depends on how many sidebar you have, click the appropriate widget set. Im using the 3 column widget set, if your using the same, click on it.
9. On the Available widgets column look for the Login widget we have created and drag it into the Installed widget column
10. Click Save Changes
11. Rebuild and publish your blog.

2008 Feb 1

devjavu_banner.png
DevjaVu a neat and simple app for trac and subversion hosting. Great to use when starting out a project or simply by managing an ongoing project. Its issue tracking system makes collaboration a lot easier and more organized. DevjaVu includes some basic project management features like milestones, built in wiki and an administration page used to manage every aspect of the project thru a web interface.


If you are familiar with source forge, you should also try this one out. Its ticket system is beautifully implemented which makes project management even easier. Best of all you can subscribe for free. Just use the invite code johnny5 when creating DevjaVu projects.

About this Archive

This page is an archive of entries from February 2008 listed from newest to oldest.

January 2008 is the previous archive.

March 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.