Posting remotely thru XML-RPC

July 5, 2009

It doesn’t always mean if you’re not logged in to your Wordpress account, there’s no way to publish new posts for it. You can always do the XML-RPC way.. Here’s a website I’m currently developing.. This post is done through it. The MWMPanel offers this cool feature.. Watch out for its release!

Fixing those jump links

May 14, 2008

Jump links are those links which are not directly linked to the target. It works by setting the anchor’s target to a page within the website and later redirect it to the original target. This may be a great way of tracking down how many links have been clicked in your website but this comes up with a bad problem. In any way, this is not accepted by Google as a probable back link, therefore, it won’t be recognized by Google bots to be counted as a factor of increasing the website’s Page Rank. Also, if you’re doing paid reviews, some websites allowing bloggers to make money with sponsored reviews do not accept jump links. So, this means, you definitely have to get rid of it in any way you can. emoticon

By the way, jump links are features of some blog themes, especially in Blogsome. So, links made by using their default wordpress wysiwyg editor may result in to jumped links, such as the current theme I am using. Try to hover your mouse up in this link » As artists think alike…You will notice that in the status bar of your browser, it shows that the target website is "http://guidetoblogs.blogsome.com/go.php?http://ronaldborla.blogsome.com/". This proves that the website has to proceed first to a page called "go.php" then redirects to the original link. FYI: This anchor was not written to initially target "http://guidetoblogs.blogsome.com/go.php?http://ronaldborla.blogsome.com/" but only "http://ronaldborla.blogsome.com/". Because of the blog theme’s feature, all links done using the default editor will automatically be rewritten as the result above.

Guys, for you to get rid of this feature, all you have to do is to take the clue above. Since this is just the old editor’s fault, you would just have to deactivate the Wysi-WordPress Editor plugin before creating the links and publishing the post. But, this might become too uncomfortable in your part, so I would just have to introduce to you my cool way of fixing it. emoticon

A nasty solution would be "fooling the editor". Since the Wysi-WordPress Editor converts links to jump links, then why not add a decoy before every link that you have to create within the post. What I meant is, to add a decoy before every link.

A normal anchor html code would be like this:

<a href="http://ronaldborla.blogsome.com/">As artists think alike…</a>

Adding a decoy would look like this:

<a href="http://ronaldborla.blogsome.com/"></a><a href="http://ronaldborla.blogsome.com/">As artists think alike…</a>

Notice that there is a link having the same target as the next but does not have any anchor text. Quite inexplicable, but believe me, this works! Well, to do this, after you’ve created all the links required for the post, edit its html code by pressing the "HTML" button in one of the tools of the editor. Search out for every anchor within the post, and copy the whole code (from <a> up to </a>). Paste it right before the original anchor then remove the anchor text (text between ">" and "<"). Then finally, the post would be ready to be published.

After doing these steps, you will notice that by hovering your cursor to the link, your browser’s status bar would now directly point out the anchor to the right target. A completed link would look like this » As artists think alike… Try to place your mouse cursor over this link and notice the status bar.

But hey guys, if you think the solution above is a bit too difficult to follow (and too tasky, especially when there are loads of links within the post), then try this VB program I made to do this neat job for you. It doesn’t matter whether there’d be thousands of links in your article. Just copy your whole article’s HTML code to the clipboard, run this VB application, after a message saying "Jumplink Fixed" appears, then the code would automatically be converted fixing the jump links. Finally, just paste back the new code then publish. You can download the program through this link » Fixing Jumplinks and don’t forget to leave your comments. If you have questions on how to use the program, just leave ‘em all here. emoticon

Regards,
Ronald Borla 

Embedding objects in Blogsome

April 14, 2008

