Democrats are F*ing Idiots! Literally Everything out of there mouths is a divisive Lie as they have Nothing to offer, unless you are a union, welfare porch-mokeys or brainwashed youth they are targeting with such rhetoric!


facebook is a Joke! Do NOT buy it's IPO!

2012.05.31: Bet you're glad you listened to me... Again.. You're welcome.

HOW can an entity be 'worth' so much money when they have NO tangible or liquid assets?
They (facebook) produces Nothing! You'd be 'buy' shares of a Lie and a freak, Zuckerberg. Fuck them, him!


I swear... 'smart' people are fucking idiots!

do the idiots writting the 'standards' for and advocating for the use of CSS3 over simple element tags even use the stuff?
when writting the simple element <td>, and i want to, on this one, vertically align, id write <td valign="center">
but no... they think it's 'better' to use css. So, if you don't have a defined css delcaration, you have to write one and take into account the 100 posible declarations for any given selector.. what the fuck
Ok, now you have your css written.. here's what you now have to right, at a minimum assuming you can remember what you called this selector deffinition
<td class="NameOfDecloration"ɬ or with no 'pre-defined' selector you just want to write it here and now like you would have with valign,
<tx style="margin-left:auto; margin-right:auto; margin-top:(pick a pixel number... blah, blah..>..

again, i didn't mind css, but like every other fucking leftist's, 'i know more than you' agenda, it's gotten way out of hand.. Assholes


Only a fag would think that the 'glide pad' is a good idea.. It's a novelty that should have never lived past 1993. It is an unproductive hindrance to my workflow. Anyone who thinks that having to take their hands off the keyboard to do some Quire 'fingering' is, well fucking gay! 'what is useless shit?'... answer: the glide pad!


this is a Really nice 'Personal Site': NetworkError.org 'Network Error is his a.k.a.


another neat site. 'jwz' is an original coder for Netscape and mozilla
the essence of brain dead, brain washed 'educated' at the hands of the 'Leftist' scum 'employeed' by the National de-Education system:
 youtube: former СССР citizen Vladimer tries to educate the 'educated'.. lol

my Post-it Note®
This is a littel exparment I was working on. I can rotate the post-it® but unless you're using mozilla it ends up looking like shit, or worse.  { view the code }

08.06.11:
'postit-note' how I built this css3 'box' with {border, shadow, background color:
the 'in-line style' is used to create this box
*<style="box-shadow:5px 5px 5px rgba(20, 126, 0, 0.8); font-size:14px; background-color:lightyellow; border:2px solid gray; border-radius:10px; margin-left:2px; padding:5px; width:440px ">

musical quarter note: &#9833; = ♩
musical eighth note: &#9834; = ♪
musical single bar note: &#9835; = ♫
musical double bar note: &#9836; = ♬
musical flat note: &#9837; = ♭
musical natural note: &#9838; = ♮
musical sharp note: &#9839; = ♯
You can copy the &#98xx; (ampersand, pound, 4 digit numbar, semi-colon) from here, But, if you copy the code from 'page source' you will have to change the amp (&amp;) 'code' to an actual single character Ampersand .
characters by Ron at answers.yahoo - [code] by Landis.

[code string] &#9833; &#9834; &#9835; &#9836; ...... &#9833;&# 9834;&# 9835;&# 9836; [/code string]
renders this

...... ♬ ♫ ♪ ♩ ...... ♩ ♪ ♫ ♬ ......
or
...... ♩ ♪ ♫ ♬ ....... ♬ ♫ ♪ ♩ ......
 

*the actual code being used may have slightly different color values... i tend to play with them
*note: how i made this 'post-it' and Much more on it and about it, margins, borders, shadows, position, radius, transparentcy
even rotation can be found on my css tips page