The industry stewards have countered Apple's move with their own application stores, so there's a huge opportunity to write the "killer app" for one of several smartphone platforms.
Dr. Dobb's | Smartphone Operating Systems: A Developer's Perspective | March 30, 2009 - 0 views
-
-
40 MB to less than 4 MB of free RAM
-
one-app-at-a-time requirement complicates any implementation of a copy-and-paste mechanism.
- ...45 more annotations...
Issue 9007 - chromium - Crash on illegal instruction (temporary dependence on SSE2) - G... - 0 views
-
Comment 36 by agl@chromium.org, Apr 06 (45 hours ago) You can remove the SSE2 specific flags from the build and you'll still end up with a working browser. However, you can't run pixel-tests with such a browser because your outputs will be different. For everything else, it should be fine. Comment 37 by evan@chromium.org, Apr 06 (45 hours ago) There is no reason we really need SSE2; it's just a temporary workaround for bug 8475.
Remember Smalltalk? | Gartner Blogs 2008 - 1 views
-
2) If you are BIG fan of dynamics languages (closures, meta programming, and all that cool stuff) then consider giving Smalltalk a look. You might like what you see. Its like Ruby but with bigger muscles. You think Rails is cool? Check out seaside. In the end we’ll see a up tick in Smalltalk momentum over the next few years.
-
Please don’t talk about Smalltalk. I enjoy my competitive advantage over the Java/NET crowd
-
Where Smalltalk really shines recently is in field of web applications due to its dynamic nature (live upgrading, debugging etc.) and because its shortcoming are not relevant here.
- ...9 more annotations...
Gibraltar monitors errors and usage so you can build rock solid .NET software - 1 views
-
The bottom line is that with Gibraltar you go from just logging on the user's computer to sending those logs via a web-service (or email), to reporting on errors and usage to graphing usage patterns, performance trends and feature use... Get real insight into what happens when your customers meet your code.
Apigee - 2 views
-
We think APIs are great, and we are here to make them easier to use. Developers need better testing and debugging tools, Product Managers need better analytics, and Admins need better protection for their APIs. Apigee is a free platform that provides lifecycle services for APIs.
Job For Fresher- Web Application Developer - 0 views
-
Company- Salary Preferred- 60,000 $ To 90,000.00 $ Yearly Job Location- New York City NJ 07306 Job Type- Full Time Experience Required- 0 To 2 Years Eligibility- Bachelor's degree Career Level- Entry Level Skill Required- Verbal Communication, web user interface design, software requirement, web programing, software development fundamentals, multimedia content development, software debugging, technical leadership, written communication.
Setting up extension development environment - MDC - 1 views
-
javascript.options.showInConsole = true. Logs errors in chrome files to the Error Console. nglayout.debug.disable_xul_cache = true. Disables the XUL cache so that changes to windows and dialogs do not require a restart. This assumes you're using directories rather than JARs. Changes to XUL overlays will still require reloading of the document overlaid. browser.dom.window.dump.enabled = true. Enables the use of the dump() statement to print to the standard console. See window.dump for more info. You can also use nsIConsoleService from privileged script. javascript.options.strict = true. Enables strict JavaScript warnings in the Error Console. Note that since many people have this setting turned off when developing, you will see lots of warnings for problems with their code in addition to warnings for your own extension. You can filter those with Console2. extensions.logging.enabled = true. This will send more detailed information about installation and update problems to the Error Console.
« First
‹ Previous
41 - 51 of 51
Showing 20▼ items per page