By tag: google
0
kicks
Googles pushing new updates this summer!
You never have to worry about the cop behind you if your driving the speed limit, the problem is that the speed limit changes. Just make sure your still in the zone
0
kicks
WebP - Advanced image optimization using ASP.NET MVC
Most modern web pages contain a lot of images. These images often make up the bulk of a web page request. According to the HTTPArchive, images make up over 50% of the average web page and if you are looking to optimize on the performance of your web page, the best place to start is often with the im...
0
kicks
What's stopping Google from indexing single page Javascript applications?
We've had a hell of a time building the DotNetKicks website using JavaScript while still keeping the site as SEO friendly as possible. This is a real issue for those looking to build single page apps and still showing up in search results...
0
kicks
How to use Google Data API in ASP.NET MVC. Part 2 - YouTube
In this second part of my GData series I tried to explain how to use YouTube API for .NET to store/retrieve videos on/from YouTube.
0
kicks
Animaonline Weather API 2.5.0.0 Is Here
Animaonline Weather API 2.5.0.0 Is Here!
What's New: The core has been rewritten from scratch and now utilizes LINQ. The API is now much faster and more stable.
0
kicks
Use Google's Closure Compiler in C#
A very simple and small C# class for utilizing the Google Closure Compiler API for minifying JavaScript.
0
kicks
Do you know about this undocumented Google CDN feature?
Information on an undocumented feature of the Google AJAX APIs CDN (jQuery UI themes hosted on the CDN, including images).
0
kicks
Creating an ASP.NET MVC application with Google Gears
You probably have been working with Gmail or Google Docs. One of the features with those web applications is that they provide an “offline mode”, which allows you to access your e-mail and documents locally, when an Internet connection is not available. When a connection is available, those items ar...
0
kicks
ASP.NET Chart with MVC and Google Spreadsheet API
Learn how to integrate ASP.NET charting controls with ASP.NET MVC and Google Spreadsheet Data API.
It shows a sample ASP.NET MVC application that uses data retrieved from a Google Spreasheet to feed an ASP.NET charting control.
0
kicks
The day Google “died” and I used Live search for an hour
On Saturday 31st January 2009 at around 14:40 UTC something “historical” happened. Google stopped working for an hour. Every single search result was marked with “This site may harm your computer” and it redirected you to a warning site.
0
kicks
ASP.NET 2.0 URL Rewriting Causes HTTP 500 Errors for GoogleBot
So you install Commerce Server 2007 and are ready for the money and SEO to start flowing. Next thing you know. Google ignores you completely. What do you do? more...
0
kicks
Finally Google Opened the Protocol Buffer's source
Good news for XML developers; Protocol Buffer is a data format has been in development at Google since 2001. Well Google said it has many advantages over XML.It could be 3 to 10 times smaller and 20 to 100 times faster than XML for serializing structured data.