Ever needed to post some YouTube videos or perhaps an IMEEM playlist in your Blogsome account? The problem is, you just can’t do it, for the reason that Blogsome unintentionally do not allow embedding of objects in your posts. Actually, this problem is not due to Blogsome’s restrictions. It just so happened that the WordPress Editor used as a plugin does not support embedding of objects. Which means, the editor would only allow tags which are recognized by it. In order to eliminate unintentional restrictions, all you have to do is to Deactivate your Blogsome account’s WYSIWYG Editor Plugin. It’s just that, you won’t be able to type your post the way to do it before. But since I’m here to guide you all the way how to do it much more effectively, here’s how:

  1. First, with your WYSIWYG Editor still Activated (FYI: WYSIWYG Editor is activated by default), encode first everything you needed to appear in the post. I’m talking about the content of the post, so if ever you won’t need any text to appear in your article, then you can skip this step. After typing the necessary contents, then save your post as draft.
  2. In your Blogsome admin, go to Plugins, then choose to Deactivate WSYI-Wordpress plugin.
  3. Go back to your saved draft. As you notice, you won’t be able to edit your post the way you usually do it. If you are not familiar with HTML codes, then you only have to insert the code of your Embedded Object (code provided by YouTube or IMEEM), at the end of the post. By doing so, this would prevent mixing up the codes. But if you’re a bit knowledgable with HTML, then you can choose to insert in anywhere as long as you know what you are doing.
  4. Now press Publish then presto! Your object will already appear by next time you view your post.
  5. Finally, if you need to bring back your old editor, then just go to Plugins again, then activate WYSI-Wordpress plugin.
Did it help? Anyway, if you have questions or comments, just leave it right here. Thanks! And by the way, here’s a YouTube video my brother just posted, it’s about the ducks he fooled when we were in the province. emoticon





Regards,
Ronald Borla 

Change your blog’s icon

March 31, 2008

Have you noticed an Icon appearing right before where your blog’s complete URL is? See top of your browser which has something like this » icon in browser

Well, in the above case is just my customized FavIcon here in my blog at GuideToBlogs. You can also change yours. There are two different ways: either plain icon (static) or an animated icon. Well here’s how you do it:

Plain icon

  1. First you have to choose your desired icon, of course. You can create an icon on your own by initially designing it through a Photo Editing Software like Adobe Photoshop or even MS Paint. Save it first as either GIF or JPEG. If you need to set its transparency, then better choose a GIF format and edit to transparent.
  2. After you’ve made a choice on what image to use, follow this website URL » HTML-KIT.com. They offer different HTML kits and one of them is HTML FavIcon. Upload your image. Leave the "Scrolling Text (optional)" field blank then click on the "Generate FavIcon.ico" button.
  3. After the website finishes processing your icon, download your FavIcon and save it first in your hard drive then extract your icon from the compressed file. If your blog is allowed to upload files such as ICON files, then upload it and take note of its location. For instance, the file is uploaded in your blog’s image directory such as » "images/favicon.ico", this shall be the source we’ll be using later. But, if your blog does not allow uploading of files other than JPEG, GIF, or PNG, you may use a free web hosting site just for storing files purposes. You can register at FreeWebTown.com or the like, and upload your icon file.
  4. Finally, when you already have your link to your icon file, insert this code in your blog’s header, right below your blog’s HTML <HEAD> tag: <link rel="shortcut icon" href="favicon.ico" >
    where the href is the URL and the name of the icon to be used. Then, visit your blog and you may already be able to see your icon changed. emoticon

Animated Icon

  1. Animated icon is just an Animated GIF wherein you may edit on your own or download on different websites offering Animated GIFs. You can search on Google such as the following keywords: free animated gif. You may also create your own animation using GIF Animation editors such as Macromedia Flash, or much more favorable (recommended by me), Jasc Animation Shop. Jasc allows lots of features such as predefined animation effects. (Notice my icon, it’s called the Stained Glass effect)
  2. When you’re done editing, be sure to resize the animated image to 16x16 resolution. This rather allows the image to be supported in your browser and allows also to save space (since Animated GIFs usually have higher sizes in KB).
  3. Upload your animated image file (follow Step 3 in the above procedures under Plain Icon).
  4. Finally, rather than the HTML code as used in the Step 4 above, use this code: <link rel="icon" href="images/animated_favicon1.gif" type="image/gif" > where href is the location and name of the animated gif. Just replace animated_favicon1.gif with the name you used to save the file. Then view your icon changed because you’re already done! emoticon

Were you able to get it right? If you have comments or questions, just leave your message here. Also, you may leave your links here so that we may also be able to see your blog’s icon.

Regards,
Ronald Borla

Get free blog up and running in minutes with Blogsome
Theme designed by Viewfinder Design