CodeIgniter Wizard is a PHP developer utility / rapid application development (RAD) tool which helps quickly generate an advanced starting point for MySQL database-driven web applications with administrative interfaces. By having CodeIgniter Wizard generate common boilerplate code for database-driven CRUD operations with both front-end and back-end components with a simple, intuitive, GUI-based Mac app, you can save weeks, even months from your routine coding time.
Business Intelligence
Business Intelligence (BI) refers to various skills, technologies and practices that are used to support business decision making, therefore also called as decision support system. According to the leading research firm, Gartner that open-source BI tools production deployments will grow five-fold through 2012. The research firm also added that the open-source BI tool deployment is…
Using Objective-C, Foundation Framework
(April 6, 2009) Alan Cannistraro provides an overview of object oriented programming, the objective-C programming language, and common foundation classes. Stanford University: www.stanford.edu Stanford School of Engineering: soe.stanford.edu Stanford University Channel on YouTube
Asymmetric Cryptography in Java
Security plays a significant role in our day to day life. So far software applications are concerned, security of data is required for authentication and for several validations. Normally while developing the applications, we use the concept of cryptography for password encryption and decryption. Some applications require more security, so they go for high end…
PL/SQL Best Practices with Steven Feuerstein
Renowned Oracle PL/SQL expert, Steven Feuerstein, presents “PL/SQL Best Practices” — offering high-level principles to guide our work.
NSTableView with Core Data Tutorial using NSFetchedResultsController
In this tutorial, I will walk you through using an NSTableView with Core Data in a macOS application. We will use NSFetchedResultsController to manage the data and perform the necessary updates. This tutorial assumes you have some familiarity with Swift, Xcode and Cocoa (macOS) development using storyboards. Create a new macOS project in Xcode: Open…
Installing Oracle Database 10g Express Edition and Changing the Default HTTP Port
In this article I will write about installing the Oracle Database 10g XE on Windows and changing the default port number for HTTP and optionally for FTP. The installer does not provide any customization option and you end up with the DB server instantly up and running reserving the port 1521 (a default for Oracle…
Xcode Tutorial 2 – Putting iAd into your App (The Apple Approved Way)
This is the Apple Approved Way on how to put iAd into your app. Source Code: www.megaupload.com
Cocoa Programming: A Quick-Start Guide for Developers
ISBN13: 9781934356302 Condition: New Notes: BUY WITH CONFIDENCE, Over one million books sold! 98% Positive feedback. Compare our books, prices and service to the competition. 100% Satisfaction Guaranteed Description Cocoa Programming: A Quick-Start Guide for Developers shows you how to get productive with Cocoa-fast! We won’t walk you through every class and method in the…
X-Code programming tutorial#4 – part 2/3: UITableView and UINavigationController
In this tutorial, you’ll learn how to create apps with UITableView, and how to use navigation controllers.
How to Create a Java EE 6 Application with JSF 2, EJB 3.1, JPA, and NetBeans IDE 6.8
There are many articles and tutorials out there that discuss how to use the individual technologies in Java EE 6, e.g., JSF 2, EJB 3.1, JPA, etc, to develop an application, but I haven’t seen one that puts together the said technologies and showcases them in one tutorial with an end-to-end demonstration. As such, I…
Connect Access / OOBase to MySQL Using ODBC Part 1 of 2
This video demonstrates how to install and configure the MySQL ODBC driver on a Windows-based PC and then use it to connect either Microsoft Access or Open Office Base to a MySQL database. Part 1 of 2.
Quest Software – Database Development Best Practices Workflow
www.ToadWorld.com – In this episode of the Quest on the Board whiteboard series, Quest Manager of Systems Consulting Amit Parikh describes how development teams can meet the objectives of productivity and collaboration through a best practices workflow that builds quality, performance and maintainbility into their code.
Lesson 5 – Part 2 – Visual Basic – Casting, Data Conversions, Wage Calculator App
techtips.timlaytonllc.com – Lesson 5 – Learning Visual Basic has two parts. This is part 2 of the lesson. Tim Layton continues building on his Learning Visual Basic From the Ground Up Series by showing you how to deal with implicit casting, perform data conversions, write If statements to handle data validation and more. For the…