|
|
| About site: Software/Accounting/Fixed Assets - xAssets |
Return to Computers also Computers |
| About site: http://www.xassets.com/ |
Title: Software/Accounting/Fixed Assets - xAssets Web based software for asset tracking and auditing. Runs in IE5 and uses MS Sql Server database. |
|
|
|
|
Spoon__Program_Processing,_Analysis,_and_Transformation_in_Java Spoon is a Java program processor that fully supports Java 5. It provides a complete and fine-grained Java metamodel where any program element (classes, methods, fields, statements, expressions...) ca
| DecisiveCost_by_Decisive_Systems Empowering construction industry clients to quickly and accurately make intelligent equipment costing decisions.
| RFC_0906 Bootstrap Loading Using TFTP. R. Finlayson. June 1984.
| Nica,_Cristian Offers website design and development in English, French, and Romanian.
| Linux_localization_project_for_India This is the home page of a project that attempts to localize linux for India, work includes Indianisation and translation to Hindi and other Indian languages. The project is hosted on sourceforge.net
| Hubcaps Offers hubcaps at wholesale prices. Includes program overview and signup form.
|
|
| Alexa statistic for http://www.xassets.com/ |
Please visit: http://www.xassets.com/
|
| Related sites for http://www.xassets.com/ |
| NYTimes_com__Postcards_From_Planet_Google Discusses how Google organizes and analyses the collective searches of people worldwide. [Requires free NYTimes.com registration to view.] (November 28, 2002) | | HolyBible Multi-windowed, multi-version Bible study application. From ExpLAN Computers. | | Noblemind Offering search technology using "question boxes" on web pages. | | DB3NF An ASP web application development platform for creation of maintainable and scalable applications. [Commercial] | | GenerationJava Generic collection of Java support classes. [Open Source] | | Czupek\'s_Page Programming in Visual Basic. Links, free source codes, newsletters, chat. | | Darkling_Simulations Makers of DarkTree Textures, Plug in material shaders for Lightwave 3D, TrueSpace, 3D Studio MAX and Animation:Master. | | Smartmoney_com__Tempted_by_the_Apple? Walter Mossberg answers numerous questions for potential switchers. (November 10, 2005) | | Kent\'s_Xtras Free Xtras for manipulating files and folders, screen capture, manipulating multi-track QuickTime audio files, and to provide a list of running tasks. | | Extreme_Sample_Converter Browser, real-time player, editor, disc copier and converter between different audio formats. | | Classes_and_PHP_(PHPBuilder) A description in plain English of what classes are, and how they can make your project easier to complete and extend. | | Z-Source Document imaging and mass storage solutions. Offers wide range of products from CD-ROM/DVD drives to file management. | | Digi_Scrap_Blogs For any digital scrapbookers or designers that have a blog on the web. | | E-Cruiter_com_Inc Provides web-based recruiting services, and job posting software. (Nasdaq: ECRU). | | RFC_1907 Management Information Base for Version 2 of the Simple Network Management Protocol (SNMPv2). SNMPv2 Working Group, J. Case, K. McCloghrie, M. Rose, S. Waldbusser. January 1996. | | GVC_Winstar National telecommunications company providing business customers with broadband communications services, including local and long distance phone service, as well as high-speed Internet access, data an | | Dhiman,_Nirmal Services offered include: design, flash, illustration, animation, and typography. | | Ronningen,_Nicholai Services offered include: design, redesign and maintenance. | | SCML_Label_Printer A COM component that allows print and preview labels on ink-jet and laser printers with 159 label types. Data can be sourced from a user-defined type or a DAO recordset. By SCML Software. [Control, Co | | Club_Mac-Sydney Offers a calendar of upcoming events, pertinent articles, a magazine, and links to members web pages. |
|
This is websites2007.org cache of m/ as retrieved on 2008.08.22 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
xAssets Asset Management Software
asset management software
Home
|
Solutions
|
Downloads
|
Support
|
SAAS
|
Company
|
Contact
Software Asset Management
IT Asset Management
Network Discovery
Fixed Asset Management
Custom Solutions
Hosted Installations
Solutions for Enterprises
Solutions for SMEs
Solutions for Public Sector
Enterprise Configuration Options
xAssets Network Discovery Free Edition
xAssets Network Discovery Professional Edition
xAssets Network Discovery Enterprise Edition
xAssets IT Asset Management
xAssets Fixed Asset Management
Compare Products
Discovery My PC or My Network Now Free Service
Software Auditing Service
Network Discovery Professional Hosted Edition
Network Discovery Enterprise Hosted Edition
Professional Services
Get Support Now
Support Policies and Procedures
Learn about Hosted and Onsite Installations
Login
Sign Up
Logoff
View All Downloads
Download xAssets Network Discovery
Download the Collection Server for Hosted Installations
White Papers
Product Documentation
About xAssets
News and Press Releases
Web Logs
Careers
Contact Us
Contact Web Form
// COPYRIGHT 2001-2008 XASSETS.COM LIMITED
var newsarray = new Array("","xAssets now supports the Software As A Service model as well as customer site implementations","xAssets Network Discovery 6.0.10 was released on 20 March 2008","Global consulting firm implements ITIL based Service Management using xAssets Enterprise","The new PCAnalyser discovery engine has the smallest footprint and is the fastest discovery tool available","Global electronics manufacturing firm implements Software Asset Management using xAssets Enterprise","xAssets Discovery has passed the new Product Certification Tests from Microsoft","Microsoft Visual Studio 2005 and Sql Server 2005 transition in V6 gives performance increases of 40% ","Europes largest Sci-Tech company installs a second system from xAssets to manage 100,000 technology assets","ABIB completes fully integrated Asset and Service Management with xAssets Enterprise","");
var lnewsindex = 0;
var lnewslength = 0;
var sfullnews = "";
var interval1 = window.setInterval(shownews, 1000);
var interval2 = null;
function newsfade()
{
// no new news until we have finished showing this one
window.clearInterval(interval1);
if (lnewslength < sfullnews.length)
{
lnewslength++;
if (sfullnews.substr(lnewslength, 1) == " ") lnewslength++;
}
else
{
window.clearInterval(interval2);
// new news allowed now
interval1 = window.setInterval(shownews, 3000);
}
//"News : " +
stext = sfullnews.substr(0, lnewslength);
if (document.all)
{
newsreel.innerText = stext;
}
else
{
if (document.layers)
{
document.newsreel.document.open();
document.newsreel.document.write(stext);
document.newsreel.document.close();
}
else
{
// NN6
if (document.getElementById)
{
document.getElementById('newsreel').innerHTML = unescape(stext);
}
}
}
}
function shownews()
{
if (lnewsindex >= newsarray.length)
{
lnewsindex = 0;
return;
}
lnewsindex++;
// use empty lines to make it stay on the last item longer
if (newsarray[lnewsindex] != "" && newsarray[lnewsindex] != "undefined" && newsarray[lnewsindex])
{
window.clearInterval(interval2);
lnewslength = 0;
sfullnews = newsarray[lnewsindex];
interval2 = window.setInterval(newsfade, 60);
}
}
Software Asset Management Made Easy
Fast Zero Impact Software Discovery with License Import and Automated License Reconciliation
Flexible and Adaptable IT Asset Management Software
Combined Discovery, SAM, ITAM, CMDB and ITAM processes shaped to fit your business
Fast Zero Impact Network Discovery
Use multiple discovery technologies and integrations to create a holistic view of network software and hardware
Fixed Asset Management Software and Depreciation Solutions
Auditing, Depreciation, Maintenance and Tracking Solutions for Enterprises and SMEs
Meet Complex Asset Centric Requirements through configuration
Scalable solutions for companies with complex asset management requirements
Intensive Support
With Direct Access to Product Specialists
Software Asset Management
IT Asset Management
Network Discovery
Fixed Asset Management
Custom Solutions
Intensive Support
Resources
Downloads, Case Studies and White Papers
Compare Hosted and Onsite Solutions
Contact Web Form
NEWS:
Quick Links
Logon
Get Support Now
Contact
Software Compliance
Network Discovery
IT Asset Management
Fixed Asset Management
Software Asset Management is implemented within xAssets Network Discovery and covers:
Automated Discovery
Installed Software Analysis
Software License Compliance
Operating Systems
Services
Security and Antivirus
Sql Server Licensing
Software Recognition
Email Notifications
xAssets Network Discovery 6 utilises advanced discovery techniques
to give the best possible coverage of the entire network. Further integrations to SMS, Active Directory
and other discovery tools allow the reuse of existing investment.
Functions include Network Discovery, Software Asset Management, IT Asset Management,
IMACS reporting and Service Desk driven from a Sql Server based CMDB.
xAssets IT Asset Management Software includes xAssets Network Discovery, plus the following functions:
Procurement Requests
Approval Processes
Receiving
Deployment
Management and Servicing
Spare Parts
Storage
Users and Applications
Obsolescence and Disposal
The xAssets Fixed Asset Management product line covers a Fixed Asset Register,
Configurable Depreciation Engine, Barcoding, Service Desk, Integration Toolset
and Maintenance options.
Advanced financial reporting and flexible multi book, multi company depreciation
formulae allow the system to deliver the requirements of enterprises of all sizes.
Learn More
Download
Learn More
Learn More
Download
Learn More
Enterprise Solutions
SME Solutions
Onsite Solutions
Hosted Solutions
Using extensive configuration capabilities, xAssets solutions can be
adapted and extended to meet the functional and scalability
requirements of large enterprises.
User access can be restricted to just the features and records they need for their
job function. Enterprise customers can mix and match features
and functionality from any of our products
to meet their exact requirements.
IT Asset Discovery can also be adapted to customer requirements and the system can
continue to be configured further even after going live.
All products include a complete integration toolkit with prebuilt integrations to a number of enterprise software vendors.
SMEs get immediate benefits from both our Network Discovery and our Fixed Asset Management solutions.
Advanced "out of the box" functionality and easy integration allows completion of network discovery or
their Fixed Asset inventory loaded within hours of installation.
Software discovery and reconciliation allows SMEs to quickly establish their Software License Compliance position.
Networking and other IT specialists use the
data collected on each network device to ensure
network security, server configurations and desktop configurations are correct.
xAssets pricing scales with the number of assets and users, so the pricing is accessible to SMEs.
Onsite installations exist for customers with specific data security, data sensitivity, connectivity,
scalability or IT policy requirements.
Onsite installations are implemented and serviced through a combination of supervised websharing applications and onsite work.
Benefits include LAN connectivity through a browser interface to the server and the option to use powerful servers to
support very large database (VLDB) requirements.
Local implementations can utilise software developed by your own programmers
and the data resides on a Microsoft Sql Server 2000 or 2005 database.
xAssets Hosted solutions deliver Asset Management Software as a service accessed through a web browser.
Customers save on manpower, server costs, server running costs, data center space and server software licensing fees.
Performance with our Version 6 product line is similar to LAN based applications.
Hosted solutions can include collection servers which sit at strategic points
on the customers network to feed imports, exports,
integration data and discovery data to and from the web server.
All servers are part of a comprehensive and intelligent backup and DR infrastructure framework
which includes failover provisions and a local database copy.
Learn More
Learn More
Download
Learn More
Download
Learn More
Sign Up
var stopics = new Array("sam", "itam", "discovery", "fixedasset", "custom", "support")
var topicscroller = null; //window.setInterval("scrolltopic()", 7000);
var mltopic = 0;
function highlight(stopic, bcontinue)
{
try{
for (var i = 0; i < stopics.length; i++)
{
if (stopics[i] == stopic)
{
mltopic = i;
var ctl = document.getElementById("cen" + stopic);
ctl.style.display = "block";
var ctl1 = document.getElementById("lnk" + stopic);
ctl1.className = "ea";
}
else
{
document.getElementById("cen" + stopics[i]).style.display = "none";
document.getElementById("lnk" + stopics[i]).className = "ca";
}
}
if (bcontinue == null && 0 == 1)
{
topicscroller = null;
}
} catch (e) {}
}
function scrolltopic()
{
try{
var stopic = stopics[mltopic];
var ctl = document.getElementById("cen" + stopic);
} catch (e) {}
}
function gopage(ctl)
{
var id = ctl.id.substr(3);
window.navigate(id + ".aspx");
}
© Copyright 2001-2008 xAssets.com Limited. Using this site confirms your acceptance of our Legal Terms and Privacy Policy
Legal
Privacy Policy
Site Index
SAM
ITAM
Discovery
Fixed Asset Management
Hosted Solutions
SMEs
Enterprises
Contact
var mlnextz = 1;
var visiblediv = null;
init();
window.onresize = init; // otherwise the menus dont line up
function init()
{
var col = document.getElementsByTagName("DIV");
for (var i = 0; i < col.length; i++)
{
var div = col[i];
if (div.id.substr(0, 4) == "menu")
{
var newid = "mnu" + div.id.substr(4);
var ele = document.getElementById(newid);
if (ele)
{
div.style.left = (Number(getleft(ele)) + 0) + "px";
div.style.top = "109px";
}
}
}
}
function showtab(ctl, bclick)
{
clearpopups();
var trt = document.getElementById("trtabs");
for (var i = 0; i < trt.childNodes.length; i++)
{
var ctli = document.getElementById("divtab" + i);
var ctlj = document.getElementById("tab" + i);
if (ctl.id == ctlj.id)
{
ctli.style.display = "inline";
highlighttab(ctlj, true);
}
else
{
ctli.style.display = "none";
highlighttab(ctlj, false);
}
}
}
function openmenu(ctl, bclick)
{
clearpopups();
if (bclick)
{
window.location.href = id.substr(3) + ".aspx";
return false;
}
var menu = document.getElementById("menu" + ctl.id.substr(3));
if (menu)
{
menu.style.display = "inline";
visiblediv = menu;
}
return false;
}
function learnmore(ctl)
{
clearpopups();
}
function highlighttab(ctl, bhigh)
{
if (bhigh)
{
ctl.className = "tabboxhigh";
}
else
{
ctl.className = "tabbox";
}
}
function scrolltab(ctl)
{
}
function bodyclick()
{
clearpopups();
}
function mouseoverpic()
{
clearpopups();
}
function donothing()
{
}
function clearpopups()
{
if (visiblediv != null)
{
visiblediv.style.display = "none";
}
}
function getleft(ctl)
{
for (var i = 0; ctl != null; i += ctl.offsetLeft, ctl = ctl.offsetParent);
return i;
}
function gettop(ctl)
{
for (var i = 0; ctl != null; i += ctl.offsetTop, ctl = ctl.offsetParent);
return i;
}
// mousemove for menus
function mv(ctl)
{
var cl = ctl.className;
var len = cl.length;
if (cl.substr(len - 5, 4) != "high")
ctl.className = cl + "high";
}
// mouseout for menus
function mo(ctl)
{
ctl.className = ctl.className.replace("high", "");
}
function searchkeyup(ctl)
{
}
function loginkeyup(ctl)
{
}
function domail(stitle, ssubject)
{
var semail = stitle + "@" + "xassets" + "." + "com;headoffice_copy@xassets.com";
if (!ssubject) ssubject = "xAssets Asset Management Software Enquiry";
window.open("mailto:" + semail + "?subject=" + ssubject + "&body=");
}
function dosite(ssite)
{
window.open("http://" + ssite);
}
function dosecuresite(ssite)
{
window.open("https://" + ssite);
}
window.setTimeout("googletracker()", 100);
function googletracker()
{
try
{
var pageTracker = _gat._getTracker("UA-3976079-1");
pageTracker._initData();
pageTracker._trackPageview();
}
catch (e) {}
}
|
|
| |
Web | based | software | for | asset | tracking | and | auditing. | Runs | in | IE5 | and | uses | MS | Sql | Server | database. |
|
http://www.xassets.com/
xAssets 2008 August
dvd rental
dvd
Web based software for asset tracking and auditing. Runs in IE5 and uses MS Sql Server database.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Free Advertising - Compare Credit cards - Secured Loans - Car Insurance - Credit Card
|