Monthly Archives: decembrie 2005

Happy New Year!

Posted by on decembrie 31, 2005
Fără categorie / No Comments

With a little more than an hour left from this year, I wish you all a happy and successfull 2006!!!

My first WordPress Plugin

Posted by on decembrie 26, 2005
Fără categorie / 1 Comment

I just made my first plug-in for WordPress. By using it, you can put all your links in any article, page or comment by adding „<!–links–>” in any page, comment or post. To see the plugin at work, visit my Links page

You can read all about the plugin here, or you can download it from here.

Firefox Bug

Posted by on decembrie 25, 2005
Fără categorie / No Comments

Turns out that Firefox isn’t that good when it comes to sylesheets.
I was trying to put a blue line on my guestbook, respecting the W3C recommendations. So I made a new stylesheet class:
.guestbookHR{
color:#4A85FF;
width:70%;
}

and tried to call it from the <hr />  tag:   <hr class="guestbookHR" size="4" />, but Firefox just wown’t display the color.
If i used the color attribute, it worked OK, the problem is that XHTML doesn’t accept this attribute. I reported the problem, and I’m now waiting to see if anything happens.

EDIT: I finally found out the I should have user background-color and border-color instead. The page now works OK.

W3c.org

Posted by on decembrie 25, 2005
Fără categorie / No Comments

The World Wide Web consortiun is is an international consortium where Member organizations, a full-time staff, and the public work together to develop Web standards.
The W3C offrs some interesting tools on it’s website:

  • The HTML validator can determine if your page is conform to W3C Recommendations and other standards.
  • The CSS Validator checks Cascading Style Sheets (CSS) in (X)HTML documents or standalone for conformance to W3C recommendations.
  • The Link checker makes sure you don’t have any broken links in your website.

These tools can really help you make the most out of your site.

Hello World!

Posted by on decembrie 24, 2005
Personal / 1 Comment

Well, that’s my firs post and of course, i’m going to advertise my own website: http://www.strainu.ro/