Skip to main content

Home/ Coders/ Group items tagged user-space

Rss Feed Group items tagged

Fabien Cadet

10 Useful Usability Findings and Guidelines « Smashing Magazine - 2 views

  •  
    1. Form Labels Work Best Above The Field 2. Users Focus On Faces 3. Quality Of Design Is An Indicator Of Credibility 4. Most Users Do Not Scroll 5. Blue Is The Best Color For Links 6. The Ideal Search Box Is 27-Characters Wide 7. White Space Improves Comprehension 8. Effective User Testing Doesn't Have To Be Extensive 9. Informative Product Pages Help You Stand Out 10. Most Users Are Blind To Advertising
David Corking

Dr. Dobb's | Smartphone Operating Systems: A Developer's Perspective | March 30, 2009 - 0 views

  • 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.
  • 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...
  • As a security sandbox, the iPhone OS permits only one third-party application to run at a time, and not in the background.
  • adding some useful Bluetooth profiles that supported stereo headsets, data synchronization, or the ability to implement multiplayer games would be usefu
  • iPhone OS 3, that provides some of the missing features mentioned here, such as the A2DP profile for Bluetooth, voice recording, and copy-and-paste.
  • Have to learn Objective-C; is only smartphone platform that uses it.
  • Competitors will soon catch up on the UI.
  • embed navigation and GPS plotting into applications.
  • provide their own map content
  • The OS now supports the use of accessories connected to the iPhone either through its 30-pin docking connector or wirelessly via Bluetooth. Now that the device has been "opened", you can expect an entire ecosystem to build up around the device, much like the iPod has.
  • peer-to-peer connectivity using Bonjour
  • developers can now allow users, from within the application, to purchase and obtain new content
  • No voice dial.
  • A client-server mechanism provides access to low-level system resources, and in fact the kernel itself is a server that parcels out resources to those applications that need them. This transaction scheme allows applications to exchange data without requiring direct access to the OS space.
  • C/C++ for porting existing UNIX applications, and Java to port Java ME MIDlets. As mentioned previously, the software stack offers several run-times that offer application development using WRT widgets, Flash, and Python. The primary programming language for the platform is Symbian C++,
  • Handango has managed the wide-scale distribution of Nokia applications. In February, Nokia announced plans to launch its Ovi Store, which sells applications, videos, games, pod-casts and other content, similar to Apple's App Store. The store will be accessible by Nokia S60 smartphones in May.
  • Non-standard Symbian C++ has steep learning curve, with special idioms to master. Large number of Symbian APIs to learn, since it contains hundreds of classes and thousands of member functions.
  • BlackBerry Device Software executes multiple applications simultaneously
  • Manages multiple e-mail Exchange e-mail accounts, along with support for POP3 and SMTP, and e-mails can have file attachments
  • FIPS 140-2 compliant, and supports AES or Triple DES encryption sessions via BlackBerry Enterprise Servers
  • BlackBerry Device Software has enhanced the capabilities of the platform with its own Java virtual machine (JVM), along with new Java classes that offer multitasking capabilities and UI enhancements to go beyond the capabilities of Java ME.
  • You can also take existing Java ME code and add specific BlackBerry classes to make a hybrid Java ME application
  • don't intermix MIDP 2.0 and BlackBerry API calls that perform either screen drawing or application management.
  • The catch to writing an application that uses BlackBerry API extensions is that it ties the application this smartphone. However, this is no worse than using the unique Java classes found in Google's Android.
  • Apple promotes the design goal that applications should accomplish one purpose.
  • no Flash support, and you can't download files.
  • For non-Exchange users, Apple's MobileMe online service, after some fits and starts in 2008, now supports the push of e-mails and changes to the calendar and contacts.
  • The iPhone 3G can work in tandem with Microsoft Exhange Server 2003 and 2007 to support enterprise operations.
  • Cocoa Touch is a subset of Apple's Cocoa,
  • Cocoa Touch components manage most of the writing to the screen and playing media, yet there are APIs exposed that let you access the accelerometer and camera.
  • Quartz engine is identical to the one found in Mac OS X
  • Only a select few higher-level frameworks have access to the kernel and drivers. If necessary, an application can indirectly access some of these services through C-based interfaces provided in a LibSystem library.
  • the SDK provides Dashcode, which is a framework based on a Web page composed of HTML and Javascript. You can use DashCode's simulator to write and test your web application. You can also use several other third-party frameworks to write web applications, and debug these with Aptanna Studio's tools.
  • Made by HTC, the G1 is the first smartphone using the Android platform.
  • e-mail program (which makes use of Google's Gmail), a mapping program (using the company's Google Maps), and a browser that uses WebKit, not Google's Chrome web browser
  • Android is not Java ME, nor does it support such applications
  • ability to both browse and manage multiple IM conversations. On the other hand, such heavy use of the smartphone's CPU shortens battery life significantly. Maybe Apple is on to something in limiting the number of applications that the platform can run.
  • On the positive side, the Android APIs support a touch interface (and the G1 has a capacitive touch screen), but not any multi-touch gestures.
  • copying text from the web pages is the browser isn't allowed
  • The advantage to Android's use of a different bytecode interpreter is that the DVM was designed so that multiple instances of it can run, each in their own protected memory space, and each executing an application. While this approach offers stability and a robust environment for running multiple applications, it does so at the expense of compatibility with Java ME applications.
  • Seasoned Java programmers will find the Android SDK an amalgam of Java SE and Java ME methods and classes, along with unique new ones
  • compile the Java code to generate Dalvik bytecode files, with an extension of .dex. These files, along with the manifest, graphics files, and XML files, are packaged into an .apk file that is similar to a Java JAR file.
  • The certificate that you use to generate the private key does not require a signing authority, and you can use self-signed certificates for this purpose.
  • The Developer Phone provides access to a shipping Android device without the cash outlay or contract contortions required when developing for the other platforms.
  • in February the site began supporting priced applications. Google allows developers to take seventy percent of the proceeds.
  • it's possible that you might pick up a malicious application before it is detected by the user community.
  • Open source, open platform: if you hate the mail program, some third-party is writing a better one.
  •  
    Lengthy developer's overview of Symbian, Mac OS X iPhone, Blackberry, Android. This talks about the leading app platforms except Java ME and Windows Mobile, though it does explain how Blackberry and Symbian support Java ME.
