Odd_E
-
Question: Technology used to make a to-do list web app
Our very own @chriscoyier did a similar web app: http://css-tricks.com/examples/WebAppFromScratch/
-
How to target non-hover menu
I could be wrong, but try making a :focus pseudo class the same as your :hover
-
how to make sharp corners css box style
Nope, sorry. That's why this isn't really a solution, but it's the only non-image way. :-/
-
how to make sharp corners css box style
So I figured up to this out for you: http://codepen.io/odd-e/pen/rluKn
-
Any good Text editor? 4free
+1 For Komodo Edit, one of my favorites.
-
hide .html with .htaccess not working - Please Help
Well the code that Chris wrote in the PHP snippets works just fine, but you have to link to /about rather than /about.html or something
-
Review my portfolio site
I love the design, but the choose your tone seems pretty pointless. It offers no functionality to your site, and thus is almost a waste of space. It makes the site look nice, so maybe just remove the text and the visitors will think it's part o…
-
Opinions on Metro-Style Websites?
I'm looking for an opinion. You guys don't get what I'm trying to say. Windows 8 brings a new grid system. While grids and horizontal sites already existed, do you think Microsoft's particular style, not only their design, but ma…
-
Opinions on Metro-Style Websites?
I mean the specific style of grid with horizontal scrolling and Segoe UI based typography. The grid system is different.
-
Question about using "display: none;"
Well, I use the CSS3(I believe) way and use visibility: hidden;. It's very easy to do without JS.
-
filling sidebars
Not to self promote, but these I cons work great http://adidinescu.nueue.net/socialicons/index.html
-
1 WordPress site with multiple domain spellings?
I think it'd just be easier to have the one domain, and buy all the others to have a 301 redirect to the main site. I don't understand why they would want that.
-
Prettify Not Working on my site!
That's what I see too. But if you check the themes in my previous link, you'll see that's not what it's supposed to look like.
-
Prettify Not Working on my site!
This theme: http://code.google.com/p/google-code-prettify/source/browse/trunk/styles/sunburst.css And my stylesheet is here: http://adidinescu.nueue.net/wp-content/themes/Portfolio/style.css
-
Personal Portfolio - Critiques please.....
No problem, I was actually very confused about what to put in there too until I came up with that.
-
Google+ networking
The only reason I find G+ useless is because none of my friends use it. If they did, I would give up Facebook altogether, I love everything about G+. I do enjoy following blogs like The Verge and WIRED because their posts aren't mixed with my f…
-
Getting rid of latest Chrome build's blue outline on :focus
No problem, and yeah, If I knew that you were using Bootstrap, that would have helped because twitter uses little animations for their own custom outline. The Chrome outline color is always square and orange.
-
Unwanted scrollbar in Internet Explorer versions
Replace overflow: auto; with overflow: hidden; If that doesn't work, the issue is much more complicated.
-
Personal Portfolio - Critiques please.....
I recently made a portfolio. I see you are wondering what to put in the footer. Here's what I figured: My Footer. I put some logos for services I like/use and then some legal info.
-
Getting rid of latest Chrome build's blue outline on :focus
If I understand you right, try adding: outline: none; to it. If not, maybe a Codepen example would be better.
-
What to include on my Portfolio Site?
Okay, now what kind of stuff should I put on the homepage?
-
How difficult would it be to make the content scrolling effect in this site?
I didn't make the fiddle, and I know very little jQuery so I can't help you, sorry. :-(
-
Site Feedback?
Thansk for your hep everyone. I just finished the mobile version of the site, so resize your browsers to < 480px on the website.
-
Prettify not working in Wordpress
Yeah, it's class="prettyprint"
-
Changes to Body in CSS have no effect on site all of a sudden
put the margin: 0; in something like this: * { margin: 0; padding: 0; } That will get rid of the extra space.