Main > Free Download Search >

Free master boot record script

master boot record

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 378
MasterBB 1.6

MasterBB 1.6


The Script Is About Message Board And Smile Board And Award Board And Music Box And Helping 24 Hour By General Master Website In USA , The Script Have 25 Lang , And With Translate System , It Also Have News Table , And U can Speak to Ur User By Mic , And more>> The Script Is About Message Board And Smile Board And Award Board And Music Box And Helping 24 Hour By General Master Website In USA , The Script Have 25 Lang , And With Translate System , It Also Have News Table , And U can Speak to Ur User By Mic , And There Is (MCS) Master Chat System In Ur Forum , U can chat with ur friend and forum user by Mic And Cam , And The Master Script Is Free , Visit The Gerneral Website To Download The Script .<<less
Added: 2009-05-10 License: Freeware Price: $0.00USD
11 downloads
GMTT Record Directory 1.0

GMTT Record Directory 1.0


Allows users to signup and keep an online profile of their music collection. Includes all the features youd expect from such an application, including add, edit, and delete records. Furthermore, users collections are available to view to the public. more>> Allows users to signup and keep an online profile of their music collection. Includes all the features youd expect from such an application, including add, edit, and delete records. Furthermore, users collections are available to view to the public. Information such as Artist, Album, Record Label, and Format are stored in the database. This script is very easy to expand upon, and frequent updates are expected. There is also a fully functioning demo.<<less
Added: 2006-03-03 License: Free Non-Commercial Price: $0.00USD
11 downloads
 
Other version of GMTT Record Directory
GMTT Record Directoryexpect from such an application, including add, edit, and delete records. Furthermore, users ... Information such as Artist, Album, Record Label, and Format are stored in the database. This
License:Free for non-commercial use
Download
764 downloads
Added: 2006-03-03
Tab Master 1.0

Tab Master 1.0


This class dynamically sets the TABINDEX property for a given sequence of controls. So developers have no more to tediously setem all along the web page. It could be useful for forms with a large number of controls. more>> This class dynamically sets the TABINDEX property for a given sequence of controls. So developers have no more to tediously setem all along the web page. It could be useful for forms with a large number of controls.<<less
Added: 2008-05-15 License: GPL Price: $0.00USD
14 downloads
How to update a database record in ASP

How to update a database record in ASP


Selecting, deleting and inserting database records is part and parcel of dynamic web development...be it ASP, PHP, Python, whatever.....and of course, add to that list updating records.....But how to do it in Classic ASP?....well, Im about to show you more>> Selecting, deleting and inserting database records is part and parcel of dynamic web development...be it ASP, PHP, Python, whatever.....and of course, add to that list updating records.....But how to do it in Classic ASP?....well, Im about to show you in 3 simple steps, so grab a can of Dr Pepper and pay attention, because youre about to get schooled....:)<<less
Added: 2008-08-31 License: Freeware Price: $0.00USD
13 downloads
XP Data Recovery 3.7

XP Data Recovery 3.7


This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use. more>> This utility is a boot disk that allows you to recover files from Windows XP and more. Easy to use.<<less
Added: 2004-10-04 License: Other Price: $0.00USD
14 downloads
AXML Record Browsing

AXML Record Browsing


AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Syb more>> AXML Record Browsing is a ASP component that allows you to display or modify your database tables or queries with no coding at all. Insert or publish new table records from Access, MS SQL, Oracle, Sybase or any other ADO enabled database. User can sort on any column, page through the recordset or go to detailed form page. AXML Record Browsing allows you to select appearance, apply formatting or regular expression functions to data, CVS export and much more.<<less
Added: 2005-12-01 License: GPL Price: Free
1427 downloads
dB Masters' Curium CMS 1.

dB Masters' Curium CMS 1.


This CMS requires very basic HTML/XHTML knowledge to help you create and manage sites of any size. Includes many optional modules such as news, newsletters, link directory, search engine, contact form, sitemap, photo gallery, event calendar, message more>> This CMS requires very basic HTML/XHTML knowledge to help you create and manage sites of any size. Includes many optional modules such as news, newsletters, link directory, search engine, contact form, sitemap, photo gallery, event calendar, message forum, RSS feeds and of course any number of standard site pages. Features an automated installer for database tables and simple templating to suit your needs.<<less
Added: 2003-06-25 License: Free Non-Commercial Price: $20.00USD
10 downloads
GaesteChaos 0.2

