Skip to main content

Home/ Coders/ Group items tagged Frameworks

Rss Feed Group items tagged

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

Spark View Engine | Html friendly. Less is more. - 0 views

  • Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks.
  • Replacing the default view engine in MVC w/ Spark
  •  
    Spark is a view engine for Asp.Net Mvc and Castle Project MonoRail frameworks. The idea is to allow the html to dominate the flow and the code to fit seamlessly.
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.
Traveller Spice

NET Framework 3.5 SP1 with Free Training. - 0 views

  •  
    NET Framework 3.5 SP1 with Free Training.
Joel Bennett

Apache Thrift - 2 views

  •  
    Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.
ybordiq

Best practices - robotlegs-framework - GitHub - 0 views

  • t is common to add event listeners in the onRegister method of the Mediator. At this phase of the Mediator’s lifecycle, it has been registered and its view component and other dependencies have been injected. The onRegister method must be overridden in concrete Mediator classes. Event listeners may be added in other methods as well, including event handler methods that are responding to both framework and view component events.
    • ybordiq
       
      note: this is only partially true: if any widget of the view is not included in the "normal" state of the view (cf use of states in flex + usage of "includeIn" component property), then it is null when the onRegister() is called => impossible to register an event listener to it via the eventMap (or any other way)=> we can listen to the view currentStateChange events and register event listeners at that moment, but this is somewhat ugly...(might be more a limitation of Flex than Robotleg, though...)
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.
Fabien Cadet

Ajax.org - The real-time collaborative application platform - 8 views

  •  
    « Ajax.org Platform is a pure javascript application framework for creating real-time collaborative applications that run in the browser. Ajax.org Platform radically changes the way you write applications. »
iwebservices7

Why Choose Dot Net for Enterprise Application Development in 2021? - 0 views

  •  
    Success belongs to disruptors who think beyond normal to develop unique ideas powered by technology and innovation. Thus, in modern times, businesses need to put innovation at the heart of their application, and therefore, they need solid technical partners to support and develop such applications. Current enterprise application options are a mix of a legacy system and new digital technology. However, businesses need enterprise application services that can serve the dual purpose of - covering all the business processes while providing speed and agility. Sharing clearly defined requirements and timely communication with your tech partner pave the way for successful enterprise application development. But most essential in all this is to choose the right technology for your application development. As per stats, 75% of all enterprise applications run on dot net framework. Thus, no wonder, with advanced technology, you need a reliable dot net web development company for the success of your application. There are significant reasons why most enterprise application development companies prefer Microsoft Dot Net. But before we dive into that, let's understand what an enterprise application is.
  •  
    With the constant change in operations of an enterprise, it is imperative to build an internal system that resists and adapts to all kinds of change. The future of Microsoft Dot Net is also not a secret. Surveys suggest that the framework is only seen to be growing in the near future. Therefore, it is essential to choose the right dot net web app development agency to build a robust enterprise application for your organization to change the chain of events drastically.
Itech Theme

cpocket1 - 0 views

  •  
    CPocket is a complete CryptoCurrency secured wallet. The system platform is developed with the Laravel framework and MySQL. Our system is 100% Secure and Dynamic.
  •  
    CPocket is a complete CryptoCurrency secured wallet. The system platform is developed with the Laravel framework and MySQL. Our system is 100% Secure and Dynamic.
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
iwebservices7

Why Should You Choose AngularJS for Web Application Development in 2021? - 1 views

  •  
    In a short period, AngularJS has established itself in the web development market. It has become a critical requirement for creating websites and apps for a variety of commercial domains. Angular web development is a powerful coding tool for creating one-of-a-kind commercial solutions. This platform focuses on developing end-to-end business solutions that meet company needs. AngularJS is one of the most popular technologies for creating high-end digital applications. AngularJS is a JavaScript framework for developing custom apps and providing Web Development Services. It streamlines the web development process making it easier for developers to rely on this relatively new technology.
  •  
    Angular JS is a structural framework for dynamic web apps. Angular JS do not need to depend on other third party apps and it uses the MVC architecture.
alfiethan

Web Application with Zend Development - 0 views

  •  
    If you are a developer working for a Web Development Company, it is most likely that you will be working on web application development. There are several options available for exploring the world of web development. The bravest of developers dive straight in and indulge in scripting the web application themselves.
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.
y cakephp

Signs of Intelligent CakePHP Programmer - Getting The Services Of An Appropriate Progra... - 0 views

  •  
    Experienced CakePHP developers have the ability to use these frameworks to their complete potential power in order to make the coding more convenient.
David Rietz

Hands On Lab: Introduction to WF4 - 1 views

  •  
    Welcome to Windows Workflow Foundation 4 (WF) Microsoft's programming model, engine and tools for quickly building workflow-enabled applications. This release of WF in .NET Framework 4 changes several development paradigms from previous versions. Workflows are now easier to create, execute, and maintain.
anonymous

CanJS - 10 views

  •  
    CanJS is an MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.
« First ‹ Previous 41 - 60 of 189 Next › Last »
Showing 20 items per page