MobiGeni - iPhone Development - iPad Development
Mobile Application Development
  • Home
  • Portfolio
  • Services
    • iPhone Software Development
    • iPad Software Development
    • Web Development
    • User Interface Design
  • About
    • About Us
    • Team
  • Blog
    • News
    • iPad
    • iPhone
    • Goodies
    • Code
    • Technology
    • Design
  • Contact
Select Page ...

Blog

SEO Dashboard App for iPhone and iPad

No Comments By: admin Published: January 13, 2012
Posted in: iPad, iPhone, News Tags: Dashboard, SEO

I love SEO and I also like Dashboard tools. I was tired using all kind of apps to check out my Website SEO stats. So, I made “SEO dashboard” in a few days. (approving the app by Apple took more time ). SEO Dashboard is a simple and fast, handy, easy to use SEO tool for checking your  SEO Website stats.

Download SEO Dashboard

Get into the Christmas Spirit this year with Xmas Ball Jump Game for iPhone

No Comments By: admin Published: November 26, 2011
Posted in: News Tags: Christmas, Christmas Ball Jump, Christmas Games, Games, Xmas

Christmas Game Fun that lasts for hours

XmasBall Jump Game features all Beautiful Designed Christmas Graphics and most addictive Christmas Game!
There’s no better way to get into the CHRISTMAS SPIRIT this year than playing XmasBall!
Can you help XmasBall jump up all the way to the North Pole?

It only takes a minute to learn how to play, but the addiction and easiness of the game keeps you playing for hours!

More info

Download game in App Store

20 Mobile Frameworks to Build Apps for iOS, Android, BlackBerry and more.

No Comments By: admin Published: August 23, 2011
Posted in: Code, iPad, iPhone, Technology Tags: Ansca Corona SDK, DynamicX, iUI, jQTouch, jQuery Mobile, MoSync, MotherApp, Nimblekit, RhoMobile, Sencha, Unity, WebApp.net, WinToolkit, xUI, Zepto.js

In the mobile industry, it has quite a few of frameworks available aiming to create a mobile web app rapidly. To help you start up your mobile development, I have done some research on all mobile frameworks, and below is the list. I have used jQTouch before, it’s pretty easy to implement but definitely has a lot of room of improvement.

  1. Zepto.js
    Zepto.js is a minimalist JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax. The goal: a 2-5k library that handles most basic drudge work with a nice API so you can concentrate on getting stuff done. Zepto.js is currently in early beta, and you can help to make it awesome by contributing code, documentation and demos.
  2. Appcelerator
    Use Appcelerator Titanium to build mobile apps for iPhone & Android and desktop apps for Windows, Mac OS X & Linux from Web technologies
  3. DynamicX
    DHTMLX Touch is an HTML5-based JavaScript library for building mobile web applications. It’s not just a set of UI widgets, but a complete framework that allows you to create eye-catching, cross-platform web applications for mobile and touch-screen devices.
  4. Sencha
    Sencha Touch, the first HTML5 mobile JavaScript framework that allows you to develop mobile web apps that look and feel native on iPhone and Android touchscreen devices, has just hit the big 1.0. And best of all, it’s completely free to use.
  5. jQuery Mobile
    A unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.
  6. jQTouch
    A jQuery plugin for mobile web development on the iPhone, iPod Touch, and other forward-thinking devices.
  7. Wink ToolKit
    Wink toolkit is a mobile JavaScript framework for building webapps on iPhone, iPad and Android
  8. iUI
    iUI is a framework consisting of a JavaScript library, CSS, and images for developing advanced mobile webapps for iPhone and comparable/compatible devices.
  9. xUI
    A super micro tiny dom library for authoring html5 mobile web applications.
  10. iWebkit
    WebKit is a file package designed to help you create your own iPhone, iPod Touch and iPad compatible website or webapp.
  11. iWebAPP.net
    WebApp.Net is a light weight, powerful javascript framework taking advantage of AJAX technology. It provides a full set of ready to use components to help you develop, quickly and easily, advanced mobile web applications.
  12. NimbleKit
    NimbleKit is the fastest way to create applications for iOS. You don’t need to know Objective-C or the iOS SDK. All you need is to know how to write an HTML page with Javascript code.
  13. MotherApp
    The Quick, easy way to publish on iPad and Android.
  14. RhoMobile
    Rhodes is the cross platform smart phone framework for mobile application development, which allows developers to write smart phone native apps. It follows the MVC pattern. They have also started hosting the code on cloud called RhoHub . Apps built using Rhodes framework :: Sugar CRM, Pivotal tracker’s Track R, Wikipedia.
  15. Ansca Mobile’s Corona SDK
    Ansca Mobile’s Corona SDK is a simple-to-use mobile app development platform for iOS and Android.
  16. TapLynx
    A powerful iPhone framework.Rapidly develop iPhone, iPad, and iPod Touch Apps without learning Cocoa.
  17. MoSync SDK
    MoSync makes it easy, fun and cost efficient to develop mobile application for all the major platforms. Using C++ and a set of powerful APIs, you can harness the full power of modern smartphone platforms while still supporting Java ME devices using a single codebase.
  18. SproutCore
    SproutCore is an open-source framework for building blazingly fast, innovative user experiences on the web.
  19. DraginFire SDK
    iPhone + iPad Development in Windows without a Mac or Objective – C. Bring your App idea to life in standard C/C++ and never leave your Windows platform.
  20. Unity Mobile
    Build and deliver the best. Whether you are making a mobile website or publishing a mobile application, UNITY’s integrated platform is simple enough for any user, regardless of technical skill.

