background preloader

Web

Facebook Twitter

Moviles

SEO. PHP Example AJAX and MySQL. GoogleMapsNet - GoogleMaps Control For .NET. Download GoogleMapsNet Test Project - 24.7 KB Introduction This article is an attempt to embed the GoogleMaps collection of web services into a simple .NET control. It should provide the developer a simple solution for accessing the most important parts of the GoogleMaps web services. It however does not cover 100% of all its features but concentrates on the general information provided by Google. Background I have done a lot of research in order to find a similar control on the Internet, but I have found only one complete solution, present also here on the CodeProject. It works asynchronously and uses threads to download data from the Internet. How is GoogleMaps organized? It is the collection of web services. So, if we already have this JavaScript API, why do we need the .NET control?

But, can it be solved in a different manner? The most tricky part of this story is the HTTP request that travels to GoogleMaps servers and back. The Map of the World So, how do we access these tiles? History. Geolocation in web browsers to find location & Google Maps examples. More and more services around us focus on where we physically are located at the moment, and how we can be assisted in the best fashion depending on that. Today I’d like to introduce the geolocation possibilities we developers have, and also play around a little with Google maps. Introducing geolocation Geolocation, i.e. finding out where someone is located, is extremely simple for a web developer. This is the code to accomplish that: 2.if (navigator.geolocation) { 4. navigator.geolocation.getCurrentPosition(function (position) { 6. alert(position.coords.latitude + ", " + position.coords.longitude); That’s it!

What happens when you utilize this code is that the web browser will show a notification to the end user, ask them if they want to share their location or not, and offer them an option to remember that choice for future preference. Web browser support Firefox 3.5+Firefox on Mobile (aka Fennec)Safari on the iPhone (not the desktop)Android web browser Not a part of HTML5 JavaScript 08. 09.

Seguridad

35 Absolutely Useful Firefox Plugins For Web Designers And Developers. Firefox is a very popular browser especially among web designers. There are more than 70% of WDB’s readers are using Firefox. There are few reasons which make Firefox so popular compare to others and obviously its plugins had contributed a lot for that. Today, we are going to look into 35 useful Firefox extensions for both web designers and web developers.

You are not required to install all extensions, as this will cause your Firefox slow and lag. Without talking much, let’s look into these extensions. 1. Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. 2. The Browser Window Resizer is useful for testing different screen sizes. 3. Provides true HTML validation (HTML 2.0 to XHTML 1.1) using the official DTDs, plus added attribute checking. 4. FireShot is a Firefox extension that creates screenshots of web pages (entirely or just visible part). 5. FireRainbow is a Javascript syntax highlighting for Firebug 1.3+. 6. 7. 8. 9. 10. 11.

Portales

HTML. Javascript. CSS.