Main > Free Download Search >

Free linkin park in the end script

linkin park in the end

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1026
Using JavaScript Errors

Using JavaScript Errors


Dealing with JavaScript or an Ajax based application is always a tricky task. Even the most experienced developers would end up with unexpected errors especially when the application is tested for the first time. Bugs and error in coding will always be more>> <<less
Added: 2009-05-09 License: Freeware Price: $0.00USD
16 downloads
E-mail Marketing Manager

E-mail Marketing Manager


Our e-mail marketing service allows end users to send e-mails to subscribers quickly, easily and hassle free. Accounts are FREE to create and sending a campaign is only $7 plus 2 cents a subscriber. Powered by Windows ASP.NET and provides powerful tools more>> Our e-mail marketing service allows end users to send e-mails to subscribers quickly, easily and hassle free. Accounts are FREE to create and sending a campaign is only $7 plus 2 cents a subscriber. Powered by Windows ASP.NET and provides powerful tools like subscriber and campaign management, template, billing and much more, only for the fraction of the price. You dont need high priced companies no more! NO SOFTWARE TO INSTALL!<<less
Added: 2007-02-16 License: Freeware Price: $0.00USD
13 downloads
Data pagination

Data pagination


If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that y more>> If youre developing a front end to web applications, sooner or later, youll find you need to paginate data of some sort. It might be search results, image galleries, or tabular data. Youll find that you use the same techniques - perhaps use an old bit of code as a template and change it to suit your needs each time. This quick class handles pagination easily - leaving you only the associated CSS presentation markup to add to make your solution complete. For the sake of completeness, we provide a sample CSS snippet that you can alter to fit your site design.<<less
Added: 2005-06-30 License: LGPL Price: FreeAdditionalInfoFreetouseinanyapplicationsolongasthelicenseandotherheaderinformationiskeptintact.
1594 downloads
Variables in PHP

Variables in PHP


Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign $ and the value can be assignes us more>> Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we neednt have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that $Name is of Data type String and $Age is of type Numeric.<<less
Added: 2005-07-14 License: Freeware Price: Free
1562 downloads
Client Side Callbacks in ASP.NET 2.0 1

Client Side Callbacks in ASP.NET 2.0 1


ASP.NET 2.0 includes a new Client Callback feature that enables you to retrieve page values and populate them to an already-generated page with out reconstructing page. That means you can update your pages without completely redrawing the page. End more>> ASP.NET 2.0 includes a new Client Callback feature that enables you to retrieve page values and populate them to an already-generated page with out reconstructing page. That means you can update your pages without completely redrawing the page. End users will not see the page flicker and reposition, and the pages will have a flow of a thick client application.<<less
Added: 2008-02-22 License: Freeware Price: $0.00USD
12 downloads
SQL statements in ASP - beware the apostrophe

SQL statements in ASP - beware the apostrophe


One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes more>> One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so lets get started<<less
Added: 2008-08-15 License: Freeware Price: $0.00USD
12 downloads
Writing to the beginning of a file

Writing to the beginning of a file


Writing to the beginning of a file - you have a text file that is huge and want to append to it. more>> Writing to the beginning of a file offers you a powerful script which is useful for writing to the beginning of a file - you have a text file that is huge and want to append to it. But you don't want the new data to go clear to the bottom of the file. Well this script will let you do just the opposite. It will let you write to the file but put the new data at the beginning and the old data at the end.<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
14 downloads
Validation in ASP.NET 1

Validation in ASP.NET 1


Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you more>> Validation server controls are set of controls that enable you to work with the information your end users inputs into application. To ensure valid data is collected, we apply set of validations to data we collect. Validation is a set of rules that you apply to the data you collect.<<less
Added: 2008-04-16 License: Freeware Price: $0.00USD
14 downloads
Maian Events 1.2

Maian Events 1.2


