-
ethernet card? what are they talking about?
Date: 08/10/05
(Computer Help) Keywords: google
i was signing up for cable internet and one of the questions asked
"Will you need an ethernet card or adapter installed?"
so i am trying to figure out if I have an ethernet adapter on my computer.
i found instructions to locate whether or not i do by going to
control panel...device manager...hardware....network adapters
now that i'm at network adapters i've found out we have a intel pro/100 ve
i googled it and found the intel page on it: http://support.intel.com/support/network/adapter/pro100/pro100ve/
but i still have no idea what it is or if it's an ethernet adapter
so my question is what is the intel pro/100 ve and is it what the cable internet company is asking me about. is it an ethernet adapter or what?
Source: http://www.livejournal.com/community/computer_help/462509.html
-
SetWindowsHookEx() in a Windows Service?
Date: 08/11/05
(C Sharp) Keywords: programming, software, xml, security, web, google
Hello all. First time posting -- I'm an executive/part owner of a small, 30-40 employee software development company in the US. Can't get any more specific, due to LJ drama that occurred in the past, from which I learned that my constant insistence upon plausible deniability is never a bad thing.
Anyway, all of our current contracts are in .NET, from winforms applications, to windows services, to webservices, to web applications. We write in C#.NET and VB.NET depending on the contract, application, and developer. We've been working with .NET for the past 2-3 years.
I don't do as much programming with my company as I did when I first started there as Lead Developer; a good deal of my responsibilities have changed to software design/architecture, scheduling, project management, and having my time wasted by as many meetings as possible, at the most inconvenient times.
So perhaps these latest developments will lend an excuse to the following ignorance. :)
I am writing an application for myself, completely unrelated to my company, in my "free time." It has a fairly eccentric variety of functionality, all of which is related in a certain way, but the functionality with which this post concerns itself is keypress logging.
I've written a class that uses the SetWindowsHookEx() WinAPI call to install a hook for keyboard events (using WH_KEYBOARD_LL). It sets up the hook, which simply raises an event (passing the keypress data along) before giving the keypress back to the system (which continues down the chain of installed hooks). I've written a parent class which attaches a method to the event that takes the useful information from the keypress data and stores it in a queue. The remainder of this parent class provides access to the queue, functionality to clear it, etc. The class that implements SetWindowsHookEx() is in a DLL (I wrote it as part of a separate application back when I was more comfortable with VB.NET, while the current project is in C#, thus the DLL), and the parent class (in C#) imports this DLL.
The class performs flawlessly in the Windows Forms application I wrote to test all of the classes destined to be part of the final solution. It properly logs all of the keypresses in its queue, its methods provide the proper access to the queue, and the test application could write the keypresses to a file, store them in an XML object, or whatever needed to happen. I was pleased, since the whole mess only took about 2 hours to develop and test.
However, the final application that will be doing the keylogging is a Windows Service. Now that I finished developing and testing all the classes I needed to use in the final application, I've begun building the service. I've got the service properly installing, starting, and logging to the system's event log, so I know the service itself is working. However, the keylogging class is not working. No exceptions are thrown, and the WinAPI call (from user32.dll) returns no error codes. However, the queue count remains at 0, and no keys are logged at all.
I've simply dragged the class from the test Winforms application into the Windows Service application, and used it in the same way. While keypresses were logged efforltessly in the Winforms application, not a single one is being logged in the Windows Service.
I have tried pretty much everything I can think of, from checking the "Allow this service to interact with the desktop" checkbox, to changing the account running the service (currently the Local System account). However, as I said above, programming is not a day-to-day thing for me anymore, so I am most likely ignorant of something here.
I've read many accounts via Google of people successfully using SetWindowsHookEx() in a Windows Service, so I know it can be done. What gives? Is this a permissions/security issue, and if so, why are no errors/exceptions being thrown? Do I need to register the DLL containing the class that calls SetWindowsHookEx() in the GAC for any reason?
Any information or help will be greatly appreciated. Thanks in advance...!
Source: http://www.livejournal.com/community/csharp/32613.html
-
Firefox Tips and Tricks II
Date: 08/12/05
(Mozilla) Keywords: browser, web, google
Imitating Rocky's sequel, I have another search tip which is worth its salt. I hope it serves you well. I got this tip on the same PC Magazine article I mentioned yesterday and was published by Sarah Pike under the title "Keywords II: but Wait, There's More".
"For certain search-based Web sites—Google, for example—you can actually use keywords to search straight from your address bar. For example, when you query Google normally, you're accessing the URL http://google.com/search?q=, where anything after the q= is the exact text you're searching for. Try adding that URL to your bookmarks folder, but modify it to read http://google.com/search?q=%s and assign it the keyword google. You can now type google x into your browser, where x is any search term you want to look up, like computers. You'll go directly to the results page, having saved a few steps in the process. This trick works for a lot of searchable Web sites; play around with it."
I'm presently in the middle of a college research project related to the causes and consequences of Socrates' trial in Athens on 399 BC. In an effort to search only for relevant pages I used above tip with the keyword Socrates. In the address bar I typed "Google Socrates". The results were:
GOOGLE DIRECTORY
* Categories: 6 biographies and 8 reviews
* Web Pages: 8 web pages. You can view these pages in alphabetical order or view them in Google Page Rank Order.
All Google's results were very pertinent to the information I was soliciting. This is an excellent research feature using Firefox and Google. If you are a student and don't want to "burn the midnight oil", this tip is for you.
Enjoy,
Omar.-
Source: http://www.livejournal.com/community/mozilla/305872.html
-
hi everyone
Date: 08/16/05
(WebDesign) Keywords: web, google
so, I'm starting to offer my abilities as a freelance web designer. I know everything I need to do, and the most important thing right now is writing a contract that I will use with clients. I have a couple of references but I'm looking for more. Does anyone have any examples and references for contracts? Thanks in advance, I'm off to google it.
Source: http://www.livejournal.com/community/webdesign/957095.html
-
Ressource id #8
Date: 08/16/05
(PHP Community) Keywords: php, mysql, database, sql, google
$query = "SELECT * FROM users WHERE username = '$username' LIMIT 1;";
$result = mysql_query($query);
if ($result) {
# deny this user // already in
}
else {
# add new user
}
$result ouputs "Ressource id #8." I tried different set of variables in case it could be the problem but everything echo with the correct values. What I'm looking for is: check into the database, if there a equal username already registered. Both tries [with an existant and an unexistant username], it returns the same error. I've looked around either google.com and php.net, it turned on hopeless.
Can you help me out?
Source: http://www.livejournal.com/community/php/336854.html
-
Yahoo expands local features
Date: 08/17/05
(Web Technology) Keywords: google
Net giant debuts user reviews, interactive maps for its local search service, as competition with Google and AOL heats up.
Source: http://news.zdnet.com/Yahoo+expands+local+features/2100-9588_22-5836581.html?part=rss&tag=feed&subj=zdnn
-
Google may be liable for trademark infringement
Date: 08/17/05
(Web Technology) Keywords: google
Court opinion leaves open question of liability for Geico trademarks used in Google ad text.
Source: http://news.zdnet.com/Google+may+be+liable+for+trademark+infringement/2100-9588_22-5835898.html?part=rss&tag=feed&subj=zdnn
-
Yahoo, Miva settle pay-per-click patent suit
Date: 08/17/05
(Web Technology) Keywords: google
Settlement follows licensing by Google, others in the lucrative keyword search ad market.
Source: http://news.zdnet.com/Yahoo%2C+Miva+settle+pay-per-click+patent+suit/2100-9588_22-5835350.html?part=rss&tag=feed&subj=zdnn
-
Random shutdowns
Date: 08/16/05
(Computer Help) Keywords: rss, software, browser, html, technology, java, virus, web, spyware, yahoo, microsoft, google
Hey guys, this time I have a question not about my computer but my brothers.
Lately, it has been randomly shutting down. When it does, the entire screen goes black and the tower...sings? It plays 4 deep notes...Do sol Do Sol if anyone has studied Solfage.
He had a host of Adware and 4 trojans, all of which have been removed but the problem persists.
Not that I have any idea what it means, but here is the logfile from Hijack This!.
Logfile of HijackThis v1.99.1
Scan saved at 2:47:37 PM, on 8/16/2005
Platform: Windows XP SP2 (WinNT 5.01.2600)
MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)
Running processes:
C:\WINDOWS\System32\smss.exe
C:\WINDOWS\system32\csrss.exe
C:\WINDOWS\system32\winlogon.exe
C:\WINDOWS\system32\services.exe
C:\WINDOWS\system32\lsass.exe
C:\WINDOWS\system32\Ati2evxx.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\system32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\System32\svchost.exe
C:\WINDOWS\system32\spoolsv.exe
C:\PROGRA~1\Grisoft\AVGFRE~1\avgamsvr.exe
C:\PROGRA~1\Grisoft\AVGFRE~1\avgupsvc.exe
C:\WINDOWS\System32\CTsvcCDA.EXE
C:\Program Files\Cisco Systems\VPN Client\cvpnd.exe
C:\Program Files\Network Associates\Common Framework\FrameworkService.exe
C:\Program Files\Network Associates\VirusScan\Mcshield.exe
C:\Program Files\Network Associates\VirusScan\VsTskMgr.exe
C:\PROGRA~1\NETWOR~1\COMMON~1\naPrdMgr.exe
C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe
C:\WINDOWS\system32\wdfmgr.exe
C:\WINDOWS\System32\MsPMSPSv.exe
C:\WINDOWS\System32\alg.exe
C:\WINDOWS\system32\Ati2evxx.exe
C:\WINDOWS\Explorer.EXE
C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe
C:\Program Files\Java\jre1.5.0_02\bin\jusched.exe
D:\Program Files\Winamp\winampa.exe
C:\WINDOWS\System32\svchost.exe
C:\PROGRA~1\Grisoft\AVGFRE~1\avgcc.exe
C:\PROGRA~1\Grisoft\AVGFRE~1\avgemc.exe
C:\Program Files\Network Associates\VirusScan\SHSTAT.EXE
C:\Program Files\Network Associates\Common Framework\UpdaterUI.exe
C:\Program Files\Common Files\Network Associates\TalkBack\TBMon.exe
D:\Program Files\AIM\aim.exe
C:\WINDOWS\system32\ctfmon.exe
C:\Program Files\Spyware Doctor\swdoctor.exe
C:\Program Files\Yahoo!\Messenger\ymsgr_tray.exe
C:\WINDOWS\system32\wscntfy.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\Program Files\Internet Explorer\iexplore.exe
C:\DOCUME~1\Master\LOCALS~1\Temp\Temporary Directory 1 for hijackthis.zip\HijackThis.exe
R0 - HKCU\Software\Microsoft\Internet Explorer\Main,Start Page = http://google.com/
N3 - Netscape 7: # Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,
* the changes will be overwritten when the browser exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
user_pref("aim.session.firsttime", false);
user_pref("browser.activation.checkedNNFlag", true);
user_pref("browser.bookmarks.added_static_root", true);
user_pref("browser.download.dir", "C:\\Documents and Settings\\Master\\Desktop\\pastel pics");
user_pref("browser.search.defaultengine", "engine://D%3A%5CProgram%20Files%5CNetscape%5CNetscape%5Csearchplugins%5CSBWeb_01.src");
user_pref("browser.startup.homepage", "www.google.com");
user_pref("browser.startup.homepage_override.mstone", "rv:1.7.2");
user_pref("browser.tabs.forceHide", true);
user_pref("dom.disable_open_during_load", true);
user_pref("intl.charsetmenu.browser.cache", "windows-1252, UTF-8,
N3 - Netscape 7: # Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,
* the changes will be overwritten when the browser exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
user_pref("aim.session.firsttime", false);
user_pref("browser.activation.checkedNNFlag", true);
user_pref("browser.bookmarks.added_static_root", true);
user_pref("browser.download.dir", "C:\\Documents and Settings\\Master\\Desktop\\pastel pics");
user_pref("browser.search.defaultengine", "engine://D%3A%5CProgram%20Files%5CNetscape%5CNetscape%5Csearchplugins%5CSBWeb_01.src");
user_pref("browser.startup.homepage", "www.google.com");
user_pref("browser.startup.homepage_override.mstone", "rv:1.7.2");
user_pref("browser.tabs.forceHide", true);
user_pref("dom.disable_open_during_load", true);
user_pref("intl.charsetmenu.browser.cache", "windows-1252, UTF-8,
O2 - BHO: Yahoo! Companion BHO - {02478D38-C3F9-4efb-9B51-7695ECA05670} - C:\PROGRA~1\Yahoo!\COMPAN~1\Installs\cpn\ycomp5_5_7_0.dll
O2 - BHO: AcroIEHlprObj Class - {06849E9F-C8D7-4D59-B87D-784B7D6BE0B3} - C:\Program Files\Adobe\Acrobat 7.0\ActiveX\AcroIEHelper.dll
O2 - BHO: (no name) - {53707962-6F74-2D53-2644-206D7942484F} - C:\Program Files\Spybot - Search & Destroy\SDHelper.dll
O2 - BHO: PCTools Site Guard - {5C8B2A36-3DB1-42A4-A3CB-D426709BBFEB} - C:\PROGRA~1\SPYWAR~1\tools\iesdsg.dll
O2 - BHO: PCTools Browser Monitor - {B56A7D7D-6927-48C8-A975-17DF180C71AC} - C:\PROGRA~1\SPYWAR~1\tools\iesdpb.dll
O3 - Toolbar: &Yahoo! Companion - {EF99BD32-C1FB-11D2-892F-0090271D4F88} - C:\PROGRA~1\Yahoo!\COMPAN~1\Installs\cpn\ycomp5_5_7_0.dll
O4 - HKLM\..\Run: [UpdReg] C:\WINDOWS\Updreg.exe
O4 - HKLM\..\Run: [CTStartup] C:\Program Files\Creative\Splash Screen\CTEaxSpl.EXE /run
O4 - HKLM\..\Run: [Jet Detection] d:\Program Files\Creative\SBAudigy\PROGRAM\ADGJDet.exe
O4 - HKLM\..\Run: [ATIPTA] C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe
O4 - HKLM\..\Run: [SunJavaUpdateSched] C:\Program Files\Java\jre1.5.0_02\bin\jusched.exe
O4 - HKLM\..\Run: [NeroCheck] C:\WINDOWS\system32\NeroCheck.exe
O4 - HKLM\..\Run: [WinampAgent] d:\Program Files\Winamp\winampa.exe
O4 - HKLM\..\Run: [AVG7_CC] C:\PROGRA~1\Grisoft\AVGFRE~1\avgcc.exe /STARTUP
O4 - HKLM\..\Run: [AVG7_EMC] C:\PROGRA~1\Grisoft\AVGFRE~1\avgemc.exe
O4 - HKLM\..\Run: [ShStatEXE] "C:\Program Files\Network Associates\VirusScan\SHSTAT.EXE" /STANDALONE
O4 - HKLM\..\Run: [McAfeeUpdaterUI] "C:\Program Files\Network Associates\Common Framework\UpdaterUI.exe" /StartedFromRunKey
O4 - HKLM\..\Run: [Network Associates Error Reporting Service] "C:\Program Files\Common Files\Network Associates\TalkBack\TBMon.exe"
O4 - HKCU\..\Run: [AIM] D:\Program Files\AIM\aim.exe -cnetwait.odl
O4 - HKCU\..\Run: [Yahoo! Pager] C:\Program Files\Yahoo!\Messenger\ypager.exe -quiet
O4 - HKCU\..\Run: [ctfmon.exe] C:\WINDOWS\system32\ctfmon.exe
O4 - HKCU\..\Run: [Spyware Doctor] "C:\Program Files\Spyware Doctor\swdoctor.exe" /Q
O4 - Global Startup: Adobe Reader Speed Launch.lnk = C:\Program Files\Adobe\Acrobat 7.0\Reader\reader_sl.exe
O4 - Global Startup: Cisco Systems Gatorlink VPN Client.lnk = C:\Program Files\Cisco Systems\VPN Client\vpngui.exe
O4 - Global Startup: Microsoft Office.lnk = D:\Program Files\Microsoft Office\Office10\OSA.EXE
O8 - Extra context menu item: &Yahoo! Search - file:///C:\Program Files\Yahoo!\Common/ycsrch.htm
O8 - Extra context menu item: E&xport to Microsoft Excel - res://D:\PROGRA~1\MICROS~1\Office10\EXCEL.EXE/3000
O8 - Extra context menu item: Yahoo! &Dictionary - file:///C:\Program Files\Yahoo!\Common/ycdict.htm
O8 - Extra context menu item: Yahoo! &Maps - file:///C:\Program Files\Yahoo!\Common/ycdict.htm
O9 - Extra button: (no name) - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.5.0_02\bin\npjpi150_02.dll
O9 - Extra 'Tools' menuitem: Sun Java Console - {08B0E5C0-4FCB-11CF-AAA5-00401C608501} - C:\Program Files\Java\jre1.5.0_02\bin\npjpi150_02.dll
O9 - Extra button: Spyware Doctor - {2D663D1A-8670-49D9-A1A5-4C56B4E14E84} - C:\PROGRA~1\SPYWAR~1\tools\iesdpb.dll
O9 - Extra button: Messenger - {4528BBE0-4E08-11D5-AD55-00010333D0AD} - C:\Program Files\Yahoo!\Messenger\yhexbmes0521.dll
O9 - Extra 'Tools' menuitem: Yahoo! Messenger - {4528BBE0-4E08-11D5-AD55-00010333D0AD} - C:\Program Files\Yahoo!\Messenger\yhexbmes0521.dll
O9 - Extra button: AIM - {AC9E2541-2814-11d5-BC6D-00B0D0A1DE45} - D:\Program Files\AIM\aim.exe
O9 - Extra button: Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O9 - Extra 'Tools' menuitem: Windows Messenger - {FB5F1910-F110-11d2-BB9E-00C04F795683} - C:\Program Files\Messenger\msmsgs.exe
O12 - Plugin for .spop: C:\Program Files\Internet Explorer\Plugins\NPDocBox.dll
O16 - DPF: {60AABB26-4D2E-48AD-9334-FB8803A7C671} (WebCamRecv3X Control) - http://www.dynamiciplink.com/ActiveX/WebViewer.cab
O23 - Service: Ati HotKey Poller - ATI Technologies Inc. - C:\WINDOWS\system32\Ati2evxx.exe
O23 - Service: ATI Smart - Unknown owner - C:\WINDOWS\system32\ati2sgag.exe
O23 - Service: AVG7 Alert Manager Server (Avg7Alrt) - GRISOFT, s.r.o. - C:\PROGRA~1\Grisoft\AVGFRE~1\avgamsvr.exe
O23 - Service: AVG7 Update Service (Avg7UpdSvc) - GRISOFT, s.r.o. - C:\PROGRA~1\Grisoft\AVGFRE~1\avgupsvc.exe
O23 - Service: Creative Service for CDROM Access - Creative Technology Ltd - C:\WINDOWS\System32\CTsvcCDA.EXE
O23 - Service: Cisco Systems, Inc. VPN Service (CVPND) - Cisco Systems, Inc. - C:\Program Files\Cisco Systems\VPN Client\cvpnd.exe
O23 - Service: McAfee Framework Service (McAfeeFramework) - Network Associates, Inc. - C:\Program Files\Network Associates\Common Framework\FrameworkService.exe
O23 - Service: Network Associates McShield (McShield) - Network Associates, Inc. - C:\Program Files\Network Associates\VirusScan\Mcshield.exe
O23 - Service: Network Associates Task Manager (McTaskManager) - Network Associates, Inc. - C:\Program Files\Network Associates\VirusScan\VsTskMgr.exe
Sean
Source: http://www.livejournal.com/community/computer_help/466361.html
-
Working with numbers
Date: 08/17/05
(PHP Community) Keywords: php, google
I've got some code here:
$number = array(1,1.5,1.75);
for ($i = 0; $i <= 2; $i++) {
echo "\$".$number[$i]." ";
};
?>
which returns "$1 $1.5 $1.75". However, I'd really like it to return "$1.00 $1.50 $1.75" instead. Is there some kind of PHP round function that has it return the trailing zeros in a decimal? I tried searching google, but I wasn't really so sure what to look for. Sorry if this question is way too basic.
Source: http://www.livejournal.com/community/php/337119.html
-
RSS Validation Web Service
Date: 08/17/05
(Web Development) Keywords: rss, asp, web, google
Does anyone know of a Web Service that will receive an RSS URL and return a boolean value that can be used in an automated application (ASP.NET VB.NET)? I'm working on something that manages RSS feeds and parses them in order to achieve some tasks however it would make life a lot easier if I could validate the feed before entering it into the system.
Does anyone know of a Web Service that does this?
I've been looking through google results and I found a reference to an alpha web service validator from way back in 2002, however it doesnt seem to be up anymore and I havent found any other links.
All other validators pretty much seem to explicitly say to not hit them with automated queries.
any ideas?
http://www.oreillynet.com/pub/wlg/2474
Source: http://www.livejournal.com/community/webdev/234383.html
-
Google plans big new stock sale
Date: 08/18/05
(Web Technology) Keywords: google
Seeking to raise more than $4 billion, Google on Thursday said it plans to sell 14.2 million shares of common stock on the public market.
Source: http://news.zdnet.com/Google+plans+big+new+stock+sale/2100-9588_22-5838065.html?part=rss&tag=feed&subj=zdnn
-
Google, Yahoo take July search honors
Date: 08/19/05
(Web Technology) Keywords: google
ComScore offers further evidence that "Google" has earned its status as a synonym for the word "search."
Source: http://news.zdnet.com/Google%2C+Yahoo+take+July+search+honors/2100-9588_22-5839948.html?part=rss&tag=feed&subj=zdnn
-
How to Use FireFox Browser Through AnalogX Proxy
Date: 08/22/05
(Java Web) Keywords: browser, yahoo, google
When FireFox is used through AnalogX Proxy (a popular free proxy server) a strange error persistently happens if you have too many browser windows open.
All of your requests get strangely redirected to the last opened site. For example after opening Google you open another windows for Yahoo. However the second window will display [...]
Source: http://blog.taragana.com/index.php/archive/how-to-use-firefox-browser-through-analogx-proxy/
-
New Google desktop tool offers customization
Date: 08/22/05
(Web Technology) Keywords: software, yahoo, microsoft, google
Free software seems to move the search giant further into Microsoft and Yahoo territory.
Images: Google moves onto the desktop
Source: http://news.zdnet.com/New+Google+desktop+tool+offers+customization/2100-9588_22-5841246.html?part=rss&tag=feed&subj=zdnn
-
Google changes irk advertisers, please publishers
Date: 08/23/05
(Web Technology) Keywords: google
Google has changed the way advertisers using its AdWords program bid on keywords. And some folks aren't happy.
Source: http://news.zdnet.com/Google+changes+irk+advertisers%2C+please+publishers/2100-9588_22-5841737.html?part=rss&tag=feed&subj=zdnn
-
Google Talk
Date: 08/24/05
(Computer Geeks) Keywords: google
Google Talk already out?
http://it.slashdot.org/article.pl?sid=05/08/23/2316223&tid=217&tid=218
Could be interesting...apparently it uses Jabber as it's mode of IMing. Doubt it'll replace AIM though.
~Keith
Source: http://www.livejournal.com/community/computergeeks/754854.html
-
Google unveils instant-messaging entry
Date: 08/24/05
(Web Technology) Keywords: google
Search giant takes the wraps off Google Talk, an instant messaging program that also allows computer-to-computer voice chat.
Source: http://news.zdnet.com/Google+unveils+instant-messaging+entry/2100-9588_22-5842254.html?part=rss&tag=feed&subj=zdnn
-
What's exciting about Google Talk?
Date: 08/25/05
(Open Source) Keywords: google
I'm a bit underwhelmed with the launch of Google Talk, which is a bit of a surprise, since Google has a history of coming up with decent services. I use Google Search dozens of times every day, and check Google News every hour or so when I'm at the computer. (More if I'm procrastinating... [...]
Source: http://blogs.zdnet.com/open-source/?p=419&part=rss&tag=feed&subj=zdblog
-
Open GMail Signup for non-US Users
Date: 08/27/05
(Java Web) Keywords: google
Russell Beattie informed that Google has opened up signing up for GMail accounts to everyone.
When I went to check GMail I realized that the link to create a GMail account is displayed only to users connecting from US. And it is for obvious reasons. You need a valid US cellphone to open a new [...]
Source: http://blog.taragana.com/index.php/archive/open-gmail-signup-for-non-us-users/