Main > Free Download Search >

Free property script

property

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 159
Rental Property Manager 1.06

Rental Property Manager 1.06


Manage and track your real estate rental or leased properties online. Easy system allows you to view and update your property information from anywhere over the web. Instantly find out tenant and lease information, or view costs associated with your more>> Manage and track your real estate rental or leased properties online. Easy system allows you to view and update your property information from anywhere over the web. Instantly find out tenant and lease information, or view costs associated with your property. View your monthly income on each property with just a few clicks.<<less
Added: 2005-05-10 License: GPL Price: $0.00USD
14 downloads
 
Other version of Rental Property Manager
License:GPL
Download
1719 downloads
Added: 2005-05-10
Property Detection Through Object Detection

Property Detection Through Object Detection


One of the biggest challenges in an Ajax or JavaScript based application is in determining whether the said function would properly work in the userâ??s browser. Even though Ajax and JavaScript have developed into something powerful that it could deal more>> <<less
Added: 2009-05-11 License: Freeware Price: $0.00USD
13 downloads
ControlState Property Demystified 1

ControlState Property Demystified 1


ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page more>> ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. This tutorial explains how to create controls which can remember data across web page postbacks.<<less
Added: 2008-04-16 License: Freeware Price: $0.00USD
11 downloads
ASP.NET Programmatically setting the visibility property 1.0

ASP.NET Programmatically setting the visibility property 1.0


This tutorial is a quick and simple example of how to set the visibility property in asp.net code. more>> This tutorial is a quick and simple example of how to set the visibility property in asp.net code.<<less
Added: 2008-03-07 License: Freeware Price: $0.00USD
14 downloads
PropertyMax Pro FREE Real Estate Property Management v0.3

PropertyMax Pro FREE Real Estate Property Management v0.3


PropertyMax Pro is your one stop solution for listing real estate and properties on your website. Simple to install and simple to use, PropertyMax boasts a great range of property features and has a full admin management section to add/edit/delete/pause more>> PropertyMax Pro is your one stop solution for listing real estate and properties on your website. Simple to install and simple to use, PropertyMax boasts a great range of property features and has a full admin management section to add/edit/delete/pause your properties. If you are planning to list properties on your website or are looking for another property solution for your business, then PropertyMax is the one for you. Can handle thousands of properties in unlimited number of locations and can support any currency units by editing the language pack config file. PropertyMax Pro features an easy automated install and with just one line of PHP include code, it can be seamlessly integrated into your existing website, or if you prefer just build your website around it!<<less
Added: 2005-05-19 License: GPL Price: $0.00USD
15 downloads
Fully UK Ready Estate Agent Property For Sale Website

Fully UK Ready Estate Agent Property For Sale Website


UK Version of a common America based property for sale script. I have edited it to show Ł instead of $, Area instead of state, removed all reference about real estate, changed Paypal.com to Paypal.c more>> <<less
Added: 2005-06-20 License: PHP License Price: £19.99
1622 downloads
X Steam, Thermodynamic properties of water 2.5

X Steam, Thermodynamic properties of water 2.5


This is a full implementation of the IF-97 standard that provides very accurate steam and water properties in ranges from 0-1000 bar and 0-2000°C. more>> <<less
Added: 2007-08-02 License: Freeware Price: Freeware
1 downloads
UK Version of a Real Estate Property for sale script

UK Version of a Real Estate Property for sale script


UK Version of a common America based property for sale script. I have edited it to show Ł instead of $, Area instead of state, removed all reference about real estate, changed Paypal.com to Paypal.c more>> <<less
Added: 2005-06-20 License: PHP License Price: £19.99
1595 downloads
DOM Element properties reference

DOM Element properties reference


One page reference on the various DOM properties available on an HTML element. more>> One page reference on the various DOM properties available on an HTML element.<<less
Added: 2006-09-06 License: Freeware Price: $0.00USD
14 downloads
Access Members / Properties of a user control

Access Members / Properties of a user control


Sometimes we use LoadControl Method to Load a usercontrol dynamically and then we attached it to a place holder within our aspx page. once we have user control attached. then how can we access its members dynamically? more>> Sometimes we use LoadControl Method to Load a usercontrol dynamically and then we attached it to a place holder within our aspx page. once we have user control attached. then how can we access its members dynamically?<<less
Added: 2008-09-28 License: Freeware Price: $0.00USD
12 downloads
GG WebSwfExts 1.0

GG WebSwfExts 1.0


GG bgColor v1 A flash actionscript component integrates DOM document object bgColor property. Allows HTML body background color to be changed by using actionscript command. more>> GG bgColor v1 A flash actionscript component integrates DOM document object bgColor property. Allows HTML body background color to be changed by using actionscript command.<<less
Added: 2008-02-26 License: Commercial Price: $0.00USD
11 downloads
Gradient Sweep Photo Effect

Gradient Sweep Photo Effect


Learn a simple photo gallery effect in this Flash tutorial. Topics include: motion tweening, gradient color fill, alpha property. No actionscript involved. Source file included. more>> Learn a simple photo gallery effect in this Flash tutorial. Topics include: motion tweening, gradient color fill, alpha property. No actionscript involved. Source file included.<<less
Added: 2006-04-10 License: Freeware Price: Free
1303 downloads
Displaying Sub Folders 1

Displaying Sub Folders 1


Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath. more>> Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.<<less
Added: 2004-04-20 License: Freeware Price: $0.00USD
16 downloads
Referencing Master Page Members in ASP.NET 2.0

Referencing Master Page Members in ASP.NET 2.0


ASP.NET 2.0 Training : Referencing Master Page Members - In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. more>> ASP.NET 2.0 Training : Referencing Master Page Members - In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties.<<less
Added: 2005-09-22 License: Freeware Price: Free
1512 downloads
ASP.NET 2.0 Referencing Master Page Members

ASP.NET 2.0 Referencing Master Page Members


In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. Members of the Master page can be referenced by content pages. These members more>> In this tutorial you will learn about reference Master Page Mebers, add property to Master Page, expose Master Properties. Members of the Master page can be referenced by content pages. These members can be methods, properties or controls. The constraint for property reference is theat the property has to be declared as public members of the master page. They could be public page scope variables, public propertis and public methods. Let us work out a simple example. The developer wants to set the title of a content page or to add a style sheet on a per page basis. Code will have to be added to the Page_Load event. The Header property on the Page class exposes the content of the< head > tag as programmable entities.<<less
Added: 2006-06-01 License: Freeware Price: Free
1247 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5