karlpcrowley
-
Totally change already running web ?
Hey, You'll need to set a 301 response header to tell Google you've moved This should help http://support.google.com/webmasters/bin/answer.py?hl=en&answer=93633
-
www.brettfrable.com
Btw, if your whole site is going to be image replacements I'd add some relevant text Google will come along to your site and see Title and then you have a big SEO mess
-
How can i simplify my ugly jQuery? (code included lol)
Instead of preventing the hashchanged why not listen for it? that way people can link to the page $(window).bind('hashchange',function() { if(window.location.hash) { var html = window.location.hash.substr(1) + ".html"…
-
www.brettfrable.com
Just noticed as well that section for the form doesn't have enough space for the error tooltip I'd personally add this #form{height:100px;}
-
XMLHttpRequest not working in IE9
Here's a sample that might make a bit more sense I haven't included a browser check but there's loads of ways to do it function errorXHR() { alert("XHR Error"); } function timedOut() { alert("Timed out"); …
-
www.brettfrable.com
On the social buttons try something like rotate(-45deg); I'm with Senff on the lack of info too As for the backgound image: http://www.imageoptimizer.net/Pages/Home.aspx
-
IE7 Problem, go figure!
I turned on quirks mode in IE8 and replicated the issue Try adding this to the head section
-
Best Wordpress theme to start with
Hi Netviper, I think this might be the one Chris was talking about http://wordpress.org/extend/themes/responsive I use it for projects that don't need a 100% custom theme
-
X-UD-Loopcounter
Headers with x- are non-standard headers For some reason all the sites I found with it have a value of 3 Probably best to ask whoever made your site
-
Creative Way to Feature a PDF via jQuery
Hi Barkins, Check out https://github.com/andreasgal/pdf.js Browser support might be bad though
-
how to make a full page backround image
lol @joshuanhibbert Maybe you should be using Spiffing CSS - http://spiffingcss.com/
-
Getting started freelancing - again.
Social networks are more great for finding freelance stuff At least once a week I see reTweets about people available for work Let people know you are available
-
Curved / dropshadow HR
Beautiful, hr elements are easily forgotten about so it's nice to see them put to good use
-
Lets Learn SASS together.
I'd like to learn Git too, good version control is vital on a CV Any know any good tutorials?
-
cssglobe.com
Chrome's omnibar is hooked into Google's safe browsing API which is how it can check and other browsers don't
-
A little direction please.
There is no legal requirement for the age thing, you do however need to verify before selling It baffles me as to why so many many websites do it It would be less annoying to have an "I am over the age of 21" button instead, easier to imp…
-
XMLHttpRequest not working in IE9
Cross site XHR for IE8 and 9 use XDomainRequest http://msdn.microsoft.com/en-us/library/cc288060(v=vs.85).aspx
-
Web Design / Mac or PC?
I think you should stick with your Mac, if the college are insisting you use windows set up a virtual machine
-
mail function gives me 500 Internal Server Error
Hi Xavjr, you might need to contact your hosting provider for this one Could you post up our code and we can take a look
-
Enabling border-radius in IE 6-8
Hi, try this http://fetchak.com/ie-css3/
-
Logo critique / feedback please
These look like spotlights http://default.janmense.de/janmense2.jpg like from a 1950's movie logo or something I like this one too but it looks like an i instead of j http://default.janmense.de/janmense3.jpg
-
Favourite email service
create subfolders in your gmail for the others and set up forwarding that way they all get gmails spam filtering
-
Favourite email service
That's odd, it pushes fine for me, in the settings menu there should be an option called "Mail Folders to Push" Do you really need so many accounts? :P
-
PHP sandbox like jsFiddle?
The one I linked above has sharing, it also supports a few other languages
-
Favourite email service
@senff have you tried setting up Gmail in the iOs mail client? the Gmail app sucks but in the native client it works well
-
Space from sticky footer?
this might be just me, but I like whitespace at the bottom of pages
-
Need website critique
Hi Audrea, I like the site but it you want it to be a little more unique check out this http://css-tricks.com/designing-for-wordpress-complete-series-downloads/ The tutorials show how to make it from scratch but you will pick up tips to improve …
-
Formatting buttons in Wordpress Post Meta region
Hi @localpulse, I've removed the username and password from your comment because this is public and anyone could get access to your site