Create Native Mobile Applications with PhoneGap HTML5 App Platform Framework

No Comments By: admin Published: August 22, 2011
Posted in: Technology Tags: API, html5, Javascript, Mobile Framework, Native Apps, PhoneGap

PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best… HTML and JavaScript.

How PhoneGap Works

  • Build your app once with web-standards

    Based on HTML5, PhoneGap leverages web technologies developers already know best… HTML and JavaScript.

  • Wrap it with PhoneGap

    Using the free open source framework or PhoneGap build you can get access to native APIs.

  • Deploy to multiple platforms!

    PhoneGap uses standards-based web technologies to bridge web applications and mobile devices.

With PhoneGap you can,

  • Take advantage of HTML5 and CSS3
  • Use JavaScript to write your code
  • Access Native Features
  • Deploy your app to Multiple Platforms
  • Take advantage of PhoneGap Build
  • Add PhoneGap Plugins to your project
  • Use Tools from the community
  • Get help from the growing Community

Open Source and Free

PhoneGap is an open source implementation of open standards. That means developers and companies can use PhoneGap for mobile applications that are free, commercial, open source, or any combination of these. The PhoneGap project will always remain free and open source under an MIT license.

Donwload PhoneGap

How to make Scalable & Resolution Independent UI elements for Mobile Devices with CSS3

No Comments By: admin Published: June 24, 2011
Posted in: Code Tags: Resolution Independent UI, Scalable, UI elements

In computing terms, resolution independence UI is a technique to make elements on a computer or mobile screen can be drawn at sizes independent from the pixel grid. For Mobile devices this is done with CSS3 and Media Queries so that those with larger mobile screens and more compact screens can still view the UI at the same size.

.button {
    display: inline-block;
    color: #fff;

    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C1FA3B), color-stop(0.02, #8FCA05), to(#5A7F03));
    -webkit-border-radius: .2em;
    -webkit-box-shadow: #7EB105 0 0 .03em 0.03em inset, rgba(0, 0, 0, 0.4) 0px 0.1em .2em;
    text-shadow: rgba(0,0,0,.2) 0 .05em .02em;
    border: .08em solid #374D02;
    padding: .2em .6em;
}

As you can see, we’ve added rounded corners, an inner glow (using inset with -webkit-box-shadow), a drop shadow, text shadow, and padding to our element — all using em as our sizing unit. The only sizing which is not accomplished with ems is the background-gradient, which must be defined in percentage-based color-stops. As these color-stops are still relative to the size of the button itself, these values are inherently relative as well. To show off some different sizes for our button, we can easily just add a few classes like:

.size_2x {
    font-size: 200%;
}
.size_8x {
    font-size: 800%;
}

The HTML for our demo then looks like this:

1×
2×
8×

Latest Mobile Application Developer Jobs for All Platforms

No Comments By: admin Published: April 15, 2011
Posted in: Technology Tags: BADA, BlackBerry, Jobs, mobile developer jobs, mobile jobs, Samsung, x-code developer

List of Mobile Developers Jobs for All Mobile Platforms.

iOS and Mac Developer Jobs

  • iPhone Application Developer
  • X-code Developer
  • Mac OSX Developer

Android Developer Jobs

  • Android Developer

Samsung Developer Jobs

  • BADA Developer Jobs

