Skip to main content

Home/ Coders/ Group items tagged Native

Rss Feed Group items tagged

Joel Bennett

Windows Sensors And Location Platforms - MSDN Code Gallery - 0 views

  •  
    The Sensor and Location .NET Interop Library provides an abstraction of the native Sensor and Location API and strongly typed objects for specific sensors for its Sensor Data Report ... You can create strongly-typed custom sensor objects as well as use the three built-in sensors: Accelerometer3D sensors, Light sensors, and Touch Array sensors.
Joel Bennett

ScintillaNET - CodePlex - 0 views

  •  
    ScintillaNET is a .NET 2.0 wrapper around the Scintilla Native control. It provides a friendly .NET interface around the unwieldy Scintilla component ...
Fabien Cadet

PhoneGap : OpenSource framework for mobile development - 2 views

  • "AIR for the iPhone" because this nice little hack, first created at an iPhone BarCamp, wraps the Web view with a container. This container gives the view access to APIs available on the device, that may not be available yet via WebKit alone."
    • David Corking
       
      This quote sounds compelling
  •  
    I don't think this will get you past the iPhone app store, but it should make it easier for non-Cocoa coders who want access to the accelerometer, geolocation and other on board functions that aren't available to pure web apps.
  •  
    « 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. »
David Corking

torta - where is my disk space being used? - 0 views

shared by David Corking on 23 Jun 09 - Cached
  • it analyzes the file system directly and generates a Flash file that you can load locally or remotely on any Flash-supporting web browser. Torta uses Gordon, a library that provides flash generation functionality.
  •  
    A very nice graphical front-end for 'du', in Common Lisp. I have tried it - it is trivial to use with SBCL. Version 0.3 works very well on the native Linux filesystem of my laptop, and on its VFAT (Windows) filesystem, provided I mount it with iocharset
Joel Bennett

HTML5 Cross Browser Polyfills - GitHub - 9 views

  •  
    We're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality in browsers that don't natively support them.
Pooja Runija

Tools for automation testing for native mobile application | Blog - 0 views

  •  
    Today mobile and smartphones are part of our day to day life, we can't imagine life without these useful gadgets. Smartphone users are increasing globally with a rapid pace and that is why all businesses are focusing their services for mobile users. Many mobile platforms are available in the market with millions of mobile apps in their app stores.
Pooja Runija

PhoneGap App Development -An Overview - 0 views

  •  
    PhoneGap is also known as Apache Cordova is a technology that lets programmers build mobile application and then wrap it the PhoneGap Framework that can be installed as a native mobile app.
lucyll

How to convert iPhone Video to Premiere Pro? - YouTube - 0 views

  •  
    When you record video from iPhone camera it automatically record video in .MOV format. Although Adobe claims that Premiere Pro CS5 and above (Premiere CS6, CC) offer native support for MOV format, sometimes you will still find it a painful experience to import iPhone videos to Adobe Premiere Pro for editing: file format not supported, importing audio only, long time rendering... This tutorial will give you a quick fix.
iwebservices7

Progressive Web App Development Company - iWebServices - 0 views

  •  
    PWA (or a Progressive Web Application) is an app displayed as a website within your browser, It's not something that you have to download and install from Google Play or the App Store. A Progressive Web App is based on the idea that the Internet, with the mass adoption of HTML 5 and similar web development languages, has evolved and moved forward. It has matured to a point where PWAs are capable of providing similar functionality with a seamless user interface which is found in the best traditional native apps via a direct mobile experience. iWebServices is a top-rated Progressive Web App Development Company that offers PWA development services across the globe.
juanmark

React Native vs Flutter vs Ionic. Which Cross Platform Framework Do You Prefer? - 2 views

If you learn more so let's visit here! https://todayposted.com/react-native-vs-flutter-vs-ionic-which-framework-do-you-prefer/

reactnative flutter. ionic. framework

started by juanmark on 13 May 22 no follow-up yet
htmlslicemate.com

A Guide to the New HTML5 Form Input Types - 0 views

  •  
    There's a plethora of new HTML5 form input types (13 new ones to be exact) that make creating engaging and easy-to-use web forms much easier for web designers. The new HTML5 input types give us data validation, date picker controls, color picker controls, inline help text, and more in the web browsers that support them. Advantage of HTML5 Form Input Types The benefits of these new input types are tremendous for web designers. First, the new input types reduce our reliance on client-side- and server-side-scripting for validating common data types like dates, email addresses, and URLs. For mobile UI developers: You know that creating cross-platform web forms using HTML4 standards is a pain. Using HTML5 form input types could make things easier. For instance, a form written with HTML5 can utilize the mobile device's native specialized keyboards depending on what the target input type is. Here's an example of using HTML4 input types (on the left) for entering dates in a web form versus using the HTML5 date input type (on the right):
roberthayes222

AppWarp - Multiplayer Gaming on the Cloud : now with websocket power! | App42 PaaS Back... - 0 views

  • We are excited to introduce our javascript SDK for AppWarp. This will allow developers to quickly build engaging real-time multiplayer HTML5 games and apps. Our javascript SDK uses websocket technology for fast asynchronous communication with other clients through the cloud. This is better as it does away with the inconvenient AJAX polling paradigm and doesn’t require any browser plugin to be installed. Read more benefits about websockets here. In a nutshell, it means your network communication layer is lightweight and fast. Since AppWarp server supports connections from android, ios, wp7, j2me and now websockets – communication is truly cross-platform. This means users playing the browser flavor of your game can interact in real-time even with users who are on the corresponding native flavors. Currently the Javascript SDK supports Firefox and Chrome browsers. We will soon add support for the to be released IE 10 browser.
  •  
    We are excited to introduce our javascript SDK for AppWarp. This will allow developers to quickly build engaging real-time multiplayer HTML5 games and apps. Our javascript SDK uses websocket technology for fast asynchronous communication with other clients through the cloud. This is better as it does away with the inconvenient AJAX polling paradigm and doesn't require any browser plugin to be installed. Read more benefits about websockets here. In a nutshell, it means your network communication layer is lightweight and fast.
Joel Bennett

Using C++ Interop (Implicit PInvoke) - 0 views

  • C++ Interop is recommended over explicit PInvoke because it provides better type safety, is typically less tedious to implement, is more forgiving if the unmanaged API is modified, and makes performance enhancements possible that are not possible with explicit PInvoke.
  • C++ Interop allows COM components to be accessed at will and does not require separate interop assemblies
  •  
    Because it is the language of the native APIs, Visual C++ has a special status on Windows which makes it  the best language for interacting with the platform APIs -- whether those are pure C++ APIs or COM components. This is partly due to the fact that unlike other .NET languages, Visual C++ allows managed and unmanaged code to exist in the same application and even in the same file ... allowing integration with existing apps and platform APIs that is just not possible in other .NET languages.
Joel Bennett

Managed, Native, and COM Interop Team - CodePlex - 0 views

  •  
    P/Invoke Interop Assistant
Joel Bennett

Best of Joomla - FireBoard - 0 views

  •  
    Fireboard is a Joomla-native forum that looks excellent
Rick Fan

Updating extensions for Firefox 3.1 - MDC - 0 views

  • The textbox type timed is deprecated; instead, you should use search.
  • The JSON.jsm JavaScript module was dropped in Firefox 3.1 in favor of native JSON object support
  • if (typeof(JSON) == "undefined") {    Components.utils.import("resource://gre/modules/JSON.jsm");    JSON.parse = JSON.fromString;    JSON.stringify = JSON.toString;  }  
‹ Previous 21 - 40 of 54 Next ›
Showing 20 items per page