Showing posts with label tool. Show all posts
Showing posts with label tool. Show all posts

Tuesday, April 5, 2016

Formatting your code in Blogger post

I always write some codes in Blogger post, but since it's not supported, the codes are not shown.

I finally took some time to go and find how I can achieve this, and I think hilite.me does a good job.
It's simple to use and nice to see as well.



It's a simple page, but does a very good job.

Just copy and paste your code in the left section, choose your language and click "Hightlight!"
Then just copy the HTML codes in the right section and paste it in your Blogger post.

Just go to hilite.me

What is your favorite tool or way to format your codes in the blog posts?

Thursday, November 5, 2009

Firebug - web development tool




It's a very useful web development tool that can help us to learn the HTML, CSS, or even javascript when we browse the net. Not only that we can read the codes, but also edit, debug and monitor them live. Just click on the item on the webpage, then the codes will be revealed. There, you can also edit the codes and see the changes.



The tool also provides network monitoring feature. It helps us to break down the files, so that we can speed up the web page loading.

By the way, it's an add-on to Firefox. You can just install it, and you can open the Firebug as a bar at the bottom of your browser, or even in a separate window.

Click here to download the free firebug.