Simple event calendar system, Auto install file, Add/Delete/Edit events, Set start and end dates, Include emoticons in events, Javascript colour picker, Optional search engine, Uses BB Code, Include calendar on any page on your site, Dates are more>> Simple event calendar system, Auto install file, Add/Delete/Edit events, Set start and end dates, Include emoticons in events, Javascript colour picker, Optional search engine, Uses BB Code, Include calendar on any page on your site, Dates are highlighted if they contain event(s), Auto delete events via cron job set up, Uses the Savant 2 template class.<<less
Added: 2006-02-24 License: GPL Price: $0.00USD
14 downloads
 
Other version of Maian Events
Maian Eventsinstall file, Add/Delete/Edit events, Set start and end dates, Include emoticons in events ... if they contain event(s), Auto delete events via cron job set up, Uses the Savant 2 template
License:GPL
Download
1340 downloads
Added: 2006-02-24
Articles and scripts

Articles and scripts


Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers. more>> Articles covering a wide range of high end computer hardware and software and other consumer electronics. We also have thousands of scripts for web developers.<<less
Added: 2005-04-22 License: Price: 0.00 Price: $0.00USD
11 downloads
Create a database on the fly

Create a database on the fly


In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To more>> In some recent work I needed to have databases created with a back end application. Once the database was created from this online application it was pre filled with tables and data from another script that ran right after the database was made. To create a database with PHP we first need to connect as a user that has the ability to create new databases...<<less
Added: 2008-03-23 License: Other Price: $0.00USD
13 downloads
Fetching additional content when end of page is reached

Fetching additional content when end of page is reached


At times, pagination does not convey any meaning - say when you have a essentially endless list of articles from various RSS feeds. One solution is to load all the articles - thats out of question when there are more than a handful; the web 2.0 way is more>> At times, pagination does not convey any meaning - say when you have a essentially endless list of articles from various RSS feeds. One solution is to load all the articles - thats out of question when there are more than a handful; the web 2.0 way is to load additional content when reader is at the end of content.<<less
Added: 2007-09-26 License: Free Non-Commercial Price: $0.00USD
12 downloads
ASP Directory FREE Free

ASP Directory FREE Free


ASP Directory Free is a user-friendly, database driven directory system. Features include unlimited categories, ability to edit, delete, approve and reject links, fully customizable front end template feature that allows the application to integrate more>> ASP Directory Free is a user-friendly, database driven directory system. Features include unlimited categories, ability to edit, delete, approve and reject links, fully customizable front end template feature that allows the application to integrate smoothly with your website. This is a free script.<<less
Added: 2007-08-03 License: Freeware Price: $0.00USD
12 downloads
editApage beta9_1

editApage beta9_1


editApage.org is a simple and flexible tool that helps web designers and people who yearn for control over their websites. It?s the ease of use of Blogging, without forcing the end content into the diary type architecture. more>> editApage.org is a simple and flexible tool that helps web designers and people who yearn for control over their websites. It?s the ease of use of Blogging, without forcing the end content into the diary type architecture.<<less
Added: 2006-02-04 License: Freeware Price: $0.00USD
11 downloads
FLAM Player

FLAM Player


FLAM Player is a Macromedia flash based MP3 player. Using high end Macromedia Flash (swf), MySQL, XML and PHP, FLAM Player is an online mp3 player with full featured administration backend for webmast more>> FLAM Player is a Macromedia flash based MP3 player. Using high end Macromedia Flash (swf), MySQL, XML and PHP, FLAM Player is an online mp3 player with full featured administration backend for webmasters and easy use for final user. Make different playlists, arrange by author, name, random, read ID3 tags, edit songs infos, NO manual xml files edition, and more... Powerfull and easy to use administration backend. Easy installation, no particular hosting needed: all php/mysql hosts should work! Host your music on your website host and stream it from another one, or just host the player on your website and host your music elsewhere. At least just a PHP/MySQL host is needed, and just ONE!<<less
Added: 2004-11-08 License: Freeware Price: Free
1822 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5