XY Grapher

Submitted by SoulPour777 on
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author SoulPour */ import java.lang.Math; import java.util.Random; import javax.swing.*; public class XY_Grapher extends javax.swing.JFrame { /** * Creates new form XY_Grapher */ public XY_Grapher() { initComponents(); } /** * This method is called from within the constructor to initialize the

Breaking Down Amazon's Mega Dropdown Secret Revealed

Submitted by navajocodetalker on
Ben Kamens, the lead developer of Khan Acadamy and has been part of Fog Creek revealed one of Amazon's best kept-secret, the mega dropdown. According to Ben, the hover effects in Amazon's "Shop by Department" mega dropdown are super fast. The submenu files launch quickly as your mouse moves down the list. Most dropdown menus have to include a bit of delay when activating submenus. He compared the

Google Reader Will Retire on July 1, 2013

Submitted by navajocodetalker on
One of the most popular Google product, the Google Reader will meet it's inevitable end this coming July 1, 2013 as Google announced that the RSS service will be no longer available after the above mentioned date. Google Reader is a web-based program that let people subscribe to news feeds from their favorite sites. It has a huge following not only for bloggers but also, for some of the world's

Online Class Record And Grade Inquiry System Using PHP/MySQL

Submitted by graxa on
The title of this system is online class record and grade inquiry system, programmed using PHP/MySQL and AJAX. I uploaded this code, to help my fellow programmer who found difficulties in creating their own online class record and grade inquiry system. The feature of this system are the following: - secure log in system using PHP - submit multiple grade in one process - calculate grades

Microsoft Kinect Code Not Open Source Just Provide Samples

Submitted by navajocodetalker on
Contrary to the recent news posted by BBC with the headline "Microsoft shares source code for Kinect gadget," this isn't the case, Microsoft has open sourced SOME samples that use the Kinect, not open sourcing all the codes. According to the news item, "Before now anyone wanting to use the Kinect had to work via an official software toolkit that hid the underlying code." There's a little bit of

Solution to IErrorInfo.GetDescription failed with E_FAIL(0x80004005) Error

Submitted by admin on
If you encounter this error while running your application using either VB.NET or C#, this is most likely a problem with a reserved word in MS Access database. As you can see in the screenshot below, I have two reserve words used in my query. That is "name" and "section" field. If you have noticed, the "section" field is not enclosed with a bracket, ending up throwing an "IErrorInfo.GetDescription

Online Tax Mapping Using PHP/MySQL

Submitted by lea on
This is a tax mapping system programmed using PHP/MySQL. I write this code to help other programmer who found difficulty on creating their own tax mapping system. The feature of this system are the following: - secure login - image map using area tag - popup map details - add/manage land owners details - live search for landowner details - auto calculated tax per parcel of land If you want to view