The Secret Guide Of Making iPhone Apps and Booming App Sales!

No Comments By: admin Published: February 2, 2011
Posted in: Blog Tags: app sales, guide, make money, sercret guide, tutorial

Have you got the next big idea that could make a top selling iPhone application? Do you want to learn how to program your application so that it works on the Apple iPhone 3GS? How much could you make by having your killer app listed on the Apple Download Store?

Did you know there are high school kids out there earning more money in one single day than you might be earning in one single week? How are they doing this? They have designed apps for the iPhone – and unwittingly stumbled upon one of the greatest income generating opportunities seen this decade!

IN THIS TUTORIAL YOU WILL DISCOVER:

  • What an iPhone App is
  • How to build custom iPhone apps
  • To to use iPhone apps to make money
  • Where to source ready-made iPhone apps to sell
  • Best ways to price your iPhone apps
  • Where to sell your iPhone apps
  • How to get your app listed in the iPhone Store
  • How to give away iPhone apps and still make money!
  • And much more besides!

Click Here!

Real Time World and National Debt Clocks for iPad and iPhone

3 Comments By: admin Published: November 24, 2010
Posted in: Blog Tags: Clock, Counter, debt, finance, iPad, iPhone, World

The Real Time World Debt Clock / BillBoard shows the national debt of your country, the debt per citizen in your country and the total population of your country. You can compare the national debt of other countries just by selecting another country from the list.

:: FEATURES  v1.0 ::

*** WORKS ON iPAD & iPHONE! ***
*** 15 DEBT CLOCKS INCLUDING:
1 World Debt + 14 National Debt Clocks including:United States, Canada, United Kingdom, France, Germany, Netherlands, Ireland, Greece , Italy, Spain, Portugal, Japan, Australia, New Zealand.
*** MULTI-LANGUAGE DEBT CLOCKS
*** SHOWS NATIONAL DEBT
*** SHOWS DEBT PER CITIZEN
*** SHOWS TOTAL POPULATION
*** DIGITAL BILLBOARD LOOK
*** MULTI-COLOR THEMES
*** GREAT FOR BILLBOARD PROJECTION ON WALL OR TV-OUTPUT

:: NEXT UPDATE ::

*** AUTOMATIC UPDATES
*** MORE COUNTRIES
*** EMAIL, TWITTER, FACEBOOK INTEGRATION

Debt Clocks are calculated from the latest governments figures and forecasts.
Use of these data is done so at your own risk. No responsibility will be accepted for any loss, financial or otherwise.

Download the App

jQuery Mobile Alpha 1.0 released includes demos and documentation

No Comments By: admin Published: October 22, 2010
Posted in: Blog Tags: jQuery Mobile, jquerymobile, user interface framework

All the jQuery Mobile demos and documentation can be found in the unified demo application:

jQuery Mobile 1.0a1 Demos and Documentation
This includes demos and documentation for all the components in jQuery Mobile 1.0a1:

  • Theming and Layout
  • Headers/Footers (Fixed and Persistent)
  • Form Controls
  • Dialogs
  • List Views
  • Events
  • Transitions

View iPad ready websites on your PC with Safari/Chrome by changing the UserAgent

1 Comment By: admin Published: October 13, 2010
Posted in: Blog Tags: chrome, ipad emulator, iPad Ready, safari, useragent

To try it out on Mac (or PC) Safari:
First enable develop menu. (Preferences / Advanced / Show Develop menu in menu bar)
Change user agent (Develop/User Agent/Other…) to:

Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us)
AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367
Safari/531.21.10

Then you can view the iPad’s online help here:
http://help.apple.com/ipad/mobile/interface/

Of course you can try it out in any other modern browser that supports user agent change.

User-Agent Switcher for Chrome

The User-Agent Switcher for Chrome is a navigator.userAgent and navigator.vendor spoofing extension. This allows Chrome users to access sites that intentionally or unintentionally serve incompatible content or block Chrome. Install the UserAgent extension for Chrome

1234»
  • Categories

    • Blog
    • Code
    • Design
    • Goodies
    • iPad
    • iPhone
    • News
    • Technology
    • Connect & Share

      Follow Us on FacebookFollow Us on GoogleFollow Us on LinkedInFollow Us on Twitter
      • Recent Tweets

        Follow @mobigeni

      • Front-end Developer.com
      • ScriptGeni Web Development
      • CSS Playground
      Copyright © 2012 MobiGeni.com. All Rights Reserved