Results for "Volume: Java_Volume1"
Want to display line- or areagraphs on your webpage, but don't feel like spending any money on buying a charting component or don't the time to develop one yourself? Then you should have a look at TableGraph. It will draw your graphs in an instant using nothing but plain old HTML-tables combined with JavaScript. But don't let that fool you. TableGraph is fast, HIGHLY customizable, and since its made entirely with JavaScript, you won't have to install or download any components to display the graphs. Another plus is that since all processing is done on the client-side, displaying graphs won't cause any extra strain to your web-server! Please note that this is NOT just another simple bar-chart script!
This is my first REAL javascript. This... hopefully... will be put to good use. Though This is very simple and there are more than likely other people who have submited thisBear With me i'm a begginer!! I hope you like it. Questions or Comments? Email them to me I hope you Like this
see the screenshot. it does to much to write here.
This code is a sample of proxy server purely written in .NET(C#).It's Multi-Threaded and smart enough to accept internet connections from any client in the LAN and the speed is good. So please vote.
This is a nice example which shows you how to create a translucent window under Windows 9X/ME. Windows 2000/XP has an own function for this. Windows 98 AlphaBlending functions, but Windows 95 has nothing, so I decided to use a external function for AlphaBlending (win9x) and I used for Windows2000 the SetLayeredWindowAttributes function. The functions in gdiu.cpp were written by Graus an other programmer who works for a Programmer's Journal. To use the code in your own applications copy the files win9Xtranslucent.cpp, win9Xtranslucent.h, win2000translucent.cpp, win2000translucent.h into your project and look at translucent.cpp, win9Xtranslucent.h, win2000translucent.h how to use the functions. IMPORTANT: The code is not perfect! So it can be optimized. If you want to optimize the code do it like you think it's good for your project :-) For best optimitation the code must be rewritten into DirectX code. HOW DOES IT WORK: When the application starts a copy of the desktop will be made (WM_CREATE). On the first WM_PAINT message a copy of the window will be made. The WM_PAINT message is the message where the most work is. First we calculate the size and position of the window, then we check the intersection between the backuped size, position and the new size, position. If there is a intersection we copy a section from our background backup bitmap into the new background bitmap to hide the old window. Then we copy the new position, size to the backup position, size. Now we create 2 bitmaps: the first is a copy of the window rectangle from the screen (without the window), the second is a copy of the window. This 2 bitmaps are the arguments of the AlphaBlendU function which will create a new bitmap. This bitmap will be drawn on the screen. And at last we create a new copy of the screen. The old copy is the background backup bitmap. On WM_WINDOWPOSCHANGED message we POST a WM_PAINT message to our window for updating. NEW: In this version the size of the window can be changed! _____________________________ Please vote it :-) Sorry for my bad english.
its the simple x-o game or tic-tac-to built on javascript using some terms of artificial intelegent to let the computer play aginst u , i put a small case that the program didnt cover to let u learn how to cover this point.
To save an Embedded Resource and save to file. This will take any embedded resource and save it to any filename you want.
An image editing program that currently supports Windows Bitmaps, PCX files, and my own attempt at image compression, the HCI. It has editing functions such as resizing/scaling with or without bilinear filtering, and a double size scanline feature; Rotation by any angle; Fitting the image to a wave or the surface of a sphere; and smooth filtering (to name a few). This is a work in progress so some features are still incomplete and buggy. Someday I'll get around to writing a help file but that will have to wait untill I'm not so lazy.
This is a minor update to Niklas Uhlin fantastic work to add support for bar charts and make the code a bit more modular. This is a generic charting/graphing script that is quite flexible and useful for many types of apps.
Some web sites like tobacco industry require by federal law that you check the age of every visitor; this JavaScript code will ask your date of birth and then check to see if Are old enough to see the site. This my look s t u p i d but that what the feral law requires. This will create a cookie that will check on very page of the site if you have checked your age. I have collected lines of codes from many places to put this together and I thank every one for their code. This is intended for training purpose only.
Sends the output of form fields to a confirmation page, where you can re-edit the form details, or submit the form to any email address of your choice.
Opens an explorer window with no frame, header, title, address, scrollbars, Nothing, Ideal for popup windows, or useful for a navigation control. For browsers that do not support this it opens a popup window as limited as allowed by the brower. Please vote for this code if you like and use it. Please Note: this code can only be used by direct permission of the author, or Webelectrix. This code is only allowed to be used in it's original format, and is only licensed for free use, for a full license contact Webelectrix.
A Java application which simulate around 95% similar of an ordinary normal calculator. Done it as an Java programming assignment for my coursework...
All fields in the selected table are processed and the AllowZeroLength property of the fields are set to either True or False, depending on the Status given as the finaal parameter The function returns a boolean value that can be used by the user to determin other operations.
Encrypts and Decrypts a string easily
This tutorial begins with basic HTML showing how to set data on a Modal Dialog and return that data to the original page using Javascript. There are a few tricks which will be illustrated that you'll have to use if you want to get the same functionality with ASP.NET pages. I've seen similar tutorials and samples on the web. Some claim to have modal dialogs but still allow clicking on the main window. Most don't show how to return multiple values from the dialog. Included in the .zip file is a web page called Instructions.htm which (you guessed it) includes tutorial instructions. The HTML source is in the HTML directory and the ASP.NET (C#) Project is in the DialogAspx directory. I have only tested on Internet Explorer 6.0 but I believe it will also work on IE 5.0. Please rate and post comments. Enjoy!
A client/server chat applet designed for intranet users who want to chat
Upon completing this article you will be well versed in behavior modeling. This skill will help you code better applications and prevent race conditions in your code. Good behavior modeling will also help you to master UML (Unified Modeling Language)
A simple 2D particle engine, not meant to simulate a star field, but just manipulate some particles using nested classes, and inheritance. Utilizing MasterLibrary2
I provide an easy to create the non-rectangle form with usercontrol. We may use the control to design a non-rectange form or a desktop animation easily.