Ordering System

Submitted by jkev on
In this system, you will be able to add products, upload product image, add user and make order transaction. I am using PayPal as a payment gateway. The main feature of this system is the shopping cart. You will also see which product has the highest and lowest quantity using a graph. Additionally, it has a nice user interface. To go to the Admin Page just Add “/admin” in your Url. Admin: Username

Chrome DevTools Training Course at Code School For Free

Submitted by navajocodetalker on
The world's largest search engine company, Google has already teamed up with the fastest-growing online programming site, Code School to produce a training course that covers the developer tools available in Chrome for developing and debugging web apps. The developer tools from Chrome are based on the WebKit inspector which gives developers deeper access into the internals of the browser and their

Viewing of Services + Tax Calculator

Submitted by Jigs on
This application is made using HTML, PHP, and a little bit on javascript. This simple application is capable only for viewing of records from the database and tax calculation. Note:The calculation of tax is based on an interview gathered on a specific place. The infos was given by a reliable source on that area. If there is wrong in the calculation feel free to comment and suggest. There is also

Delphi + Firebird

Submitted by Jigs on
This is my simple Delphi project using Firebird server and FlameRobin as a tool. It is a monitoring type of application that has the capabilities of adding, updating/modifying, deleting records, and generating reports. Hope this simple program will help you. Feel free to comment and suggest for better improvement.

Testing File System Object in Vbscript

Submitted by minthant on
'The code is as shown below Dim WshShell choice=InputBox("Filename","Type File Name") If choice="" Then Wscript.Quit End If choice2=InputBox("Foldername", "Type Folder Name to be created") If choice2="" Then Wscript.Quit End If foldername="C:\"& choice2 filename=foldername&"\" & choice & ".txt" Set WshShl=WScript.CreateObject("Wscript.Shell") WshShl.Run"cmd /c mkdir C:\" & choice2 Set Fso=WScript

9-Year-Old Girl Raised $21,000 for RPG Project

Submitted by navajocodetalker on
A 9-year-old girl, Mackenzie Wilson, got a collective support of a Kickstarter campaign that will help her fund her very own role-playing game creation. With the help of her mother, Susan Wilson, the Mackenzie turned to crowdfunding site to raise around $829, enough money to cover her entrance fee to the RPG STEM Camp, a program where kids learn necessary skills to build their own video games. The

Windows Offers $100 per Apps Incentives to Entice Developers

Submitted by navajocodetalker on
Microsoft Windows made a considerable effort to populate it's app store, by offering a $100 per app with a limit of up to $2,000 for apps published in the Windows and Windows Phone Stores before June 30, 2013. Windows noted that the offer is only limited to legal residents of the 50 US States, aged at least 18 years old and are U.S. registered Windows Store and/or Windows Phone Store Developer

Connect a System and Database into a LAN or Workgroup

Submitted by WTF.Flow on
Hello programmers and developers :) Is there anyone who knows how to connect the system to a LAN? Example: I have 15 units and I install all of this my system but the database is my problem. My questions is, is it possible to modify other users the records in one database in lan connectivity at the same time? How can I do this? My idea is I shared my folder which includes the system, into workgroup or LAN? And is possible input a records even the database is in read only mode? Free to leave a comments and suggestions Thanks