GaesteChaos 0.2


GaesteChaos is a php/mysql based guestbook. Features: optional message in case of a new record; preview of record; smilie-support; comments; ip-logging, and more... more>> GaesteChaos is a php/mysql based guestbook. Features: optional message in case of a new record; preview of record; smilie-support; comments; ip-logging, and more...<<less
Added: 2002-10-02 License: Other Price: $0.00USD
12 downloads
 
Other version of GaesteChaos
GaesteChaosFeatures: optional message in case of a new record; preview of record; smilie-support ... Features: optional message in case of a new record; preview of record; smilie-support
License:Other Free / Open Source License
Download
2580 downloads
Added: 2002-10-02
Nested Master Pages 1

Nested Master Pages 1


Tutorial covers the details regarding how master pages can be nested within one main master page. To give a same look to the overall site Master Pages are used since long. They give you the power to customize your web pages but keeping the same more>> Tutorial covers the details regarding how master pages can be nested within one main master page. To give a same look to the overall site Master Pages are used since long. They give you the power to customize your web pages but keeping the same overall look of the website as well.<<less
Added: 2008-06-12 License: Freeware Price: $0.00USD
16 downloads
Counting records in PHP/mySQL

Counting records in PHP/mySQL


Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows. more>> Following code samples, demonstrates how to count records in a MySQL database table. You may send parameters to query to display only selected range of rows.<<less
Added: 2007-07-12 License: Freeware Price: Free
524 downloads
Selecting random record from database

Selecting random record from database


This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number bet more>> This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. Complete reference code is included.<<less
Added: 2007-07-12 License: Freeware Price: Free
521 downloads
SQLeonardo

SQLeonardo


browse database structure, create SQL queries without directly writing SQL, edit tables directly via the data grid, jump from record(FK) to record(PK) or vice versa and more... more>> browse database structure, create SQL queries without directly writing SQL, edit tables directly via the data grid, jump from record(FK) to record(PK) or vice versa and more...<<less
Added: 2006-05-22 License: Freeware Price: Free
1254 downloads
Changing Master Pages Dynamically

Changing Master Pages Dynamically


ASP.NET 2.0 Free Training : Changing Master Pages Dynamically - In this tutorial you will learn how to make a copy of the master page, To add buttons for selecting an alternate master page, To write c more>> ASP.NET 2.0 Free Training : Changing Master Pages Dynamically - In this tutorial you will learn how to make a copy of the master page, To add buttons for selecting an alternate master page, To write code to dynamically select the master page and test the dynamic master pages.<<less
Added: 2005-09-22 License: Freeware Price: Free
1513 downloads
plx PopUp/PopUnder Master Pro 2.0

plx PopUp/PopUnder Master Pro 2.0


Use this easy to change and rich of customization script to show popup/popunder window or floating layer. You can set popups/popunders on entering the page or on exiting the page. You can use timed (delayed) popup. For example the window can pop 5 more>> Use this easy to change and rich of customization script to show popup/popunder window or floating layer. You can set popups/popunders on entering the page or on exiting the page. You can use timed (delayed) popup. For example the window can pop 5 seconds after the page is loaded. You can also define the size and the style of the opened windows. In this professional version, you can use cookies to remember and to limit how much times a window should pop for a user. Adn the other more powerful customization in the Pro version is that you can use different pages in different language, depending on the users nationality. So called country targeting.<<less
Added: 2005-12-05 License: Freeware Price: $0.00USD
12 downloads
Creating Nested Master Pages

Creating Nested Master Pages


ASP.NET 2.0 Free Tutorials : Creating Nested Master Pages - In this tutorial you will learn how master pages can be nested within one main master page, build and example nested master page with the he more>> ASP.NET 2.0 Free Tutorials : Creating Nested Master Pages - In this tutorial you will learn how master pages can be nested within one main master page, build and example nested master page with the help of sample code.<<less
Added: 2005-09-22 License: Freeware Price: Free
1516 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5