google

How to search the web for pages containing certain source code?

I wanted to find the origin page of a CSS file that somebody once included in a project I'm working on. Unfortunately, the guy that included it didn't write where from it came and has only a vague memory that 'somebody' sent the source file to him. I wanted to search the web for pages with this css rule #loginNemId .inner { ....

Programmatic google search

Good morning all! Does anyone knows how to do a google search programatically? I'm developing a Java applications that must do a google search like: http://www.google.pt/search?q=something+to+search When i try to call this link programatically, the http response is: Forbidden. I know that there is a Google API to handle this kind of ...

Integrating with Calendars - From database application

We develop a small business database application with PowerBuilder. Part of the functionality includes scheduling appointments (a secretary schedules an appointment for her doctor via our application). The scheduling appointment is stored as a database record and viewable/editable via our application. Pretty standard stuff. We would...

Is there anything wrong with the way I'm implementing a Calendar on my site?

I am setting up a website for students of a school, which must include a schedule page which will show a calendar with events populated by feeds from various teachers' calendars. After trying out a variety of scripts and tools made for showing calendars, I finally hit upon a very shoddy, hacked-together way of doing it, and I want to kno...

Google analytics in Flash CS4

I'm trying to track the events on a site created using Flash CS4. I've tried using the method google is sketching on their page, though it is intended for CS3. The problem is that the component from gator flash does not show up in my component panel after following the instructions, so I can't get it onto my stage. Know why? Is there an...

Google spreadsheet and http request headers

I've been looking and I can't find an answer. Is there a way to detect the http request headers from within a google spreadsheet? ...

Where is the IMAP support in the .NET Framework?

One year ago Mitchel Sellers had a related question... I would like to access the Google IMAP for sending and receiving email messages within my custom application. The point is that i would not like to use any third party controls. Newer versions of the .Net Framework support IMAP? What options do i have? ...

Wincap Msn messenger, yahoo messenger, google talk

Does someone know how to use Wincap(or other library) to see messages sent from and to Msn messenger, yahoo messenger, google talk? Thanks ...

Google OpenID/federated login periodically fails

I'm developing a Django app that uses python-openid. The app is running on my development server at home. Similar to stackoverflow's login mechanism, I'd like users to login to my website using their Google credentials. The code I've implemented to do this, works well for a couple weeks, and then stops working. I get stuck during the ...

Google Search Engine - Cocoa

Hey all, Would it be possible to make a google search engine in Xcode, cocoa? If so, how? I want the user to type in a phrase in a textfield called inputBox, and the button to be sendButton. When the button is pressed it will open your default browser to the searched phrase. Thanks, KeViN ...

Google Javascript Data API for Calendar - Event times not available

I would like to use the gdata API to retrieve some event entries from a public calendar feed. Here is the code that I'm using: var calendarService = new google.gdata.calendar.CalendarService('GoogleInc-jsguide-1.0'); var feedUri = 'http://www.google.com/calendar/feeds/.../public/basic'; var gquery = new google.gdata.calendar.CalendarEv...

Java email and yahoo

I use my email server to send email. I can send my emails to gmail successfully(I can find my emails in my gmail spam folder) but when I wand to send yahoo mail my emails is not recieved by yahoomail I check spam folder. but can not find it. ...

Can SQL08Express send mail via my GoogleApps account?

I'm currently using an ancient extended procedure -xp_smtp_sendmail to send mail from sprocs via localhost. Has anyone coded a way to achieve the same with a GoogleApps account? thx ...

How do i implement ‘sign in with google’ on my site?

On my site i would like to sign in with a google account. I plan to use openid but i would like to see signing in with google has more benefits. I notice in the past a few sites has the ability to sign in with a google (gmail) account and IIRC they all did NOT support openID (i could be wrong) How do i 'sign in with google' ? ...

ASP .NET with google map api

i am using google map api with asp .net for making a website, apart from C# which programming languages do i need to learn ...

Is .html extension better than .php and .aspx for SEO ?

Is .html extension better than .php and .aspx for SEO ? or extension less url is better then all ...

Large volume mails with Google apps

My web application is hosted on IIS7. Google Apps has been working great for my SMTP needs. Now that I have a fairly large userbase along with a forum, there are many email notices being sent daily. Google Apps has a limit on 500 emails per 24 hours per smtp user, which sometimes cause a conflict with my needs. In an attempt to fix thi...

Automatic re-scaling of Y-axis in Google Visualization API / Annotated Time Line

Is there any way to force the Annotated Time Line graph to automatically change scale on the Y-axis when the user zooms in on a range of dates? Check example below, and note that the value ("price") for 2009-10-09 is about two magnitudes larger than the other values. When the user zooms in on e.g. 2009-10-01 -- 2009-10-08, the Y-axis is...

Android: Error in using onCreateOptionsMenu, not available in superclass?

Hi there, I would if anyone can help.. I am coming from a c# background so i have the syntax basics of java and i following the hello world tutorial which has 1 activity (inherits from Activity) which basically shows my view like so setContentView(R.layout.main); So what i wanted to do (by viewing a tutorial) is create a menu by...

jquery google analytics datepicker

Anyone know of any open source datepickers that work like the Google Analytics date range pickers? You can see an image here http://img17.yfrog.com/i/googledaterangepicker.jpg/ ...