lucyll

Convert H.264, MP4, MOV, AVI, MKV, FLV to H.265 video. - YouTube - 0 views

shared by lucyll on 26 Apr 17 - No Cached
  •  
    H.265 is a new codec that has been growing in popularity since its recent unveil. It has proven to be faster and much more efficient than H.264 and in a few years there's a good chance we're all going to be using it. Since the latest H.265 HEVC compression algorithms over the H.264 and with more key improvements, many users would be eager to convert H.264 to H.265 for saving storage space while keeping original quality. Then how to convert H.264 to H.265 video?
jackmcmahon4

Buy Sendgrid Accounts - 100% Verified Premium Accounts - 0 views

  •  
    Buy Sendgrid Accounts Introduction SendGrid is a cloud-based email marketing service that allows users to send emails at a low cost. It offers different plans and services to its customers which are suitable for small businesses, individuals, and organizations. What is a sendgrid account? If you're looking to send emails from your own domain, SendGrid is the perfect choice. It gives you the opportunity to send transactional emails and marketing campaigns as well as newsletters that are delivered using A/B split testing. SendGrid can also be used for all your business needs: Buy Sendgrid Accounts Marketing campaigns - SendGrid's email marketing platform makes it easy for businesses of any size to create targeted campaigns with advanced analytics capabilities and real-time reporting on open rates, clickthrough rates and conversion rates Transactional emails - Senders can choose from a variety of templates including HTML or plain text formats so they can easily customize their emails with brand colors and fonts Pricing for sendgrid SendGrid pricing is based on two factors: The number of emails you send each month. This metric is referred to as your sending limit. Your monthly budget, which is determined by the size of your business and its needs in terms of growth rate and marketing spend (if applicable). Buy Sendgrid Accounts Why Need to Buy SendGrid Account ? You may have heard of SendGrid before, but if you're not familiar with them and their email marketing services, here are some key points: SendGrid is a popular email marketing service used by many businesses. You can send an unlimited number of emails with SendGrid. It's easy to use and affordable for small businesses. The most popular option is to buy SendGrid credits. The most popular option is to buy SendGrid credits. SendGrid credits are a great way to get started with SendGrid and can be used for sending emails or accessing the API. They're available in several different denominations, so
  •  
    Buy Sendgrid Accounts Introduction SendGrid is a cloud-based email marketing service that allows users to send emails at a low cost. It offers different plans and services to its customers which are suitable for small businesses, individuals, and organizations. What is a sendgrid account? If you're looking to send emails from your own domain, SendGrid is the perfect choice. It gives you the opportunity to send transactional emails and marketing campaigns as well as newsletters that are delivered using A/B split testing. SendGrid can also be used for all your business needs: Buy Sendgrid Accounts Marketing campaigns - SendGrid's email marketing platform makes it easy for businesses of any size to create targeted campaigns with advanced analytics capabilities and real-time reporting on open rates, clickthrough rates and conversion rates Transactional emails - Senders can choose from a variety of templates including HTML or plain text formats so they can easily customize their emails with brand colors and fonts Pricing for sendgrid SendGrid pricing is based on two factors: The number of emails you send each month. This metric is referred to as your sending limit. Your monthly budget, which is determined by the size of your business and its needs in terms of growth rate and marketing spend (if applicable). Buy Sendgrid Accounts Why Need to Buy SendGrid Account ? You may have heard of SendGrid before, but if you're not familiar with them and their email marketing services, here are some key points: SendGrid is a popular email marketing service used by many businesses. You can send an unlimited number of emails with SendGrid. It's easy to use and affordable for small businesses. The most popular option is to buy SendGrid credits. The most popular option is to buy SendGrid credits. SendGrid credits are a great way to get started with SendGrid and can be used for sending emails or accessing the API. They're available in several different denominations, so
