Robskiwarrior
-
onepage web site positioning issue n firefox and ie
Not sure how much this will help or if this is what you meant but: html, body { margin:0; padding:0; } .mnav ul { margin:0; padding:0; }
-
Helping People complete their education for better lives
Well this has been fun! :D
-
learning everything in short time problem !!
@base0902 is right. :)
-
Jquery WP issue
Or here: http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/ :D
-
Jquery WP issue
Well you just do it like this :D wp_register_script('myscript', TEMPLATEPATH . '/assets/js/myscripts.js', array('jquery')); wp_enqueue_script('myscript'); TEMPLATEPATH is a constant to your template folde…
-
Jquery WP issue
I would set your other scripts to enqueue, and give them a reliance on jquery. //$deps = dependencies. ie "jquery" - you can use an array if more than one array('jquery', 'anotherScript'); Also make sure you ar…
-
Do I really, really need to move to SASS?
I have the same thing :D I should look at SASS but I don't really have time atm. Love the idea of vars though :)
-
Tabrow menu - links doesn't work ??
Dear @Yrsa_DK - Please do not flag posts to declare you have a deadline and demand a quick answer. Highlighting posts to say this will not get your post answered quicker. The advice offered here is fully voluntary, and all you actually do is irrit…
-
Email Confirmation
Yea it is really odd because I can't see anything on your accounts that say you are un-validated or anything other than registered. I briefly spoke to Chris about this and yea he was gonna disable the email verification for now. :)
-
Display: Block vs Inline
Thanks @Schmotty - and exactly :)
-
Display: Block vs Inline
Yea that's a basic way of looking at it. Think of it more like this though. Blocks contain things. Inline elements only contain text. Ok now by default there are block elements and inline elements. Block elements are easily ID'ed as …
-
absolute position help
2 threads linked kinda: http://css-tricks.com/forums/discussion/17797/positioning-question Closing this one down and marking solved.
-
Cool and groovy analytical reports.
just deleted the last 2 posts because of evil spam :) - Carry on :)
-
LinkedIn
I use linked in too - a friend of my recently got offered a job via it... http://uk.linkedin.com/in/robmackay
-
Basic Wordpress Question
I can't tell you any of the top question without really digging into it myself, and I don't really have the time for that. But the second part - the site is built with tables, it's pretty much 90% useless code, so many tables - scare…
-
Basic Wordpress Question
Ok well if you want it in the header - open the header.php file in your theme and you will need to add something like... Oh holy god - I just looked at your code lol. Who made this theme? It's all tables! Ok so this will make it more fiddly…
-
Basic Wordpress Question
I have to say the first sentence of your post cracked me up! :D Ok just so we know the basics do you know HTML/CSS? Does your current theme support header changes by default (you might not even have to code anything)... basically your question ra…
-
Feedback Please
I agree with what Traq said about closing tags. Best to not use them now at all. If you focus on a HTML doctype it's all gonna be fine :)
-
Input value
Pardon? http://css-tricks.com/how-to-ask-a-good-question-in-the-forums/
-
Feedback Please
Like @traq said certain tags don't have a closing tag. You can normally tell the difference by if a tags wraps something. For example: Link Test The anchor tag opens, wraps some text that you want to turn into a link, then closes. The …
-
WEB 3.0
Web 2.0 was meant to signify the change towards user interactivity. It was the ability for visitors to connect and interact with the site, not only just visiting it. It was a buzzword created to neatly box an evolutionary stage of user interactivi…
-
Germany - Web Developers
No it's absolutely fine :) I just like the fact you're getting lots of opportunities. It's good to ask for advice on an international forum :) Mobile games eh? Sounds like it could be interesting :)
-
Germany - Web Developers
you being hunted down again? :D
-
Censor Password in Database?
what I would do is hash it using the md5() function then store it hashed. When a user inputs their login details you hash the password input they made again and compare it to the hashed stored password. This isn't unbreakable though. If y…
-
outsourcing
I am outsourced to - but the guy who runs the gig knows his beans. I think I would be very concerned if I knew the person giving me the jobs didn't know what they were talking about as it could end up in promises being made and them being comp…