Article Categories
Article Tags
Search
Tag Archives: Tricks
Want to include a map directly on your site? The solution is rather easy using the Google AJAX Map API. To use the Google AJAX Map API we’ll first include the JS (JavaScript) file to make it possible. <script type=“text/javascript” src=“http://maps.google.com/maps/api/js?sensor=false”></script> We can include that JS file anywhere on your page as long as it’s valid […]
Posted in AJAX, JavaScript, Tutorial, Uncategorized
Also tagged API, Geolocation, Google, Maps
1 Comment
One weekend afternoon I figured I’d buy a domain name for a project I was working on. When I’m in need of a domain name my usual place to stop is the front page of GoDaddy. I’ve always liked their domain services; cheap prices and excellent support, all though I wouldn’t say the same about […]
Hello everyone! Today I bring you a small tutorial to determine the visibility state of an element using the JQuery Framework. There are two functions that you’ll end up using that will require this easy but awesome trick. The two methods are: .toggle() and .slideToggle() Both of these methods provide a lot of useful functionality […]
Posted in JavaScript, JQuery, Tutorial
Leave a comment



