|
|
| About site: Systems/Handhelds/Palm OS/News and Media - BrightHand |
Return to Computers |
| About site: http://www.brighthand.com |
Title: Systems/Handhelds/Palm OS/News and Media - BrightHand Fresh insights on palm-size computing. Monthly. |
|
|
|
|
Cantoni_org Blog by Brian Cantoni. Covers instant messaging, web software, PDAs/mobiles, and sports (mainly NASCAR).
| HandheldNews_com Palm OS, Pilot, and Visor information and resources including news, software, links, reviews, chat, discussion, and classified ads.
| infoSync_World___Palm_OS Daily news and reviews about Palm OS handhelds, hardware and software.
| Kettner_net Tips, tricks, and news for PalmPilot, Windows CE, and Visor users. Available in Text and HTML form via email.
| Olive_Branch_Software_PalmPilot_News Scans the web for PalmPilot News and provides links to the full stories. This service is no longer active. Old listings are still available in the News Archive.
| Palm_Info_Center The latest Palm news, rumors, and games. An interactive palm community. Palm Graveyard and the Palm Developers zone.
|
|
| Alexa statistic for http://www.brighthand.com |
Please visit: http://www.brighthand.com
|
| Related sites for http://www.brighthand.com |
| PalmPower_Magazine Online magazine with reviews, daily news and free tips. Back issues are viewable as well. | | PalmUser_magazine Subscription information, indexes and other relevant information about the current and back issues. | | PalmZone_net Palm-related news, information about the various devices, recommended add-on software options, wireless access, and user tips. Forum and links to other Palm sites. | | The_PDA_Channel Book reviews, news and programming information. | | Pen_Computing_Magazine Covering the latest information in handheld and mobile computing. Offers daily news and archived articles from the magazine. Includes a specialized Palm Pilot section. | | VisorCentral A site providing the latest news about the Visor and its accessories, exciting feature stories, reviews, and an active discussion board. Visor is a Palm compatible device made by Handspring. | | Writing_On_Your_Palm News, reviews and opinion articles relating to the use of, and software for, Palms. | | Cetus_Links__Self Large set of object-oriented links. | | dSelf Extension to the delegation and prototype-based object-oriented language Self, adds distributed objects and transparent remote reference resolution to the languages, so it facilitates distributed inhe | | dSelf__A_Distributed_Self Extension to delegation and prototype-based object-oriented language Self: adds distributed objects, transparent remote reference resolution, thus facilitating distributed inheritance and instantiatio | | Guru Tool for automatic restructuring (refactoring) of Self inheritance hierarchies. Such tools are most useful with OO languages, more so prototype-based. Brief description, example diagram, links. [Open | | Guru__SourceForge Project page: downloads, forums, statistics. | | Hello,_World_program Self | | Merlintec_Computadores_Ltda__Merlin_Computers Brazilian firm founded to advance Self language, Self-R OS, and computers using Self. News, company information, products, technology. Sponsors of SelFest 2000, São Carlos, Brazil. English, Portuguê | | OpenSelf Implementation of Self language: project CVS page. | | Parser__Tiny_Self Simple implementation of an interpreter for Self language, a parser for Self written in C. | | Self_on_Linux Port of Self language from SunOS to i386+ PCs: Linux, and Smalltalk/V for Windows 2.0; descriptions, downloads, links. [Open Source, GPL] | | Slate Language-OS based on CLOS, Self, Smalltalk; Smalltalk syntax; libraries inspired by Common Lisp, Dylan, Strongtalk (strong typing). Descriptions, programming manual, tutorials, summaries, bulletin boa | | Sun__Fiscal_1994_Project_Portfolio_Report__Self Unique description, links: dSelf, Merlin, Self4Linux, Self Wiki, Sun, Jecel Mattos de Assumpcao, Jr. [Open Content] | | Yahoo_Groups__Self-interest Mail list and archive for discussing Self programming language. | | The_Slate_Programming_Language Brief article related to developers, announcements, and programming; many forum comments. [Slashdot] (March 27, 2004) | | CGI_Database_Applications_with_Perl Tutorial covering the strategies and technologies behind writing a database-driven CGI application. | | Dabbling_in_Live_Databases__Microsoft_Access This tutorial covers the issue of connecting a Microsoft Access database to your website using Perl. | | DBD__ODBC_Tutorial_Part_1 Explains how to use drivers, data sources and make connections. | | DBI_-_The_Perl_Database_Interface Official site includes documentation, mailing list information, and demonstrations. | | DBI_Examples Tips and discussion on basic DBI usage and optimizing DBI programs. | | dbi-users@perl_org Archive of the mailing list. | | Enabling_ODBC_support_in_Perl_with_Perl_DBI_and_DBD__ODBC How to build Perl DBI, add the DBD::ODBC module and use an ODBC driver in Perl scripts. | | The_Fine_Art_of_Database_Programming An outline of database programming, with particular emphasis on Perl. | | Introduction_to_MySQL_(using_Perl_DBI) 4 page article starts with basics of MySQL and finishes up with actual examples of DBI in a MySQL context. | | Just_Enough_DBI_to_be_Dangerous Slides and sample code from a talk given by Bradford Powell at a Raleigh Perl Mongers meeting. | | Michael_Peppler\'s_Home_Page Sybperl (the Sybase OpenClient extensions to Perl) and DBD::Sybase information | | MySQL_and_Perl_for_the_Web Official site for the book by Paul DuBois. Includes table of contents, errata, downloads, and a sample chapter in PDF format. | | O\'Reilly__Programming_the_Perl_DBI Information about the book by Alligator Descartes and Tim Bunce. Includes the full text of the "Programming with the DBI" chapter. | | Perl_com__DBIx__Recordset_vs__DBI Terrance Brannon argues that DBI should not be the interface for most Perl applications requiring database functionality. (February 27, 2001) | | Dan_Ingalls Distinguished Engineer page, Sun Microsystems Laboratories. | | Dan_Ingalls_Bio Brief biography at Squeakland. | | Daniel_Henry_Holmes_Ingalls,_Jr_ Growing article, with links to related topics. Wikipedia. | | Weather_Dimensions,_Inc_ Makes Weather On Display software: processes and displays realtime and historic local weather information from local sensors in accurate, intuitive manner. Runs on: Macintosh; Linux, Unix; Windows. Fo | | 2002_Dr__Dobb\'s_Excellence_in_Programming_Awards For those who, in a spirit of innovation and cooperation, make significant contributions to advancement of software development; to Adele Goldberg and Dan Ingalls as pioneers in object-oriented progra |
|
This is now2007.com cache of m/ as retrieved on 2008.12.02 now2007.com's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
Smartphone Reviews and News
function page(cmd)
{
var currentPage;
currentPage = document.tgForm.currentPage.value;
if(document.tgForm.method == 'get')
{
document.tgForm.cmd.value = cmd;
document.tgForm.callingPage.value = currentPage;
}
else
{
document.tgForm.action = '/Default.asp?cmd=' + cmd + '&callingPage=' + currentPage;
}
document.tgForm.submit();
return true;
}
function getURLParamValue(param) {
var paramValue = param + "=";
var searchValue = window.location.search.toLowerCase();
var searchValueParam = "";
if (searchValue.indexOf(paramValue) != -1) {
searchValueParam = window.location.search.substring(searchValue.indexOf(paramValue),searchValue.length);
if (searchValueParam.indexOf("&") != -1) searchValueParam = searchValueParam.substring(0,searchValueParam.indexOf("&"));
}
searchValueParam = searchValueParam.substring((param.length)+1,searchValueParam.length);
return searchValueParam;
}
function setCookie(name, value, expires, path, domain, secure) {
document.cookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
return true;
}
function getCookieValue(name) {
var cookie = document.cookie;
var pos = cookie.indexOf(name + "=");
if (pos != -1) {
var start = pos + name.length + 1;
var end = cookie.indexOf(";",start);
if (end == -1) end = cookie.length;
var value = cookie.substring(start, end);
return value;
} else {
return "";
}
}
Visit other TechnologyGuide review sites:
Digital Cameras | Laptop Reviews | Tablet PCs | Desktops | Printers |
LOGIN | REGISTER
Brighthand.com
SEARCH
function getURLParamValue(param) {
var paramValue = param + "=";
var searchValue = window.location.search.toLowerCase();
var searchValueParam = "";
if (searchValue.indexOf(paramValue) != -1) {
searchValueParam = window.location.search.substring(searchValue.indexOf(paramValue),searchValue.length);
if (searchValueParam.indexOf("&") != -1) searchValueParam = searchValueParam.substring(0,searchValueParam.indexOf("&"));
}
searchValueParam = searchValueParam.substring((param.length)+1,searchValueParam.length);
return searchValueParam;
}
var _hbEC=0,_hbE=new Array;function _hbEvent(a,b){b=_hbE[_hbEC++]=new Object();b._N=a;b._C=0;return b;}
var hbx=_hbEvent("pv");hbx.vpc="HBX0200u";hbx.gn="ehg-techtarget.hitbox.com";
// multiple account additional code
var tg_site_id = "";
var wlh = window.location.hostname.toLowerCase();
if (wlh.indexOf('digitalcamerareview') != '-1') {
tg_site_id = "DM55101365AS;";
tg_site_name = "digitalcamerareview";
}
if (wlh.indexOf('notebookreview') != '-1') {
tg_site_id = "DM540506G4DE;";
tg_site_name = "notebookreview";
}
if (wlh.indexOf('spotstop') != '-1') {
tg_site_id = "DM521219NIWF;";
tg_site_name = "spotstop";
}
if (wlh.indexOf('brighthand') != '-1') {
tg_site_id = "DM5212198NBV;";
tg_site_name = "brighthand";
}
if (wlh.indexOf('tabletpcreview') != '-1') {
tg_site_id = "DM521219AMNF;";
tg_site_name = "tabletpcreview";
}
if (wlh.indexOf('desktopreview') != '-1') {
tg_site_id = "DM580422PNBF;";
tg_site_name = "desktopreview";
}
//tg_site_id += "DM521219B5EZ83EN3";
hbx.acct=tg_site_id; //ACCOUNT NUMBER(S)
// end of multiple account additional code
hbx.pn=window.location.pathname;
hbx.pn=(window.location.pathname == '/') ? '/home' : window.location.pathname;
var pnSearch = window.location.search;
if (pnSearch) {
pnSearch = pnSearch.substring(1,pnSearch.length);
pnSearch = pnSearch.replace(eval("/\\&/g"),"-");
hbx.pn += "/" + pnSearch;
}
hbx.mlc = "brighthand.com";
hbx.pndef="title";
hbx.ctdef="full";
hbx.fv="";
hbx.lt="auto";
hbx.dlf="n";
hbx.dft="n";
hbx.elf="n";
hbx.seg="";
hbx.fnl="";
hbx.cmp="";
hbx.cmpn="";
hbx.dcmp="";
hbx.dcmpn="";
hbx.dcmpe="";
hbx.dcmpre="";
hbx.hra="";
hbx.hqsr="";
hbx.hqsp="";
hbx.hlt="";
hbx.hla="";
hbx.gp="";
hbx.gpn="";
hbx.hcn="";
hbx.hcv="";
hbx.cp="null";
hbx.cpd="";
//CUSTOM VARIABLES
var asrcParam = getURLParamValue("asrc");
var asrc_und_1_pos = asrcParam.indexOf("_");
var asrcLast2 = asrcParam.substring(asrc_und_1_pos+1,asrcParam.length);
var asrc_und_2_pos = asrcLast2.indexOf("_");
var asrc_src = asrcParam.substr(0,asrc_und_1_pos);
var asrc_vehicle = asrcLast2.substr(0,asrc_und_2_pos);
var asrc_vid = asrcLast2.substr(asrc_und_2_pos+1,asrcLast2.length);
hbx.ci="";//CUSTOMER ID
if(asrc_src != "") hbx.hc1=asrc_src + "|" + tg_site_name + "-" + asrc_vehicle + "-" + asrc_vid;
else hbx.hc1="";//CUSTOM 1
hbx.hc2="";
hbx.hc3="";
hbx.hc4="";
hbx.hrf="";
hbx.pec="";
HOME
SmartPhone Database
Reviews
Forums
Palm Forum
RIM Forum
More forums...
News
RESOURCES
Software
SmartPhone Deals
Most Viewed SMARTPHONES
RIM BlackBerry Storm 9530 Samsung Omnia i900 Apple iPod touch Nokia E71 RIM BlackBerry Pearl 8100 RIM BlackBerry Curve 8300 T-Mobile G1 Nokia N95 HTC Touch Diamond RIM BlackBerry Curve 8330 VIEW MORE POPULARSMARTPHONES
Recent SmartPhone ReviewsNokia N96 ReviewBlackBerry Bold 9000 ReviewBlackBerry Storm 9530 Preliminary ReviewCelio Redfly C8N ReviewHTC Touch Pro for Sprint Preliminary ReviewSamsung Epix ReviewAT&T Fuze Preliminary ReviewBlackBerry Pearl Flip 8220 ReviewT-Mobile G1 ReviewBlackBerry Bold Preliminary ReviewHTC Touch Diamond for Sprint ReviewSamsung Omnia i900 ReviewMORE EXPERT SMARTPHONE REVIEWS
RSS FeedsArchivesMobile
About Brighthand
This site offers the latest News, Reviews, Information and Prices and Discussion on handhelds and smartphones of all kinds. To find a mobile device you are interested in, use our Mobile Device Search feature in the right column.
Latest Reviews & Articles
Motorola Alexander and Attila Coming Next QuarterPUBLISHED: 12/2/2008 BY: Ed Hardy Two smartphones from Motorola that surfaced over the summer as rumors are reportedly now scheduled to be released in the first few months of 2009.FULL STORY (661 Reads) | DISCUSSION (0 Replies)Nokia N97 UnveiledPUBLISHED: 12/2/2008 BY: AWright Nokia had announced the N97, a top-of-the-line smartphone featuring a touchscreen, sliding keyboard, and a host of sensors and wireless connectivity options.FULL STORY (1,206 Reads) | DISCUSSION (8 Replies)Palm Warns Revenue Way Below ExpectationsPUBLISHED: 12/2/2008 BY: Ed Hardy Palm, Inc. says that revenue for its last financial quarter was well below what analysts were expecting, a shortfall which it primarily blames on the current economic crisis.FULL STORY (412 Reads) | DISCUSSION (13 Replies)
Visit our forums to discuss smart phones, handhelds and subnotebooks, and ask for recommendations from our community of experts.VISIT BRIGHTHAND FORUMS
Brighthand.com Purchasing SurveyPUBLISHED: 12/1/2008 BY: Ben We'd like to find out more about who is looking for a smartphone, and what sorts of considerations you make while researching a purchase. Oh, and if you take the survey, you will get a chance to win a gift card...FULL STORY (667 Reads) | DISCUSSION (0 Replies)Most Popular Smartphones and Handhelds of NovemberPUBLISHED: 12/1/2008 BY: Ed Hardy Each month, Brighthand publishes a list of the handhelds and smartphones that readers have shown the most interest in during the preceding four weeks.FULL STORY (2,159 Reads) | DISCUSSION (1 Reply)Nokia N96 ReviewPUBLISHED: 11/30/2008 BY: AWright The Nokia N96 is currently Nokia's multimedia flagship model, and offers a range of high-end features, including TV-Out. Antoine Wright brings us a review of this consumer-oriented smartphone.FULL STORY (1,571 Reads) | DISCUSSION (0 Replies)Moving to Symbian S60: Useful UtilitiesPUBLISHED: 11/28/2008 BY: AWright Antoine Wright takes a look at some utilities for Symbian S60 smartphones that make them faster and easier to use.FULL STORY (1,553 Reads) | DISCUSSION (2 Replies)Daylight Savings Solar Cell Charger ReviewPUBLISHED: 11/28/2008 BY: AWright Daylight Savings, Inc. offers an accessory that combines a 1200 mAh battery and a solar charger for just $20. Antoine Wright brings us a review.FULL STORY (1,161 Reads) | DISCUSSION (5 Replies)Kingston Multi-Kit with 8 GB microSDHC Card ReviewPUBLISHED: 11/26/2008 BY: Adama D. Brown Kingston has released a group of accessories to help people take full advantage of the memory card slot in their smartphone. Adama Brown has tested this Multi-Kit, and brings us his results.FULL STORY (1,927 Reads) | DISCUSSION (21 Replies)Elevation Partners ''Very Pleased'' with Palm's ProgressPUBLISHED: 11/26/2008 BY: Ed Hardy The private equity firm that owns 25% of Palm, Inc. has categorically denied a recent rumor that it wants out of this investment.
FULL STORY (2,703 Reads) | DISCUSSION (37 Replies)T-Mobile G1 Now Available in WhitePUBLISHED: 11/26/2008 BY: Ed Hardy T-Mobile USA is now offering the G1 in a new color: white. Previously, this smartphone was available only in black and bronze.FULL STORY (2,614 Reads) | DISCUSSION (0 Replies)Verizon Commits to Samsung OmniaPUBLISHED: 11/25/2008 BY: Ed Hardy The Samsung Omnia, a touchscreen-oriented Windows Mobile device, will be the next smartphone released by Verizon Wireless.FULL STORY (2,122 Reads) | DISCUSSION (3 Replies)
View all news from Brighthand
Recent DiscussionsHow to Transfer Music from iPod to ComputerHow delicious BBQ Drumstick USB 2GB Flash Memoryall time wireless service?"Now You See It"--Palm StyleACCESS Release Beta 3 of the Garnet VMShortcut function...Lost all of my scheduling data on palm OSNokia Maps Gets New FeaturesHTC Touch Diamond - $250 With New Sprint ContractOnly Memos and Tasks are syncedVIEW ALL SmartPhone DISCUSSIONS
Quick NewsNokia Maps Gets New FeaturesPUBLISHED:12/2/2008COMMENTS:1Nokia Messaging Now Available as BetaPUBLISHED:12/2/2008COMMENTS:1Upcoming BlackBerry Storm Software Updates Should Improve PerformancePUBLISHED:12/1/2008COMMENTS:1Automatically Activate Wi-Fi with WifiLocationsPUBLISHED:11/30/2008COMMENTS:3GPS-Action Lets Symbian S60 Devices Perform Differently Based on LocationPUBLISHED:11/30/2008COMMENTS:0New Garnet VM Beta ReleasedPUBLISHED:11/28/2008COMMENTS:2VIEW MORE SMARTPHONE NEWSNewly Added SmartPhones12/2/2008Samsung Hue12/1/2008RIM BlackBerry Curve 8350i11/25/2008Samsung Gravity11/21/2008RIM BlackBerry Storm 953011/19/2008LG Scoop11/18/2008LG Incite11/14/2008Samsung Saga11/14/2008Samsung Eternity11/11/2008AT&T Fuze11/10/2008Samsung Behold11/7/2008HTC Touch HD11/4/2008RIM BlackBerry Bold 9000
');
document.write('');
for(i = 0; i < google_ads.length; ++i)
{
document.write('');
document.write('');
document.write(google_ads[i].line1);
document.write('');
document.write(' ' + google_ads[i].line2 + ' ' + google_ads[i].line3);
document.write('');
document.write(' ' + google_ads[i].visible_url + ' ');
document.write('');
}
document.write('');
document.write('');
}
}
google_ad_client = 'ca-techtarget_js';
var techtarget_wlh = window.location.hostname;
var techtarget_ad_channel = "other";
if (techtarget_wlh.indexOf('brighthand') != '-1') techtarget_ad_channel = 'brighthand.com';
if (techtarget_wlh.indexOf('digitalcamerareview') != '-1') techtarget_ad_channel = 'digitalcamerareview.com';
if (techtarget_wlh.indexOf('notebookreview') != '-1') techtarget_ad_channel = 'notebookreview.com';
if (techtarget_wlh.indexOf('spotstop') != '-1') techtarget_ad_channel = 'spotstop.com';
if (techtarget_wlh.indexOf('tabletpcreview') != '-1') techtarget_ad_channel = 'tabletpcreview.com';
if (techtarget_wlh.indexOf('desktopreview') != '-1') techtarget_ad_channel = 'desktopreview.com';
google_ad_channel = techtarget_ad_channel;
google_ad_output = 'js';
google_max_num_ads = 5;
// -->
TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.
TechTarget, The IT Media ROI Experts
TechTarget Corporate Web Site |
About Us |
Advertising |
Site Map |
Contact Us |
Submit Review |
RSS Feeds |
Jobs
All Rights Reserved, Copyright 2000 - 2007, TechTarget |
Read our Privacy Statement
function validateForm()
{
var minPrice;
var maxPrice;
var formIndex;
formIndex = document.forms.length - 1;
minPrice = document.forms[formIndex].minPrice.value;
maxPrice = document.forms[formIndex].maxPrice.value;
if((minPrice != "") || (maxPrice != ""))
{
if(parseInt(minPrice, 10)> parseInt(maxPrice, 10))
{
alert("You have entered a minimum price greater than the maximum, please adjust this.");
return false;
}
}
if(document.forms[formIndex].searchType != null)
{
document.forms[formIndex].searchType.value = "product";
}
if(document.forms[formIndex].currentPage != null)
{
document.forms[formIndex].currentPage.value = "0";
}
document.forms[formIndex].action = '/price/results.asp?cmd=&callingPage=0';
document.forms[formIndex].submit();
return true;
}
DEVICE SEARCH
Manufacturer:
[Any]AppleAsusAT&TCompaqDellE-TenFossilFranklinHPHTCLGMotorolaMWgNokiaPalmPantechPharosRIMSamsungSonySony EricssonT-MobileToshibaVerizon
Model:
[Any]
OS:
[Any]Palm OSWindows Mobile OSSymbianMac OS X
Price:
to
_uacct = "UA-283204-3";
_udn="brighthand.com";
urchinTracker();
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src="http://www.brighthand.com/" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-4207262-5");
pageTracker._trackPageview();
|
|
| |
Fresh | insights | on | palm-size | computing. | Monthly. | |
http://www.brighthand.com
BrightHand 2008 December
dvd rental
dvd
Fresh insights on palm-size computing. Monthly.
Rules
|
© 2005 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Virtual pets - Advertising - womens-health-supplement.com - WoW Gold - Personal Loans
|