16
Oct
09

we’re on press! … again!

The highlights of the night were Alternation, Powersurge and Artcell! Alternation certainly rocked the stage with songs like the Jets ‘Gonna Be My Girl’ and ‘Rong’ by The Watson Brothers featuring a cameo performance from Shanto of Old School.

-Musarrat Rahman RisingStars

read more

14
Oct
09

ie only css

You may use this code for any version of the infamous internet explorer here. just use the version number instead of ‘6′ on the first line of the code.

external :


<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="ieonly.css" />
<![endif]-->

embedded :


<!--[if IE 6]>
<script type="text/css>
</script>
<![endif]-->

hope this helps =D

[ btw,  it's not my invention and i'm not saying that its my original work or something, on of co-workers taught me this trick and found it really handy ]

14
Oct
09

css reset

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing=”0″‘ in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: “”;
}
blockquote, q {
quotes: “” “”;
}

The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The general reasoning behind this was discussed in a May 2007 post, if you’re interested. Reset styles quite often appear in CSS frameworks, and the original “meyerweb reset” found its way into Blueprint, among others.

The reset styles given here are intentionally very generic. There isn’t any default color or background set for the body element, for example. I don’t particularly recommend that you just use this in its unaltered state in your own projects. It should be tweaked, edited, extended, and otherwise tuned to match your specific reset baseline. Fill in your preferred colors for the page, links, and so on.

In other words, this is a starting point, not a self-contained black box of no-touchiness.




January 2010
M T W T F S S
« Oct    
 123
45678910
11121314151617
18192021222324
25262728293031

Months