Robskiwarrior
-
What kind of Degree did you get in Web Dev?
Well you could put it on your CV... - but I meant you seem pretty competent to me and I think if you did get an interview you could easily show that competence. "I Helpz Interwebz peoplez"
-
setting border-top of the paragraph
Ok these examples need to start coming with a health warning.
-
What kind of Degree did you get in Web Dev?
Seriously @karlcrowley - from the answers you are giving you should apply anyway :) Mostly the things they say on job descriptions are mostly bollocks - and as long as you can get your foot in the door you can make a good impression in the intervi…
-
What kind of Degree did you get in Web Dev?
I got a degree from the school of doing it myself lol actually that's not 100% true, I actually starting in 1998 with a NVQ (UK National Vocational Qualification) in HTML and Web Design - but that was seriously not worth the time really... I …
-
a wonderful story of trickery
Delete everything you have done and walk. (Disclaimer: I was disowned by my uncle - but he was a dick too.)
-
Struggling with a transition
@snillor just wanted to show you how easy it is with jQuery (and works cross browser) :) http://jsfiddle.net/jAThH/
-
Struggling with a transition
Is there a huge reason why it can't be with javascript? Just because you are going to have issues with non-CSS3 browser people anyway... you could have a look at this: http://www.greywyvern.com/?post=337
-
Moving from table to div driving me bonkers
Yea you don't have to stretch anything for that dude - you just need to understand divs - they are not like cells :D Do a simple tutorial and you will see :)
-
Moving from table to div driving me bonkers
Yea the problem you are having now is you are thinking about it differently to me :) (it's still no problem for me What is your design looking like?
-
Moving from table to div driving me bonkers
If you use the sticky footer you won't have to worry about the middle section as it will fill up anyway. Ya if you hit the star at the left side of the thread title - you will be notified :)
-
Problems with Tables
You need to wrap it in document ready. If you have a look at http://docs.jquery.com/How_jQuery_Works it will show you. jQuery(function($) { $('td').click(function(){ $('td').removeClass('selected'); $(this)…
-
Moving from table to div driving me bonkers
Ok positioning you don't need to use in this instance. http://jsfiddle.net/KvQja/1/ I woud do some simple site building tuts - that should give you a quick working idea of Div layouts. It's pretty simple and I think you will find once …
-
WP transfer error
just double check your wp_options table - look for the option value 'siteurl' and then check the value 'home' - they should be what you changed them to :) Then I would double check to see if your navigation is generated or if i…
-
Image protection with jQuery
As soon as something is on the web and used within a web design it is public - there is no way you can stop people from stealing images. If he dosn't want the risk of images being stolen then they should not be up. Saying that - most people d…
-
jQuery select option event
Like this? http://jsfiddle.net/bCAr3/ added with: http://www.jquery4u.com/dynamic-css-2/jquery-change-css-file-2/
-
Is a website required to increase sales?
it does depend a lot on your business too - but a web presence of some sort will enable your customers to feel connected to you and trust you better etc etc (twitter/fb/google+ style)
-
jQuery.load() + WordPress = fail
Chrome is reporting an illegal token at the end of that file - it looks like this to me - right after the closing semicolon: http://grab.by/ciCk maybe you have some kinda extra invisible char you need to delete?
-
jQuery.load() + WordPress = fail
Stupid question but did you enqueue jQuery or did you just add it to the header?
-
Job + salary in UK
Just make sure you do what you want, lifes too short, experience everything you want to, no regrets :D etc etc
-
$$$ - could it be same as $ selector?
how could I not... catBurgers are cool.. http://jsfiddle.net/VcSAH/
-
Job + salary in UK
depends on the company and their finacing - if they are offering that kind of pay I wouldn't sniff at it to be honest... Find out more. If the company are calling you specifically about it - find out more :) See if you can do a phone call wi…
-
$$$ - could it be same as $ selector?
in jQuery $ id the default shorthand for "jQuery" so instead of doing jQuery('blah...') you do $('blah...') obviously. But you can set what you want the shortcut to be when you do open your jQuery document ready ch…
-
Job + salary in UK
yes - London rates do push up salaries by a good amount :) (because it's sooo damn expensive to live there)
-
WooCommerce
WooCommerce is good - but it does have a few bugs. give it a little while and I think it will be the winner. We had to bug fix it quite heavily on a recent project.
-
Job + salary in UK
What I would say is with jobs advertised with a salary like that - there might not be a job at the end of it. A lot of companies put up fake jobs to get people on the books as to say, so just be aware that it can be a tactic used by recruitment fir…
-
Job + salary in UK
I would say that was average for an experienced developer 45k is the upper end really.
-
Get PHP to create pages.
Maybe you should give a detailed overview of what you are actually trying to do? At the moment it seems like everyone is guessing :)