I am using fancybox.js version 2.1.3 to place external content into an iframe. I am doing this by placing the url followed by a div id (e.g. http://somesite.com#about), this seems to work however the...
I noticed that the code above and on jsfiddle no longer works. I am also encountering similar problems on other Google Map projets. Do you know if google made changes to Google Maps...
Thanks guys. I discontinued testing for IE6 awhile ago and I am glad to hear otherdevelopers have as well. [YAY NO MORE IE6] lol I also use IE9 Developer Tool however I just want options. While...
I was using IE Tester for cross browser compatibility testing but discontinued using it as i found it to be unreliable, since I have started using IE's developer tool which is somewhat similar to...
Thank You!!!! I have been looking for a good book on HTML5. I will be creating a new post for this question but wanted your feedback, what tools are you currentlyusing for cross-browser compatibility...
I appreciate your feedback. It's really frustrating because some articles i've read say "take advantage of the new HTML5 tags" while others say HTML5 elements such as the section tag "don't have a...
I have an aside called #call_now which i have floated right with another area to left. The problem is #call_now was going to the bottom of the page so i applied css positioning to move #call_now to...
I am interested in learning SASS as it is becoming more popular with larger corporations. Can anyone advise excellent books, online tutorials, and blogs related to the subject?
My jQuery validation works in IE10 - IE8 but does not work in IE7. In IE7 the code is not apparent at all however IE10 - IE8 the validator works perfectly. Is there something i can change to make it...
I would like to add a background-image (circles in image below) to the body of a website i am working on, I need the image to stay flush against the container(white center with green and red banners...
I have five section tags that I would like to float so that they are inline with each other. I have used the float / clearfix technique in the past and it has worked. I cannot figure out what i am...
Thank you for suggesting the article which was useful, i discovered the problem was within MAMP, MySQL suddenly stop working properly so to fix the problem i installed MAMP Pro. I must...
I have been trying to setup a test site server on Dreamweaver CS6 IDE (which I hate) to try out the Dynamically-realated files theming feature. I have been attempting to do this for hours and looked...
This works perfect. Certain aspects of the tutorial i used was unclear would you be able to elaborate of the code when you get a moment? You are a terrific programmer. What books and...
Hi Xelawho - Very cool!!! Thanks again! If I wanted to leave the users location on the map after searching for another user how would i go about doing that? so in other words can i leave the searched...
I am currently using this tutorial by MARCIN DZIEWULSKI to create an "INTERACTIVE GOOGLE MAP USING THE TWITTER API" ( http://tympanus.net/codrops/2011/04/13/interactive-google-map/ ), however i would...