lookslikepat
-
New forum categories...
I'd love to see a pure "Wordpress" category (to support DigWP a little bit?), and a support category for all the examples and freebies posted (on CSS-Tricks), cuz I've seen many posts asking about the scripts here... (Just a thou…
-
[Solved] Unique random number
Don't mention it! Glad you found your answer. This tought me something as well, .splice() not only removes the item from the array, it also returns it :)
-
[Solved] Unique random number
This is how you generate 77 DIVs, looking like this: The first portion should be identical to the previous one I posted, however this also generates the DIVs and the classnumbers... // number of images var imageCount = 77; // this tells javasc…
-
[Solved] Unique random number
Hi! Sorry for the multiple edits, I got a character or 2 messed up, had to make sure this worked... I'm assuming that all you want is a way to get a unique number, right? Create an array, with all the images. That's my suggestion :) var…
-
Web design in LINUX
Hint: All ftp connections opened with the filebrowser (Nautilus) is mounted in /home/user/.gvfs - Try opening the file from there. Btw, just tried Geany, wow.
-
Viewport Dimensions Tool w/ jQuery
Thanks... Yeah I thought about a bookmarklet, but my "raw" javascript knowledge isn't that good ;) I'll give it a go, learning by doing right?
-
Web design in LINUX
"kb2tfa" said:Gedit is nice, but I could never get it to work remotely. Have you tried (I'm guessing the correct spelling of the menus since I have a non-english system) Places > Connect to server > [ > Add as bookmark ], gi…
-
A Flashlight jQuery Page
Has anyone tried doing this with the background on a top DIV instead? So you don't have to worry about the colors? All the Content Or maybe that's too heavy for the browser, since you have to use a pretty big flashlight picture as the…
-
Remove Page-Shift in FF due to Scrollbar
"AshtonSanders" said:btw, is there a way to say that your CSS file is css3? Nope, but I wouldn't be surprised if it popped up in the future. In the meantime we'll just have to do http://jigsaw.w3.org/css-validator/validator?uri=…
-
Zero Clipboard w/ jQuery
"sjohn" said:He have the context menu disabled on right click, but can't figure out how to disable the clipboard? I'm fairy certain that is impossible to do. Even if it IS possible (but I'm 99% sure that it isn't :?: …
-
[SOLVED] Header - floats and li navigation positioning
Ya welcome :)
-
Should you round up a 3 digit EM ?
Yeah, I mean you shouldn't, right? But still, I swear I've seen it somewhere, and sometimes I wonder if rounding up certain EM's haven't made the browser "get it" right more often... If I could only remember in what bro…
-
[SOLVED]Width:100% absolute position div except ie6
Maybe this won't help much, but I came to think of "declaring a width and 100%", and how that isn't the same thing, if that could be it (sorry I'm just on my way out). The box-model will make a div with no width declared as …
-
[SOLVED] Header - floats and li navigation positioning
Ok, I have a solution for you :) See the screenshot, if it still doesn't work I must have forgotten something or other... All the LI's have to be floated, and the text-indent moved to the A inside instead. Also you need to set a width an…
-
Border dotted 5px in browsers - the differences!
"chriscoyier" said:...dot as a circle, so I'm with Fx. "Agree, I do. But, the same rules, Never! the browsers follow will." - Wrinkly old master
-
New Website - Needs Decluge?
"AshtonSanders" said:I must admit that although I always build sites to be inside 1000px, I judge them on a 1440 screen and seldom look at the aesthetics of it on a 1024px screen. Yeah, I might have to rethink what I said... See I'm …
-
Feedback on my re-designed company page?
Hi! Soh Tanaka mentioned this already, that you're using javascript to link to the Blog page. Blog I'd skip that and go with a simple /blog/ link. I know no one likes to have a link opened "by force", especially when it's st…
-
New Website - Needs Decluge?
I like it as well, although I'd work a little on the footer. Especially having the .container inside it being 1000px; it kinda looks cramped on a 1024 resolution browser. I'd add some more whitespace on the sides... And maybe define the fo…
-
Surfing at Random [Morning coffee]
"chriscoyier" said:I like the delicious URL that just instantly blasts you away. http://www.randomwebsite.com/cgi-bin/random.pl does that to, but for some reason it redirects to their homepage when it's opened in a new tab/window. Tr…
-
1. HTML 2. CSS 3... Rockclimbing?
Thanks. "Robskiwarrior" said:I would go either jQuery or PHP... Well that's my dilemma, which one is "the easiest" after html and css? ...But cutting straight into jQuery, isn't that too much progressing skipping? Fee…
-
Flickr Live Feed [zip, screens]
Big thanks for the kind words :) I was supposed to fix the bugs I mentioned earlier, but time and focus hasn't been my friend the last few days. I'll make sure I get that fixed this weekend. I have another site I'm working on that I…
-
Flickr Live Feed [zip, screens]
Somehow the zoom effect with FancyBox stopped working while I wasn't looking. I think it's because I changed the pure to a text-link within a div with the thunbnail as it's background. I guess the script doesn't know where it…
-
Flickr Live Feed [zip, screens]
"TheDoc" said:This is very cool! I might just have to give this a shot with some different keywords when I get home. Thanks! Glad you like it :D
-
[BUG] Floats with Percent and IE
Thanks guys. Absolute it is. Another reason to leave floats alone a few years. For future reference, the new code is: * { margin:0; padding:0; border:0; } #footer { height:347px; position:relative; z-index:1; width:100%; backgro…