Brightonmike
-
Chrome flickering, worse since update
Eh - it just updated again and it's now gone. How weird?! Perhaps an issue with 18.0.1025.168 m as it's now running as 19.0.1084.46.
-
Respond/Modernizr
Damn you, that worked! But why?! All it is doing is loading the same script in the same place!? But THANK YOU. You've no idea how much of a headache you've saved me.
-
Respond/Modernizr
Does nobody have any ideas or help for me? Please?
-
[CSS] Vertical centering image
@mauryaratan that's horizontally aligned, not vertically...
-
image hover/rollover css
So you just want somebody else to do it for you, for nothing? Not gonna happen. People will help you, give you ideas, give you clues, but nobody is just going to do it for you. Place the images inside div tags, give the div tag relative positionin…
-
image hover/rollover css
Eh, the three boxes on the fitness first page don't do anything. I'd use sprites personally. Or, if the images have to be in the html, absolute positioning inside a div.
-
Launching a new website
Looks pretty messy to me. Not a fan, sorry.
-
So my website..
Maybe, although it does say you are on the blog page or the about page!
-
So my website..
I don't think having page dependent menu's is a good idea if I'm honest, it's confusing for users and this site is so simple. I'm unable to replicate this cursor issue in Chrome. It's just a normal list gallery, there&…
-
Image protection with jQuery
A watermark is the only way. All other ways are easily overcome using snipping tool.
-
a wonderful story of trickery
This is why I'm glad I don't have any relatives hahaha
-
What kind of Degree did you get in Web Dev?
Edit. I think I was probably just over-reacting. But yeah, some degrees are great, some not so much. There are a lot of jobs, and not just jobs but also employers, who simply will not even bother reading your CV if you haven't got a degree. B…
-
So my website..
Thanks for all the feedback, really glad you all like it. @TheDoc, that's weird. What browser? I'll see if I can re-create. @polson1000, I don't use Photoshop for any of my work. I will be writing a blog post soon as to why, but I …
-
What kind of Degree did you get in Web Dev?
I have an IED-accredited degree in Product Design. Not directly web related, but being a design degree it gave me a lot of the grounding I needed. Plus, in it's own right, it is a fantastic degree that could lead to other things.
-
setting border-top of the paragraph
Paulie, you must always have "content:''" for psuedo elements. http://jsfiddle.net/brightonmike/Wd8ck/1/
-
Controversial concept
Yeah, don't do this. I advise people to upgrade, but you cannot force, and you absolutely should never tell people not to use IE at all - there is NOTHING wrong with IE9 and people find it patronising and frankly, a bit rude. "We advise y…
-
How do you secure your WordPress installation?
I use Vaultpress. Sure, it's $15 a month, but for secure and reliable backups of absolutely everything it's a small price to pay.
-
Average clients budget?
Most of my freelance projects I do in my spare time sit between $1-4k. But this is very rough and I'm converting from GBP to USD so it's not much to go on. I also don't really do much freelance (probably a project every 2 months), I…
-
Isnt there another way?!!
I personally believe white-space dependent code is to be avoided, which is why I'm against using inline-block. I think floats are easier and the shortfalls are less of a problem compared the messier code often needed for inline-block, especiall…
-
Respond.js
I've fixed the issue. Respond.js doesn't work if you minify your CSS.
-
Wordpress - Index & Home
No. You have to have an index. You'd do well to read up on wordpress template hierarchy. http://codex.wordpress.org/Template_Hierarchy http://www.doitwithwp.com/rundown-wordpress-theme-files-what-they-do/
-
Starting Wordpress?
The codex is your friend: http://codex.wordpress.org/
-
CSS3 Background patterns
I had problems using the code that displays in her popup boxes. I think it's wrong. But should be able to find the code by inspecting the code. That worked for me. Also google Patternify for a nice little generator. There's also tools on…
-
WP: Image alignment & Captions. Completely stuck.
I think your problem is your align styles have a lower specificity than the default caption styles. You might fix this by prefixing them with your post class.