Really simple question. I'm on Ubuntu 9.04 (I'm new to Ubuntu) and I can't find the dev server logs for GAE. Could somebody tell me where they are? Googling hasn't returned a result.
I have a laptop which I use for (the major part) of my work and private life, and would like to set those two apart starting with Google Chrome.
So far, my Google Chrome contains my work bookmarks, logins/passwords and everything else ... which I use for work, which I use privately, which I use in my spare time (funny Youtube videos, what else :)
…
I am building an autocomplete functionality for my site and the Google instant results are my benchmark.
When I look at Google, the 50-60 ms response time baffle me.
They look insane. In comparison here’s how mine looks like.
To give you an idea my results are cached on the load balancer and served from a machine that has httpd…
With a Funnel you can determine whether users navigated a certain path to some destination page. Is there a way to determine if users ever got from page A to page B regardless of which and how many pages they hit in between?
I have a data table like so:
a 1
a 2
b 3
b 4
c 5
c 6
c 7
I want to pull items out of this table by dynamically telling it what letters to pull. My current formula is: =query(A1:B7,"select * where A ='" & D1 & "'"). D1 being the cell I wish to modify to modify the query. I want to be able input into D1 -- a, a,b, a,b,c and have the…
All other links are working of this page but this not
this link not working http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js
is it working for you?
The past couple of projects I've been working on have included the use of the Google Maps API and geocoding service in websites for various reasons. I decided to tie together some of the lessons learned, build an ASP.NETstore locator demo, and write about it on 4Guys. Last week I published the first article in what I think will be a…
Hello, I am trying to use Spring MVC 3 on GAE/J and I got this error and I do not know what it means, does anybody have an idea and perhaps give me pointers on how to fix this?
May 21, 2010 9:50:23 AM com.google.appengine.tools.info.LocalVersionFactory getVersion
INFO: Could not find API version from…
Over the past two weeks I've showed how to build a store locator application using ASP.NET and the free Google Maps API and
Google's geocoding service. Part 1 looked at creating the database to record the store locations. This
database contains a table named Stores with columns capturing each store's…
Over the past two weeks I've showed how to build a store locator application using ASP.NET and the free Google Maps API and
Google's geocoding service. Part 1 looked at creating the database to record the store locations. This
database contains a table named Stores with columns capturing each store's…
I use multiple browser many times when I am working with multiple projects simultaneously. Often I use Google Reader to read few feeds. Recently, I faced the following error and this error will not go. I even restarted my computer and rebooted my network. I am confident that my computer does not have…
Android phone owners rocking the official Google Reader app will be pleased to see the new update includes much requested features such as polished feed widgets, unread counter widgets, and a handy “mark previous as read” button.
Widgets have long been one of the most requested feature for Google…
Are you still using your service provider’s DNS servers? If you’re on Comcast, you probably noticed their DNS servers completely died recently, taking down the internet—but anybody using the more reliable OpenDNS or Google DNS had no problems. Here’s how to set it up on your Mac OS X computer.…
Per the Official Google Blog:
Code Search, which was designed to help people search for open source
code all over the web, will be shut down along with the Code Search
API on January 15, 2012.
Google Code Search is now gone, and since that makes it much harder to understand the…
We are creating a cross platform game for iOS and Android. We have thought about how and with which services we should integrate achievements and scoreboards with.
For the iOS part, we are pretty sure that this how we want to do, in order from when the user opens the app for the first…
I'm trying to learn how to use a keyword tool in Adwords.
Here's what I entered:
Country- Russia
Language-Russian
Desktop and laptop devices
And the keyword was ???? ? ??????? (tours to Israel in Russian Cyrillic letters) . As a broad match type...
Now... the results that I got were:…
Last week's article, Building a Store Locator ASP.NET Application Using Google Maps API (Part 1), was the
first in a multi-part article series exploring how to add store locator-type functionality to your ASP.NET website using the free Google
Maps API. Part 1 started with an…
Today while playing with Google Chrome Omnibox, I notice a strange behavior. I guess there's some "hidden" web standard behind it, but can't figure it out. Here's how to reproduce:
Go to http://edition.cnn.com/
Use the search function at the higher right corner, Search a…
Over the past couple of months I've been working on a couple of projects that have used the free Google Maps API
to add interactive maps and geocoding capabilities to ASP.NET websites. In a nutshell, the Google Maps API allow you to
display maps on your website, to add…
Over the past couple of months I've been working on a couple of projects that have used the free Google Maps API
to add interactive maps and geocoding capabilities to ASP.NET websites. In a nutshell, the Google Maps API allow you to
display maps on your website, to add…
Last week's article, Building a Store Locator ASP.NET Application Using Google Maps API (Part 1), was the
first in a multi-part article series exploring how to add store locator-type functionality to your ASP.NET website using the free Google
Maps API. Part 1 started…
I have a website set up with Google Analytics (through the Wordpress plugin "Google Analytics for WordPress" by Joos de Valk).
When I check out the visitors flow in Google Analytics, it shows something like this:
(home) - 43% drop-offs
/page-2/ - 10% drop-offs
...…
I've been dabbling with SEO a lot in the last 6 months, and one thing that has surprised me is the disparity between Google and Bing in the way they deliver results. A website ranked for a specific keyword/phrase on Google may rank 3rd on the first page, but using the…
When I open a youtube video with firefox I could not find any video file inside ~/.mozilla/firefox/<some_string>.default/Cache/. I also tried with google-chrome like,
ps ax | grep flash
ls -l /proc/[*PID*]/fd | grep Flash
But again /proc/[*PID*]/fd does not…
Hello,
I have created an application that records a series of longitude and latitude values in a SQLite database and display them as a coloured track on a MapActivity.
I now want to be able to export this data somehow (preferably to a file) so a user can upload…