jackmcmahon4

Buy Facebook Ads Accounts - 100% Cheap Verified BM For sale - 0 views

  •  
    Buy Facebook Ads Accounts Introduction Facebook is a social networking website with over 2.2 billion active users. It has become one of the most popular platforms to host and share content, communicate with people and build businesses. In order to use Facebook, you need to have an account. If you don't have one yet then follow this guide on how can you get started - https://business.facebook.com/ Facebook provides advertisements to all types of businesses, however, buying a facebook ads account is a bit tricky process. We are here to help you. Facebook is one of the best social media platforms for businesses. It's easy to use and can be used to promote your business in many different ways. Facebook ads are a great way to promote your brand, product or service online. The platform allows you to create ads that will appear on people's newsfeeds when they are browsing through their feeds, which makes it highly effective at reaching new audiences who may not have heard about you before! Facebook Ads also provide many other benefits such as: Affordable pricing plans (starting from $5 per day) - This means that anyone who wants an ad campaign can get started without breaking the bank! You don't have any hidden fees like some other platforms charge so there's no reason not to sign up today! What's Facebook and how does it work? Facebook is a social media platform that has more than 2 billion users. It's the most popular social media platform in the world, and it's used by people of all ages, races, countries and interests. Buy Facebook Ads Accounts Facebook ads are like advertisements on TV or radio: they're meant to get your ad seen by as many people as possible. If you want to reach more people with your message-like if you're selling something online-you should use Facebook ads! Buy Facebook Ads Accounts Facebook Ads Accounts Why do you need to buy a Facebook Ads Account? Facebook ads are the most effective way to reach your audience
jackmcmahon4

Buy Facebook Accounts - 100% Verified BM Accounts - 0 views

  •  
    Buy Facebook Accounts Introduction There are many people who have a Facebook account and want to sell it. If you have an account, then you can also buy one from other people and get more likes or followers. But how does the process work? To buy an account on Facebook, there are several things that you need to know first like what is Marketplace on Facebook? What should I do when buying an old FB account? How much does it cost for buying a FB user name? And more questions like these will arise. In this article we will try our best to answer all your queries regarding buying FB accounts with marketplace feature by giving some tips here as well as answering some common questions related). Sell Facebook Accounts Sell Facebook Accounts Sell Facebook Accounts for Money Sell Facebook Accounts for Free Sell Facebook Accounts for Cheap Sell Facebook Accounts with Ads Buy Real Names on Facebook You've probably heard that if you want to make money on Facebook, you should buy accounts. The truth is that buying accounts for your ads isn't necessary-you can get real names and photos from us. We offer a wide range of services for this purpose: Buy Real Names on Facebook Buy Facebook Accounts with Friends Buy Fake Accounts For Your Ads The price depends on the character limit, but we're able to provide accounts with 100 000 characters (or more) at no extra cost! This means that if you have an ad that needs more than 100 000 characters in its copy or description, then we will be able to help out by providing additional space for your ad text at no extra cost! Buy Fake Likes and Followers on Facebook Buying Facebook likes and followers is a popular way to make your page look more popular. You can buy likes for your business, product or service, or even yourself. If you want to increase the number of likes on your Facebook page then there are many ways that you can do this. Buy Facebook Accounts Buying fake accounts is one of them, but it's not always easy to find out if
1 - 8 of 8
Showing 20 items per page