Results for "Volume: 4_2005-2006"
It is project that tracks student current module performance, and the admin can add new course, batch, faculty, student, subject and the faculty can enter student marks, edit thier marks and can view all the reports regarding students
Shows the database's schema and the table's data
[UPDATED: April 02, 2000] One of the questions I get asked most is "Hey Evan, any idea on how I can make my own ICQ?". I have recently been spending a lot of my time building just such a thing in Visual Basic 6, so I thought I would share the knowledge I have attained. This is, to my knowledge, the first tutorial available on the web for making an instant messenger of this kind in VB6. I am not going to go into great detail on how to use the code here. Instead, go to this tutorial's webpage at http://pfh.uo2station.com/docs/vb6_makeicq.html ---- [June 12, 2001: Major update coming soon! Keep an eye on this page.]
This code will generate a HTML-code with a VbScript MsgBox, after setting a few things like Message title, icon or when the MsgBox should be invoked. Just execute this HTML file to generate a MsgBox (beginners) or look at the source to see the way I let had the MsgBox created by the form.
Takes an input string iof words and changes first letter of each word to a Capital letter
It's like a web-based visual interdev. It allows for server side editing/viewing of web pages and databases. You edit the settings file and you can view all pages and images under your web root. You can then view and edit (with proper permissions) any page on your site. This also includes an asp based upload which works for each directory you browse to. You can view columns in each table, view the data, requery...etc.
Simple way of going full-screen without using DirectX, if you know a better way please post it!
To teach other programmers on how to implement a Master/Detail Form in VB.Net just like in Microsoft Access.
View files and folders in a dir ... on web .It's a fully customizable code ... if you know XML + XSL
This code lets you decode your scripts. It comes in handy if you deleted the original file or wrote over it with the encoded version. Microsoft included a program to encode, but choose not to let us decode with a scrdec program. More details can be found on my site about this script including a live demonstration. Please leave comments here if you wish to inquire about it.
BarChart.ocx is a bar chart control for stock market/commodity markets, etc. Full source code. You can chart the open, high, low and close, the median and/or any other value you can think of.
I have always loved the HierMenus found at Web Reference but I wanted to be able to grab information from a database to fill the nodes. Well one weekend and a case of Mountain Dew later, a totally reusable HierMenu from DB to Menu system. There are some things you might notice: 1: Lack of More then useful comments. Reason: you will have to be familiar enough with Java, DHTML and ASP to be able to really understand this. 2: GetRows() was used so if you are going to have lots of null Parent Nodes you might what to consider using MoveFirst, MoveNext Methods. Reason: GetRows() is way faster. 3: HierMenus is a Product if you use it give credit were credit is due. I did not in any way create the HierMenus they were already made, all I did was find a way to provide Data from a DB to the menus. Please Vote For Me!
This code runs a FREE, fully functional intranet/internet database application complete with chat, message boards, email, contacts lists, project management, monthly planner with full administration capabilities on any standards-compliant browser including Opera, IE4+, and NN4+. This is my first ASP project. The current zip file has taken care of every problem I've heard about and includes an Access97 version of the database.
Play & experiment with CSS without having to read tons of references or using the notepad and refreshing n-times your example in a browser.
My second C++ program - a copy of the Mastermind (guess the colour peg) game. I think it is better than my first attempt - the challenging part was making the program logic cope with varying parameters i.e number of colours, pegs, allowing duplicates etc. As ever, if i had to start it over again i would probably do it alot differently but it was fun to do and achieved the required goal. For the Mouse Support to work in Console mode (in Win2K only i think) you have to make sure that in the console window properties you untick the QuickEdit and InsertMode check boxes. Lastely, i'm teaching myself C++ from websites and books (which is pretty hard going) so if anybody has a feedback from a technical point of view - either good or bad - i'd be really pleased to hear from you! Many thanks Pete Probably technically "poor" but it does
shows you how to create effective and good window
Easy Forums is a fully functional message board system, developed using MS Active server pages: Features: - Authenticated login to registered users and facility of registration of new users - Sorting the Message board threads on the basis of Date, Email, Name, Subject etc. by a single click - Allows users to post new messages and reply to old messages. Feel free to modify, distribute, use this code as you may please, and if you like it please VOTE FOR ME in the contest.
About Six Months ago, I put out a simple message board called an excercise in futility, which I dubbed futility 1. Since then I have written two more sophisticated boards, but the people I've heard from seem more interested in a simpler board that they can incorparate into their web sites and use as a part of larger packages they may be working on. Futility 1 was designed for that. The board itself was taken from a much larger application. Problem with the old board was that it ran into trouble running on certain types of servers, and the one thing that bugged me as a programmer was the fact that it would not offer feedback. You know, things like "Your message has been posted." In this new revamped version of Futility 1, I have fixed all of those problems and made the whole thing template driven so it is easier to customize. A live running demo can be found at http://dangerworlds.com/board/messages.asp Please note: For more features, please check out futility 3. I've noticed the Admin in that board is still a bit buggy, however the board itself is very stable and has many more features.
Updated 3/23/2001 11:17 PM !!!!!!!!!!!!!!!!!!!!! This code will allow you to build an input form "on the fly" from a database. Instead of creating and hard coding the same old input form you can automatically build your form based on column names or values in your database! Just added is another page that will submit your data to your database "on the fly", truely making the process of creating web based entry forms DYNAMIC!!!!!!!! Now whenever you have to alter your input forms you just have to change your SELECT statement, no more HTML!! Please vote for this code if you find it useful, and feel free to send me any questions you have regarding the code. Thank you.
for computing a condensed representation of a message or a data file.