soap
-
Live chat.. Chris read this!
I'm bringing back a year-old post because I still would love to see this happen. @ChrisCoyier, I did some research and it seems like right now IRC is probably the best bet. I found http://www.mibbit.com/demo.html. It's an embeddable ifra…
-
Ajax posting in the same page
http://api.jquery.com/jQuery.ajax/ just sayin'
-
Highlight anchor linking to corresponding content on same page?
this? http://jsfiddle.net/xDU45/3/
-
Inline Navigation Trouble- Simple fix?
Try using floats. http://css-tricks.com/all-about-floats/
-
javascript driven navigation menu on footer
i don't understand.
-
Multiple Fading Headlines with jQuery
call it on a different element other than #headlines li?
-
Windows 95 Reproduction (for fun)
yeah got really busy. haven't had much time to work on it. i'll get around to finishing it! small updates..
-
Windows 95 Reproduction (for fun)
Want to ensure the time is displaying correctly.
-
Windows 95 Reproduction (for fun)
I'd like for it to display a user's local time. I'm not much of a PHP guy. I managed to get it to show the server's time :D Anybody know of a good way to do this? As for a fully-functioning OS.. Yeahhhhhhhhhhh
-
Windows 95 Reproduction (for fun)
OK, windows are now resizing correctly. Next step is the windows toolbar and start menu! :)
-
Windows 95 Reproduction (for fun)
nevermind it's in windows.js :D
-
Windows 95 Reproduction (for fun)
@stevendeeds actually i can't find the alert('gayfag')... where is it!!!
-
Windows 95 Reproduction (for fun)
@stevendeeds HAHAH forgot to take that out.
-
Windows 95 Reproduction (for fun)
Small update. Still working on it. More work than I thought. :D
-
Border colors orders
If you change it to 1px and take a print screen and zoom in real close you'l see a weird kind of combination of colors. What I was wondering is if it's possible to have one of them be on top of the other, instead of mixing them or whatever…
-
Using the a:hover selector with the :first-letter selector
put it in a span and on hover over the span, enlarge.
-
ID's to affect another part of a page
seems like whatever you're doing would be a lot easier with javascript?
-
Best way to achieve this Navigation Bar Effect?
the folding effect is just a graphic. it seems like you're trying to jump the gun here a bit. if you're that new you should just start with the basics and it will all come into place. but anyway, it's done by having the brown bar t…
-
Best way to achieve this Navigation Bar Effect?
oh i see basic stuff.. what he^ said. use an unordered list. then float the li's left. make sure you clear the float.. using an unordered list as opposed to just using anchor tags gives you more options and customizability!
-
How to assign a different background image everyday
Yo man try not to demand things... function chgDailyImg() { var imagearray = new Array(); imagearray[0] = "sundaypic.jpg"; imagearray[1] = "mondaypic.jpg"; imagearray[2] = "tuesdaypic.jpg"; imagearray[3] = "…
-
How can I display h2 text below each gallery image?
put the image and the h2 in the same div. make the image display:block and be on top of the h2. set the h2 width to be the same width as the containing div or the image. center or left (or right if that floats your boat) align the h2. voila
-
:first-child paragraph problem
just use javascript. its so easy i don't, know why people are afraid of it. =/
-
Eclipse with Aptana plugin
Never tried netbeans. For the record, aptana/eclipes works well with and has code hinting for every js library as well. It also has PHP plugins which do the trick.
-
Eclipse with Aptana plugin
oh did i mention the plethora of plugins..
-
Eclipse with Aptana plugin
Don't be shocked by the apparent complexity of the interface. It takes very little getting used to and it awesome once you are used to it. Extremely customizable, built-in FTP and version control as well for working with a team :)