www.webdeveloper.com

Search:

Type: Posts; User: jacobdesch

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. jQuery .ready not firing on first load in IE, but will sometimes work later

    I'm pulling my hair out here and I know that this question has been asked countless times before, but I've tried every one I can find to no avail.

    I'm working on a wordpress site and I've got some...
  2. Redirecting old domain name best practices without hosting htaccess file?

    Hey everybody,
    This is slightly new territory for me and I'm not sure how to proceed, so I thought I'd see if anyone had experienced this before.

    I'm in the process working on a site that will be...
  3. Replies
    1
    Views
    529

    Query string with special characters

    I apologize because I know this is a simple question, but after about an hour or so of Googling, I can't really come up with anything that will work in my specific situation. Here's what I've got...
  4. It turned out to be a permissions issue (in this...

    It turned out to be a permissions issue (in this case at least). For some reason, the images got changed so that only the owner could read or write (700, I think). I changed them to 644 (I think) and...
  5. [RESOLVED] 503 or 404 errors on a file I know exists?

    I've encountered this several times on a few different sites and I thought I would pose it to the group. It seems like a stupid question, but for the life of me, I can't figure out how it happens or...
  6. Well, long story short, it's being generated by...

    Well, long story short, it's being generated by my content management system (NetSuite). I really couldn't tell you what format it's in, but I do have the ability to edit what the content of each...
  7. Problem with multiple quote levels (',") and dynamic variables

    I have a feeling this is way more simple than I'm making it, but I've spent the last several hours trying to figure it out to no avail, so here we are...

    I've got a page that establishes list of...
  8. jQuery Add another .bind() event to existing function?

    Hi all,
    I'm in desperate need of help here. I was informed today that the functionality of a site I'm working on and is going to change and how the simple menu items I had coded now need to have...
  9. Yeah, I've done all that and still nothing in...

    Yeah, I've done all that and still nothing in Firefox. However, I did try using a proxy server and everything works fine. How could it possibly have something to do with my connection? I've never had...
  10. @font-face not working in Wordpress in Firefox live (but working locally)

    To make a long story short, I'm having trouble getting @font-face CSS declarations to work on my live site in Firefox (and IE9, apparently). But things work just fine locally.

    Here's the site:...
  11. Yep, that did it. Moved the mega menu functions...

    Yep, that did it. Moved the mega menu functions ouf of .ready and it worked like a charm. Thanks!
  12. Trouble with jQuery script conflicts (I'm guessing)?

    I'm working on a Wordpress site and I'm having trouble with some jQuery functions that I've included in my <head>. I've tried several Google maps plugins that apparently use jQuery to display their...
  13. web.config 301 redirect just root traffic?

    Hey everybody. I'm having a heck of a time here. I've been tasked with creating a temporary page for a new site I'm going to be launching. The temporary page will link to the homepage of the old site...
  14. Site redirect based on user's IP address (country)?

    For a variety of reasons, we're looking to redirect all traffic from certain countries (namely Japan, Korea and Australia) to another site (specifically our distributer in that country) based on the...
  15. Tricky overflow/relative positioning question...

    I have built a main navigation system that I quite like using main headers and some descriptions below. I have used the following method to get everything to be horizontally centered (which works...
  16. Cool story, bro.

    Cool story, bro.
  17. Replies
    1
    Views
    1,137

    PHP Email Error code 503 (suddenly)

    Hey guys,
    I've got a client who's website form isn't working of the sudden. I'm getting the following error:



    This has definitely worked before with the following code and as far as I know,...
  18. Replies
    3
    Views
    2,873

    Ah, yes. I'm painfully familiar with the cross...

    Ah, yes. I'm painfully familiar with the cross domain policy after pulling my hair out for days on my first experience loading in external XML (which is definitely how I would handle this). How would...
  19. Replies
    3
    Views
    2,873

    Flash banners load external content?

    I know flash banners can load external images, (although I've never done it) but is there any reason that it couldn't load other external data, like XML, text, RSS feeds, etc.?

    Bascially, I would...
  20. Replies
    5
    Views
    1,490

    Thanks Jeff, that's a very good point. I've...

    Thanks Jeff, that's a very good point. I've amended my code so that each individual thumbnail didn't fade in one at a time and it works now. It definitely had to do with the fadeIn() that was...
  21. Replies
    5
    Views
    1,490

    Thanks for the reply, Dan. I really should have...

    Thanks for the reply, Dan. I really should have known that. Unfortunately, it doesn't seem to have affected much and I'm still having the same problem.

    Could it have something to do with where...
  22. Replies
    5
    Views
    1,490

    jQuery fadeTo() is delayed?

    I'm a jQuery newbie and I'm having trouble with the fadeTo() function. I'm doing it on rollover on a series of thumbnails that loads based on featured images of pages in a Wordpress site.

    I've got...
  23. jQuery jQuery mouseover affect just that object (rather than class group)

    Sorry for the simple question, but it's giving me trouble and I don't really know how to phrase my Googling...

    So, I've got a bunch of image thumbnails that load in dynamically and jQuery fades...
  24. Replies
    3
    Views
    677

    Alright, it's working now. It's a total hack job,...

    Alright, it's working now. It's a total hack job, but it's the only thing I could get to work and I'm tired, so it's happening...


    function new_random($id) {
    $slugdirectory = new_slug($id);...
  25. Replies
    3
    Views
    677

    So...it appears that I've got part of the problem...

    So...it appears that I've got part of the problem fixed. It turns out the built-in Wordpress function bloginfo('stylesheet_directory') already returns a string adding onto it is pretty much a no-no....
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles