Search

Adverstisement

   

Journals

Error loading Windows Live Writer

under vreboton on 2/9/2010 5:06:00 PM Comments(0)

While working on one of my project that supports MetaWeblog Api I encounter an issue with Windows Live Writer.  After an error occur from our server, I can no longer open Windows Live Writer all i see is the splash screen then it will close.  I deleted every thing that is related to Live Writer from my PC, from temporary files to post files, even uninstalled and reinstall everything in Windows Live Essentials with no luck.

After googling for a lot of keyword combination I came into Ning Zhang’s blog and it gives me an idea where to look for additional information about Live Writer in the registry.  Then I found out that the issue is with the URI of the latest blog I have open.  It looks something like the one below.

http://localhost:1234/vivosocial/Blog/tabid/120/Default.aspx

This is a valid URL when you are running  ASP.Net Development Server,   However if the Server is close the URL will no longer work.  Maybe that is why Live Writer keeps closing because it can’t resolve the URL or Maybe it is because of the colon “:” in the URL.  I am not sure but I am just thankful that I will be able to continue working with my project again...

Facebook Live Writer Plugin

under vreboton on 1/26/2010 1:38:00 PM Comments(1)

I have been exploring Windows Live Writer to update the contents of my blog and some metaweblog sites, and notice that there are some cool plug-in you can install to help you with contents, customization and a lot of stuff.... from pictures, videos, maps etc.

As a developer I decided to explore more and see if I can build one myself. With help from the samples inside Writer Tech Preview SDK I was able to create a plug-in that will Prompt you to share a link on your Facebook Profile whenever you publish a new post.

This is a quick project so for sure its not bug free and also needs a lot of improvements.

Try this plug-in download installer here.
For developers download source here.

Next Updates... Url shortener(bit.ly or tinyutl) support Custom content format

Simple Color Picker - a jQuery color picker control

under vreboton on 1/12/2010 11:03:00 AM Comments(3)

It's been a while since I build this small plugin for jQuery, While browsing through my files I try to see if this plugin still works with the latest version of jQuery which is 1.3.2 and it did. I have updated the sample and change the file names so it is easy to recognize. I also move the downloads to my google site, Download here.

Focus on the input box below or click on the box next to the control to show color picker.

Basic Sample


jQuery(function($) {
$("#vtrColorPicker").attachColorPicker();
});



Change Background


jQuery(function($) {
$("#vtrColorPicker1").attachColorPicker();
$("#vtrColorPicker1").change(function() {
$("#content-wrapper").css("background-color",$("#vtrColorPicker1").getValue());
});










Auto hide element using jQuery

under vreboton on 12/4/2009 6:06:00 PM Comments(1)

If you are looking for a way to hide any segment of your page automatically after a given time then you are in the right place. All you have to do is insert the script file provided from this post and add ID and AutoHide attribute to your HTML element.

Script





Demo
This part will be hidden in 500 milliseconds.


This part will be hidden in 1 second.


This part will be hidden in 3 seconds.


This part will be hidden in 5 seconds.


Refresh page to view again. Click here to download the script.








   

 

   
Copyright 2007 by Virgil Reboton.   Terms Of Use | Privacy Statement DotNetNuke Logo