Results for "Volume: 7_2009-2012"
Sort table data using javascript.
What is it that GPS applications need to be good enough for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS application that works with a majority of GPS devices in the industry today.
Sample application/*.sln for beginners and intermediates using OLEDb. Other controls used are ListView, ListBox, and MenuItems. Also uses ArrayList as a collection holder for the entries in the DB. Comes with *.mdb file. Pretty good beginning point for OOD. Complete with Update/Delete/Add/Refresh SQL Commands.
This code is more to how you can combine higher-end graphics with Adobe Illustrator, SVG, and Javascript to create animations. You will need an SVG Viewer to view the file in your browser (go to www.adobe.com/svg to download).
Black Jack Game Win32 console application, read the code it is well documented. Special thanks to Joe Spencer who encouraged us to submit work to this site.
[Updated version can be found at http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=3230&lngWId=10]Complete DirectX9 game with 3D menu, 3D About presentation, intro movie, and map editor. Game features: control your 3D walking, animated character in 3rd person mode; click on a tile and he will go there (can find his way through the maze); DX-drawn message boxes, menus and buttons; 3D compass; falling snow; 6 camera modes; sky background (skybox). DirectX features: textures; lights (ambient and point); fog; 2D/3D alphablending (opacity from 0 to 255); raytracing (detect 3D objects at mouse point); mesh from X file; 3D text; simple spheremapping; multi-viewport projection; particle system; 2D sprites; windowed and fullscreen; reenter fullscreen mode after being minimized; resolution changeable during game(no need to restart); movie playback Well commented, and with documentation. – Arvin Meralpis
This is your tool for creating a complete set of META tags. It's fast, fun, and an easy way to create all kinds of META tags, not just basic ones such as the keyword and description META tag.
Example of how to stream data behind a "facade" file. Stream 1M behind a 1K text file, and explorer/DIR still shows the file to be 1K. According to "Hacking Exposed 2ED" there is only one application that can find these streams.
This is a simple, yet very useful One Line code, that will open your (the user) Default Web Browser, and send you to a user specified URL.
Demonstrates how you can draw OpenGL to a window that you created in a dialog box with the resource editor, without having to manually use CreateWindow
This is a neat little Sub that will Cause a Pause or "Time Out" in your program.
Create text graphics on the fly using GDI+. Supports any TrueType font and allows multiple style options. See comments for usage. Please vote or post questions.
This will Center your form on your screen. It will also higher it a tiny bit, so it looks centered above the TaskBar.
You can select a different music through a combo box. This page can be embed into a ifram tag to prensent a optional music function on your page. The code is very very simple. I alse attached several mid files for demonstration.
The Control Will Take an Image And Scroll it Across It's Parents Background. There Are 8 Directions To Choose From, And All The BitBlt Styles Are Availiable. This Control Has Only Been Tested In VB6. It May Need Minor Modifications To Work On VB5, If This Is The Case Please Notify Others in the feedback section.
Hi there Im still learning PHP/MySQL Programming I find it easy and wonderful feeling to write a code even a very simple one just like this I called it Simple Payroll System Version 1. If you have some questions about my work please send me an email at jakerpomperada@yahoo.com. People here in the Philippines can reach me in my mobile phone number 09296768375 and my telephone number at home +63 (034) 4335081. I am also accepting programming jobs like assignments, projects and thesis in a very reasonable and affordable price. Thank you very much and God Bless. Regards, Mr. Jake Rodriguez Pomperada, MAED - Instructional Technology Programmer, Teacher and Computer Technician
Easy! without API. Only a few lines of code.You can scroll your Status bar panel's text and You can modify suit to you.I hope you enjoy & your correctons,comments,Ideas are very gratefully. G.B.R.Nilantha Athurupana. Wattarama,Imbulgasdeniya,Sri Lanka.(94-03744479, E-Mail: crysbro@cga.lk)
This code show you a simple cashier application, which include user login, add to datagrid and manipulate it, OleDbDataAdapter, DataSet, OleDbDataReader and insert to Access with OleDbCommand
Here you have a number of sorting and searching algorithms. They include Sorting and Searching -------------------------------------------------- Selection Sort a57q1.cpp - Selection Sort - 10 Names and their Corresonding telephone numbers - decending order - oop a57q1.dat - text file containing the 10 Names and their Corresonding telephone numbers -------------------------------------------------- Selection Sort a57q4.cpp - Selection Sort - 10 characters - decending order - oop a57q4.dat - text file containing the 10 characters -------------------------------------------------- Insertion Sort a57q2.cpp - Insertion Sort - 10 Names and their Corresonding telephone numbers - decending order - oop a57q2.dat - text file containing the 10 Names and their Corresonding telephone numbers -------------------------------------------------- Merge Sort a57q2.cpp - Merge Sort - 10 letter - decending order - oop q3writebin.cpp - The program uses binary files not your regular text file. This program makes a binary file out of a standard text file. names.txt - text file containing 10 letters which must be converted to a binary file to use with a57q2.cpp temp1.dat - left file temp2.dat - right file -------------------------------------------------- Linear Search a57q5.cpp - Linear Search - 10 Names and their Corresonding telephone numbers - Unsorted List - oop - uses binary files namequ5.txt - text file containing the 10 Names and their Corresonding telephone numbers q5writebin.cpp - convert standard text files into binary files (you must convert namequ5 to a binary file to make it acceptable to use with a57q5.cpp -------------------------------------------------- Binary Search a57q6.cpp - Binary search - 10 Names and their Corresonding telephone numbers (uses selection sort to sort the list) - decending order - oop a57q6.dat - text file containing the 10 Names and their Corresonding telephone numbers -------------------------------------------------- Bubble Sort a57h3g2.cpp - Bubble Sort - Sorts a binary file using a Random Access External Sort. Uses the BUBBLE SORT algorithm (a simplified version of the SHELL SORT algorithm) to swap records in the file - sorts id, name, float amount by id - acending order - oop a57h3g4.dat - the binary file. You can not edit this like a regular text file. They need to be made using a ascii to binary file convertor like q5writebin.cpp. -------------------------------------------------- Merge Sort a57h3g2.cpp - Merge Sort - same as above except with merge sort algorithm binary.dat file not included -------------------------------------------------- Ouick Sort a57h3g3.cpp - Receives a file input of 10 numbers and then displays them in sorted order after using the QUICK SORT algorithm - oop
This tutorial I cover how to test a PHP site locally on your home system easily. No need to use IIS and install MySQL database, phpMyAdmin, Apache, separately this tutorial shows you software packages (LAMP) to do all of this in one install and have a local server running in less than 10 minutes!