DCSIMG
Cool,HTML - Gilad Lavian's Blog

Gilad Lavian's Blog

In Development

Browse by Tags

All Tags » Cool » HTML (RSS)
Creating a FireFox Toolbar Extension using XUL
Its easier then you think... First, you must understand the directory structure. Once you do, learn about the files needed to create the extension. You can create extensions of all kind and not only a Toolbar. For you're convenient, rather writing all of the XML code here, I attached the source code completely to this post, so just download it and try it. First, a look at the directory structure, witch is VERY important to understand and follow: - MyToolbar (Root Dir) - - chrome (Sub Dir) - ...
Double line in microsoft.co.il Blog posts...
If you have a blog at blog.Microsoft.co.il, then you familiar with the Double line when pressing enter. It happens because every time we press enter, the editor automatically add a new <p></p> and wraps the text in the line. Now, by default, the margins for this tags <p></p> (top, bottom) are very high, I think its 7-10px approximately. To prevent this for happening, you only need to override a CSS class in the " My Blog Dashboard ", just add the next code: .post...
A new day, a new blog theme :-)
I changed my blog theame by overriding the css, in the "My Blog Dashboard". Surprisingly it was very easy to modified, you just need to know witch css class belong to the html tags. If you like to learn how, just send me an eMail.