Main > Free Download Search >

Free how much is a miscellaneous script

how much is a miscellaneous

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 551
How to install Php Nuke

How to install Php Nuke


This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them. more>> This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them.<<less
Added: 2006-03-23 License: Freeware Price: FreeAdditionalInfoDonotredistributethisarticlewithoutpermission
1319 downloads
How do i install a forum?

How do i install a forum?


Do you want to have your own forum? Well, in this tutorial i will show you the steps to make your own forum. There are many ?bulletin boards? available on the market. Today we will install The Simple more>> Do you want to have your own forum? Well, in this tutorial i will show you the steps to make your own forum. There are many ?bulletin boards? available on the market. Today we will install The Simple Machine Forum a.k.a. SMF. You have to download the files from the download section of the simplemachineforum.org. Always use the last stable version available.<<less
Added: 2007-07-04 License: Freeware Price: Free
848 downloads
How to make a Dynamic Image 1.0

How to make a Dynamic Image 1.0


This is a useful way of creating images that change depending on variables processed within your code. more>> This is a useful way of creating images that change depending on variables processed within your code.<<less
Added: 2008-01-13 License: Freeware Price: $0.00USD
12 downloads
How metadata is stored? 1.0.0

How metadata is stored? 1.0.0


Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata more>> Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
14 downloads
 
Other version of How metadata is stored
How metadata is stored?How metadata is stored? Assemblies contain tables of metadata. These tables are described by ... When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the
License:Freeware
Download
876 downloads
Added: 2007-06-07
What is my Ip Address? 1

What is my Ip Address? 1


IPaddressnow.com is a web site that automatically detects and displays your computers IP address. This can be helpful for configuring a computer on a network, setting up communications software, or troubleshooting an Internet connection. Your Internet more>> IPaddressnow.com is a web site that automatically detects and displays your computers IP address. This can be helpful for configuring a computer on a network, setting up communications software, or troubleshooting an Internet connection. Your Internet Service Provider or IT help desk may ask you to visit this site when youre having problems with your Internet connection. What is an IP address? Just as telephones are identified by unique telephone numbers, computers on the Internet are identified by unique series of numbers called "IP addresses". Each IP address consists of four numbers separated by three periods; for example, "192.168.1.1". Whenever your computer talks to another computer on the Internet -- such as when you visit a web site -- the name of the other computer must be converted into an IP address before communication can take place. (Incidentally, "IP" stands for "Internet Protocol".) Ipaddressnow.com diplays your IP instantly either by visiting our site or using our free software.<<less
Added: 2005-07-05 License: Freeware Price: $0.00USD
19 downloads
What is PHP Sessions? 1.0.0

What is PHP Sessions? 1.0.0


Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is PHP Sessions
What is PHP Sessions?site is assigned a unique id, the so-called session id. This is either stored in a cookie on the ... side or is propagated in the URL. A PHP session solves this problem by allowing you to store user
License:Freeware
Download
836 downloads
Added: 2007-07-13
How to write text on a dynamically generated image

How to write text on a dynamically generated image


This tutorial will tell you how to write text to a blank dynamically generated PNG image in PHP. This is fairly simple, so it is suitable for beginners. The image functions require the GD library to b more>> This tutorial will tell you how to write text to a blank dynamically generated PNG image in PHP. This is fairly simple, so it is suitable for beginners. The image functions require the GD library to be installed.<<less
Added: 2005-07-03 License: Other Free / Open Source License Price: Free
1605 downloads
How to center a text on an image using GD

How to center a text on an image using GD


This tutorial can give you an idea of how to center a text on an image using the GD Library. The script creates an image and centers a text on it. more>> This tutorial can give you an idea of how to center a text on an image using the GD Library. The script creates an image and centers a text on it.<<less
Added: 2008-10-09 License: Freeware Price: $0.00USD
12 downloads
How to Refresh a web page or redirect

How to Refresh a web page or redirect


There are many useful functions in PHP. Refresh function is a real focus and helps to us to redirect apage or refresh page itself. Lets see it in action. . more>> There are many useful functions in PHP. Refresh function is a real focus and helps to us to redirect apage or refresh page itself. Lets see it in action. .<<less
Added: 2006-08-31 License: Freeware Price: Free
1174 downloads
How to Grab A HTML Page Within an ASP

How to Grab A HTML Page Within an ASP


There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website. more>> There is a very cool way to download or grab a file using ServerXMLHTTP class. Using this object you could access and download a remote file out side of your website.<<less
Added: 2006-08-09 License: Freeware Price: Free
1191 downloads
What is Microsoft intermediate language (MSIL)? 1.0.0

What is Microsoft intermediate language (MSIL)? 1.0.0


Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET more>> Common Intermediate Language (CIL) (formerly called Microsoft Intermediate Language or MSIL) is the lowest-level human-readable programming language in the Common Language Infrastructure and in the .NET Framework. Languages which target the .NET Framework compile to CIL, which is assembled into bytecode. CIL resembles an object-oriented assembly language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET languages are C#, Visual Basic .NET, C++/CLI, and J#.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is Microsoft intermediate language
What is Microsoft intermediate language (MSIL)?What is Microsoft intermediate language (MSIL)?What is Microsoft intermediate language ... language, and is entirely stack-based. It is executed by a virtual machine. The primary .NET
License:Freeware
Download
874 downloads
Added: 2007-06-07
What is my IP

What is my IP


Find out the IP address of your computer within a second more>> Find out the IP address of your computer within a second<<less
Added: 2006-04-07 License: Freeware Price: $0.00USD
11 downloads
How to read amtel 24rf08

How to read amtel 24rf08


How to read amtel 24rf08 GNL, SCL, SDA pins with interface and run from second pc the reader software i2c more>> How to read amtel 24rf08 GNL, SCL, SDA pins with interface and run from second pc the reader software i2c<<less
Added: 2005-06-30 License: Freeware Price: $0.00USD
17 downloads
How to make a PHP calendar 1.1

How to make a PHP calendar 1.1


This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show the selected month name with the year following and the days of the month bellow in a table view. You more>> This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show the selected month name with the year following and the days of the month bellow in a table view. You will need a good PHP editor to help you with your development or if you are experienced enough you can use a plain text editing software such as Notepad. At the begining we have to decide how we are going to pass our parameters. We can use either hidden input fields in out html code or pass them in the URL. In this tutorial we will use the second approach. We are going to need two parameters - one for the "month" and one for the "year".<<less
Added: 2007-11-20 License: Freeware Price: $0.00USD
16 downloads
What is XML Sapiens?

What is XML Sapiens?


The number of commercial CMSs is diligently growing up. Many of open standards have been approved lately. They allow to structure information within sites, separate it from design, but the most of CMS more>> The number of commercial CMSs is diligently growing up. Many of open standards have been approved lately. They allow to structure information within sites, separate it from design, but the most of CMSs still don?t follow them. The XSLT standard exists for quite a long time. It allows to form documents from different sources: XML-files with structured document contents and an XSL-template with the description how the document will be presented at the site. Besides, document forming can be performed at the client side. Well, XSLT is a perfect solution in conception, but practically it is used quite rarely within CMSs. Why? Maybe we need new solutions, which include features of the open standards and are easy to use. One of those solutions can be XML Sapiens markup language. So, what is XML Sapiens?<<less
Added: 2006-12-07 License: Freeware Price: Free
1052 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5