Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #27.9K
Ranked #4K
~958 People Reached
Member Avatar for newsguy

Now that could be cool, or maybe not: a whole new look to the MacOS desktop could be on the cards after Apple puts in a patent application for a 'Multi-Dimensional Desktop.' The patent application, [URL="http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&co1=AND&d=PG01&s1=20080307360&OS=20080307360&RS=20080307360"]20080307360[/URL], describes how the planned graphical user interface will have "a back surface disposed from …

Member Avatar for jbennet
0
226
Member Avatar for surekhavk

[code]function setgray( id)// for gray color on mouseover { if( typeof(id) == "string" && id.length > 0 ) { var element = document.getElementById(id); // if( element ) document.getElementById(id).style.backgroundColor ="appworkspace"; sub1.style.display="block"; } } function setblack(id ) // for black color on mouseover { if( typeof(id) == "string" && id.length > 0 …

Member Avatar for daulex
0
119
Member Avatar for cohen

Hello all, I'm going to be setting up a very nice website very soon. Can you guys pls give me links to some good free website layouts that are good, and attractive. thanks, Cohen

Member Avatar for cohen
0
76
Member Avatar for farshidk

Hi; how can a predefined text be printed in a html page? it means, when the "print this page" button/link is clicked all the elements in the window is printed even the button. now is there any way to print just the texts & etc. without printing the buttons and …

Member Avatar for farshidk
0
97
Member Avatar for daviddoria

Here is my demo.css [code] #sidebar {} #sidebar ul { list-style-image: url(images/bullet.gif); } ul { list-style-type: circle; } [/code] and demo.html [code] <html> <head> <link REL="StyleSheet" TYPE="text/css" HREF="demo.css"> </head> <body> <ul class="sidebar"> <li> Test1</li> <li> Test2</li> </ul> <ul> <li> Test3</li> <li> Test4</li> </ul> </body> </html> [/code] I would expect the …

Member Avatar for daulex
0
440