Skip to main content

Home/ Coders/ Group items tagged open source frameworks

Rss Feed Group items tagged

Biztech Consultancy

Cakephp or CodeIgniter: Which one to choose? - 0 views

  •  
    Posted by admin in Cakephp on 27, Jan 2014 Open source frameworks have been a blessing for the web development world. There are various open source PhP based frameworks available. But a question arises - which one to go for? One should not select a framework simply because it is the best.
anonymous

PureMVC - 1 views

  •  
    PureMVC is a lightweight framework for creating applications based upon the classic Model, View and Controller concept. Based upon proven design patterns, this free, open source framework which was originally implemented in the ActionScript 3 language for use with Adobe Flex, Flash and AIR, is now being ported to all major development platforms.
ASLI BUGAKAPTAN INCE

Logikit::Framework - 0 views

  •  
    Logikit::Framework (LF for short) is an application development framework for PHP 5. The idea is to let people code much faster by providing a solid and easy-to-use substructure for common tasks. LF deals with most of the time-consuming everyday issues and lets you focus on the logic of your code.
Pooja Runija

Why small business owners choose phonegap for mobile app development? - 0 views

  •  
    PhoneGap is a mobile app development framework that is based upon the open source Apache Cordova project. By using Phonegap, developers can develop native mobile applications for any mobile devices by using CSS, Java Script and HTML without losing the features of a native app. PhoneGap Build offers cloud based service that is built on top of the PhoneGap framework.
Joel Bennett

Open Source AJAX/Silverlight Framework for Web Applications - Visual WebGui - 0 views

  •  
    Visual WebGui is another 'Web like Desktop' platform that offers an open source framework to develop applications that work in *both* DHTML/AJAX and Silverlight
Joel Bennett

Open source .NET and Mono web services framework - 10 views

  •  
    ServiceStack is a high-performance Open source .NET REST web services framework that simplifies the development of XML, JSON and SOAP Web Services.
Joel Bennett

Home :: Castle Project - 0 views

  •  
    Castle is an open source project for .net which includes a MVS framework, a data-mapping framework for NHibernate, and an Aspect Oriented Programming framework (Aspect#)
  •  
    Visit News www.killdo.de.gg. How to make the 1000 visitor from PR9 backlinks. Buy cheap service www.fiverr.com/radjaseotea/making-best-super-backlink-143445
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.
suniljoshi19

Angular Cheat Sheet | Angular Lifecycle Hooks & More - 0 views

  •  
    Angular is a TypeScript based open-source web application framework used in building both web and mobile based applications. In this article, we will go through some of the angular features by explaining some of its core API. You can follow this angular cheat sheet to build your project. We have tried to cover Angular CLI, Angular Lifecycle Hooks, Angular Routing and much more here.
y cakephp

CakePHP Website Development-A Landmark in PHP Development! - 0 views

  •  
    CakePHP is basically an open-source framework that makes web development actually a piece of cake in true sense. CakePHP was launched back in 2005 and its development has gained wide acceptance.
Joel Bennett

Introduction to Model Driven Development with Sculpture - CodeProject - 0 views

  •  
    Sculpture is a .NET open source Model-Driven Development code generation framework... can model your application components, and then transform this model to deployable components ... comes with ready-made molds like NHibernate, LINQ, WCF, etc
anonymous

Pinax - 1 views

  •  
    Pinax is an open-source collection of integrated, but reusable apps for the Django Web Framework. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different.
Joel Bennett

reactable software - 0 views

  •  
    reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers attached onto physical objects, as well as for multi-touch finger tracking.
Joel Bennett

re:motion - 0 views

  •  
    An Open Source development framework ... with mixins.
Fabien Cadet

Hadoop! : Apache distributed computing ecosystem - 4 views

  •  
    « The Apache™ Hadoop™ project develops open-source software for reliable, scalable, distributed computing. The Hadoop software library is a framework that allows for the distributed processing of large data sets across clusters of computers using a simple programming model. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage. Rather than rely on hardware to deliver high-avaiability, the library itself is designed to detect and handle failures at the application layer, so delivering a highly-availabile service on top of a cluster of computers, each of which may be prone to failures. »
Joel Bennett

TimeTag PowerShell time series database - 1 views

  •  
    "TimeTag is an open source time series database for Windows PowerShell and the .NET framework. A time series database is useful for capturing and compressing time series data into a fixed size container."
Fabien Cadet

2017: 17 Most Helpful Node.JS Open Source Projects According to Experts | Netguru Blog ... - 34 views

  •  
    If you are looking for App Development Services Alberta,then check out AppStudio. AppStudio is a full service App Development Company Alberta, Canada, specializing in innovative products for startups and industry leaders. Visit - https://www.appstudio.ca/app-development-company-in-alberta.html
  • ...3 more comments...
  •  
    Amazing Info! If you learn more about https://mmcgbl.com/node-js-development-company/ so let's discuss!
  •  
    if you want to create your own mobile application that differentiates itself from the competition and supports the expansion of your business. https://www.exatosoftware.com/blog/top-mobile-app-development-frameworks-in-2022/
  •  
    If you're looking for a mobile app developers, we assist through consultations and discussions to discover what you need to suit your needs. https://team4solution.com/services/mobile-app-development-company
  •  
    Very Informative information 17 Most Helpful Node.JS Open Source Projects According to Experts. Thanks for Sharing..
  •  
    Untold Perks of Hiring A Native Mobile App Development Company Modern technologies have fundamentally reimagined the entire universe. These days, mobile phones are utilized for more than just calling and texting; they also serve other purposes. The accessibility of cheap web connections has additionally worked on the convenience of different mobile smartphone applications. Peruse this blog to familiarize yourself with the advantages of employing a versatile application development business. Project managers, developers, and designers can greatly facilitate mobile app development. Hiring a native mobile app development company has some benefits, and here is an explanation. Examine everything thoroughly to determine which option is best for your company. Read More https://applify19.wixsite.com/applify/post/untold-perks-of-hiring-a-native-mobile-app-development-company https://www.applify.co/uk/on-demand-development
objectivist ursilly

Rhomobile | Cross-Platform Mobile App Development - 1 views

  •  
    Rhomobile's open source Ruby-based mobile application framework Rhodes lets you quickly build on-device interfaces to enterprise applications for all major smartphones. These are true native device applications: they work against synced local data and take advantage of device capabilities such as GPS and PIM access.
prashant35

New Features Of .NET Core MVC -.NET Core wiki - 0 views

  •  
    New Features Of .NET Core MVC -.NET Core wiki .NET Core wiki Introduction to .NET Core Here I going to tell you about ASP.NET Core , ASP.NET Core 1.x & 2.x is a cross-platform, high-performance, open-source framework for building modern, cloud-based,Internet-connected applications. Use of ASP.NET Core Build web apps and services, IoT apps, and mobile backends. It has works on development tools Windows, macOS, and Linux. It can be deployed to the cloud or on-premises. It Runs on .NET Core or .NET Framework.
Christina Mulligan

The People's Programmable Robot - 0 views

  •  
    Open-source Poppy Project robot and Python framework is making robotic production cheap and accessible to all
1 - 20 of 25 Next ›
Showing 20 items per page