Results for "Volume: 4_2005-2006"
Polling system by using text files to store poll related info
Javascript with ASP, this function is a example, how you can mix javascript and asp. The clue is it is clientside! In example a clientside calculator and need not to post anthing to the display.
Have you ever wanted to edit your Microsoft Access database quickly, but had to mess for ages with SQL queries? And of course, you always got errors so it usually takes about an hour to actually get the work done. With aspAccessEditor this is no longer an issue as it just takes a few clicks, and you're done. Also, you can quickly view all the records in your database, neatly paged so it doesn't take lightyears to load all the records.
I included 2 versions, C#.NET and VB.NET. I think this is the fastest method I used in adding, editing, deleting and searching records. I used dataset before I save it in the database. I hope you find it useful. btw, I didn't add too much error handling in my codes because i'm busy right now looking for jobs. sorry guys. Honestly, I'm just going to use this in my exams.
Places images in the menu
TOTAL DATABASE APP. add/delete/update/edit/SEARCH everything you expect from a good database address book/donation records/ and REPORT of donation a user has made over a certain time
I have seen all of these really complex GetKeyAscii functions out there. Well check this out.
Round to X Decimal places with one line of code!
It replies the Ascii Code and the vbKEyCode of any Key by pressing. I had to make it at work to test somthing. It's really very simple. But perhaps you can use it...
With GPS you can simply change the content of your homepage dynamically, without any technical knowledge. No FTP, no upload! Use the webbased controlpanel to manage everything: Posting, editing, deleting, validating, messenging, scaling and more. The newest version of GPS makes editing even easier! You can use a Word-like Webapplication to write your postings, with different fonts, colors, formatting and more. You write like you used to do in Word and GPS converts that into HTML and publishes it on your website! GPS has multiuser support. Set accessrights for each admin, coordinate the homepage with more admins using the messenging system. Also GPS is tracking every visitor who visits your GPS powered page, it retrieves IP, platform, resolution, browser and time of visit. Since 1.3 you can create multiple sites with different settings. If you are using GPS for the first time, login with the login: Admin , password: Admin and then change the password for your account. Download the newest versions and fixes on www.aspiration.de.vu or www.guox.tk
This program uses a set of routines that convert any number to its fractional equivalent in least common denominator (LCD) form. For example: 1.80 is returns as 1 and 4/5. The routine returns the result in 'english' and as individual pieces (ex: 1,4,5 for the previous example) so you can tailor it to your needs. Also handles negative numbers, numbers with more than 2 decimal places, and decimal numbers with or without a whole number (i.e. 4.5 or 4 or .5 or all accepted and handled).
This code is do recordset paging with images instead of buttons.The images will be swapped based on the position of the current page.I have also provided a facility to "GO" to any page by entering the page number in the "GO" TEXTBOX.
THIS CODE WILL CONVERT A RECORDSET INTO A CLIENT SIDE ARRAY AND THIS ARRAY CAN BE SORTED AS PER ANY FIELD IN THE TABLE.SINCE THE PROCESSING IS DONE ON THE CLIENT SIDE ITSELF PERFORMANCE IS MUCH BETTER.CLICKING ON THE HYPERLINKED TABLE COLUMN HEADERS WILL CSORT THE RECORDS AS PER THAT COLUMN.
Tired of logging in all the time? Here is a simple solution to making an annonmyous login on a forum, message/bulletin board. I created an annoymous profile and display it first, so that the users can post "on the go" or just without the hastle of another profile. This is in reference to Chris Andersen's submission "simple message board". I just thought the feature would be attractive.
I searched around here for a LONG time to find out how to scroll Bitmaps. With my code, You can do just that with Direct X... This can be used in creating games like... Civilization, Since it randomly generates a map from a tileset. You can use the Keypad (up,down,left,right) to move the map. Try this out, and if you like it, Vote HIGH.
This is a collection of all my encryption related routines
Display real Office like icon menus. Source code based on Paul DiLascia's work from the Microsoft System Journal (Jan98); ported from VC++ to VB by me + some adaptation. visit www.dilascia.com **Features: Real Office like icon menus; Partial Win98 main menu effect in Win95 (need help for full effect if possible); Embossed pictures in color (thanks Paul); Uses the form's font (~and style attributes); Working "local" and "global" accelerators (&, Ctrl+?); Easy interfacing between ImageList and VB's Menu Editor; Take a look at the screen shot !
Are you fed up with the fact that you can only display one line in vb tooltips. This class allows multiple line tooltips. It also allows you to specify the Maximum Width of the tooltip, the delay until it appears, the length of time it is visible and whether the tooltip is centered below the control. I have added support for setting the font that is used as well.
This is a very basic ASP Shoutbox. Users are allowed to post small messages that get recorded into a database. Simple admin site using sessions allows you to delete certain posts. This is just a simple version additional features are up to you to create.
My first piece of code that I have submitted to Planet Source Code, this application shows the workings of a small dynamic site for beginners of ASP/Access database. It is compatible with Macromedia UltraDev 4, which is one of the easiest programs to use when learning to build ASP web pages. Users can build a web page with an online WYSIWYG HTML editor, upload their images use them in their pages. There are new User Name "checks" in the registration area and you can upload images without 3rd Party components which are saved to a folder for their User Name (made on-the-fly). Images can be inserted from the drop-down box in the editor and there is an "manage images" section to delete previous uploads. User's pages and images are controlled by a session variable (MMUsername), so each person can only edit/delete their own work. The pages have been designed to only allow registered users access to the page building and uploading sections, thus eliminating "anonymous" editing of pages. Customising the appearance of this site is easy too. The navigation buttons at the top of the pages are displayed from the "include file", so changing the buttons/navigation to your own design is easy, as are the styles and formatting which are all linked to a CSS file. The site has been tested working on Windows 2K Professional and NT4. It can be seen working at: http://www.design4online.net/userpages/index.asp. Feedback is welcome as I would like to produce some more applications/examples like this one and need to know what your views are. Oh yes, please vote too if you like it... Thanks.