Pages

Blog post updated : no update

Thursday, May 31, 2007

FeedBurner – Manage you blog, website feeds part 2

As promised before, I’ll show you step by step on how to setup our blog's feed in FeedBurner.

1) Register your new account at FeedBurner

2) Copy your blog's feed URL (if you’re using blogger, the default feed is http://blogname.blogspot.com/feeds/posts/default) and paste into feed textbox.

3) Click next and then setting your own feed name and activate it.

4) Then, click to Skip directly to feed management.

5) Ok, next, go to Publicize tab and activate the PingShot service. You can check all the checkbox if you want.

6) If you want to show how many your blog's readers, activate the FeedCount and copy/paste the code to your blog's template (commonly on sidebar). *

7) Don’t forget to turn on the Email Subscriptions service to notify your readers any update via emails. Again, copy/paste the code to your template. *

8) Go to Chicklet Chooser page and get the code for your own RSS subscription page. I recommend selecting the orange icon (standard) and when readers click through it they will see all other option on your own RSS feed page. Just copy/paste the code and place it into your blog’s sidebar template. *

9) Final step. Go into your blog’s template and under the <head> tag, add this code (change the code based on your own feed. This code is working on new blogger.):-

<link href='http://feeds.feedburner.com/dx-xel' rel='alternate' title='dX-Xel'
type='application/rss+xml'/>
<link href='http://feeds.feedburner.com/dx-xel' rel='alternate' title='dX-Xel'
type='application/atom+xml'/>

This code is to make sure your pings will be more successful and subscribers who use auto detect systems to subscribe will get the right feed.

There are a lot of features in FeedBurner that you can use. If you have any experience using FeedBurner or other feed’s service, feel free to drop a comment. Until then, enjoy!!!!

* I recommend you to use HTML/JavaScript Widget (Page Element) that included in Blogger.

Tuesday, May 29, 2007

Firefox – How to reduce memory usage?

Ok, don’t waste a time. Let’s check this out. I just found these cool tips. Good stuff for Firefox user. All you need to do is:-

1. Open you Firefox browser and at the address bar type about:config and press ENTER

2. Right click and select new > boolean

3. On the popup box, type config.trim_on_minimize and press ENTER

4. Next, select True and press ENTER

5. Restart your Firefox

Open your windows task manager and see your Firefox’s memory usage. Anything difference? So, next time, no need to worry about you Firefox’s memory usage anymore.

Monday, May 28, 2007

FeedBurner – Manage you blog, website feeds

What is web feed? Well, a web feed is a program used for users to view about updated content of their favorite websites or blogs. As you can see, on this blog sidebar, I used a FeedBurner to manage my blog feed. Just click the orange icon, and you can select any feed readers you want. You also can use your browser to view the latest entry on this blog. At the same page, click View Feed XML and then click subcribe.

Ok, then, why used FeedBurner? And what is FeedBurner?

Hmmm… FeedBurner is the leading provider of media distribution and audience engagement services for blogs and RSS feeds. Their web-based tools help bloggers, podcasters and commercial publishers promote, deliver and profit from their content on the Web.

So, why used FeedBurner?

Ok, for your information, FeedBurner has very powerful and friendly features to republish your RSS blog’s or website’s feeds. Besides, according to TechCrunch, FeedBurner right now is under Google’s family, after Youtube.

FeedBurner’s features?

There is a lot of features in FeedBurner. Some of them are:-

1) You can really know how many people subscribe to your RSS feed. There is a lot of visitors that always coming back to visit your blog.

2) FeedBurner can automatically ping Technorati or Pingomatic, so that other people know you have already post something new.

3) Easy for your readers to subscribe your feed by email, newsgator, myaol, my yahoo and so much more.

4) If you change to another blogs, you can just point your new blog's feed at your FeedBurner account and not loose any subscribers.

I will discuss how to setup our blog’s feed in FeedBurner later. So subscribe to my feed. Hehee..

Follow up : How to use FeedBurner?

Friday, May 25, 2007

CPU-Z - View your system information

CPU-Z is a simple great software to view information on some of the main devices of your system. This software was recommended by one of my friends that is really crazy in computer technology.

Ok, now you really know your system details. So, what next? Yeah..it is really useful to confirm your processor's code name or your processor's core speed after you overclocked your processor.

You also can change the cpu-z setting in the cpuz.ini files.

[CPU-Z]
TextFontName=
TextFontSize=14
TextFontColor=000080
LabelFontName=
LabelFontSize=14
VCore=0
PCI=ON
MaxPCIBus=256
DMI=ON
Sensor=ON
SMBus=ON


Well, take a look at my system details below.

1) CPU



2) Cache



3) Mainboard



4) Memory



5) SPD (Serial Presence Detect)

Thursday, May 24, 2007

Google Experimental search - Cool!!

Google is always impressing me when they come out with new ideas. The latest technology from Google Lab is a Google Experimental search.

Check out the keyboard shortcut feature. It's really cool, right? Simple, easy to use, just use your keyboard to find a website you want. See image below:-

You can started using this query, dX-Xel.

What say you?

Wednesday, May 23, 2007

Remove ugly arrows from shortcut

Want to make your desktop shortcut icon look beautiful? Check this out:-

1. Open your notepad or any script editor

2. Copy and paste the script below into you notepad and save the file with .vbs extension e.g noArrow.vbs, just save it to your desktop

' script start

Option Explicit
Dim objShell, strRoot, strRead, strDelete, strCreate
strRoot = "HKEY_CLASSES_ROOT\lnkfile\IsShortCut"
' Create the Shell object
Set objShell = CreateObject("WScript.Shell")
strDelete = objShell.RegDelete(strRoot)
WScript.Echo "Error No: " & err.number &amp;amp;amp; " check " & strRoot
strDelete = null
WScript.Quit

' script end.

3. Double click your VBScript, then 'OK' the message box. To see the arrows disappear, simply logoff and logon again. Tadaaa!!!! The arrows disappear!!..hahaaaa

Related :- How to remove arrows from shortcut?

Tuesday, May 22, 2007

Firefox - Portable Edition


Another good choice for those who use Firefox so much. Just install to your pen drive or any external hard disk. You can now run your own Firefox without worrying about your personal settings, browsing history or any saved password.

Feel free to download your favorite browser with all your favorite bookmarks and extensions with you wherever you go.

yihaaa!!!!!
 
Powered by Blogger