Official ObjectGraph Blog

Saturday, March 10, 2007

CSS Cross Browser Initialization

Yahoo YUI developer explains how to absorb gap between various browsers. They recommend to include this css in beginning of your css first.

Click here to get Yahoo YUI website.

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
 margin:0;
 padding:0;
}
table {
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img { 
 border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
 font-style:normal;
 font-weight:normal;
}
ol,ul {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;
}


posted by Kiichi Takeuchi at 8:21 PM | 0 comments |

Tuesday, March 06, 2007

Seven Habits For Effective Text Editing
Bram Moolenaar who is creator of the Vim gave speech about how to improve your coding experience. He also works at Google in Zurich.

This is very basic but powerful principal he offers:

1. Detect inefficiency
2. Find a quicker way
3. Make it a habit


Google Video
You can download hi-resolution avi version and his keynote here

This is not only about bunch of vim tricks but there are a lot of hints to increase your productivity. Even if you are emacs guy, it's worth to review his presentation.





posted by Kiichi Takeuchi at 7:08 PM | 0 comments |

Saturday, March 03, 2007

New Dictionary Launched

I just got some time to fix the CSS and launch ObjectGraph.com with a new design. I learned a lot about CSS during this transformation process.

But the best part is i got a chance to launch the new much improved interface to the ever popular dictionary

Check it out here

http://www.objectgraph.com/dictionary.html

posted by gavi at 11:53 PM | 1 comments |