JSlave.com Logo Navigation Image
Projects Contact Bio Articles Home Architect Coder Author
JSlave Archives
06/01/2001 - 06/30/2001
07/01/2001 - 07/31/2001
08/01/2001 - 08/31/2001
09/01/2001 - 09/30/2001
10/01/2001 - 10/31/2001
11/01/2001 - 11/30/2001
12/01/2001 - 12/31/2001
01/01/2002 - 01/31/2002
02/01/2002 - 02/28/2002
03/01/2002 - 03/31/2002
05/01/2002 - 05/31/2002
06/01/2002 - 06/30/2002
08/01/2002 - 08/31/2002
09/01/2002 - 09/30/2002
10/01/2002 - 10/31/2002
11/01/2002 - 11/30/2002
12/01/2002 - 12/31/2002
01/01/2003 - 01/31/2003
02/01/2003 - 02/28/2003
03/01/2003 - 03/31/2003
04/01/2003 - 04/30/2003
05/01/2003 - 05/31/2003
06/01/2003 - 06/30/2003
08/01/2003 - 08/31/2003
03/01/2004 - 03/31/2004
04/01/2004 - 04/30/2004
05/01/2004 - 05/31/2004
01/01/2005 - 01/31/2005
08/01/2005 - 08/31/2005




This page is powered by Blogger. Isn't yours?

Friday, January 31, 2003

Liferay : Products Liferay Enterprise Portal provides personalizable tools to help organizations communicate and share information more efficiently.
posted by J Slave 1/31/2003

netWindows.org -- a DOM DHTML API for web interfacesAt it's core, netWindows is a DHTML framework for component and code reuse. One of neater uses of this framework is to provide a way to create and use DHTML "widgets". Widgets need not be "windows" or "menus", but can include almost any part of a design that calls for reuse, abstraction, or data representation. Using these widgets, netWindows can function as a display layer for web applications, letting them act more like applications and less like web pages.

netWindows is also a DHTML library in the traditional sense. It provides an API for DHTML coders that takes care of the details of movement support, event dispatching, dependency satisfaction, DOM node referencing, and content loading. The framework is Object Oriented in design and easily extensible. The framework is designed to be modular, so individual pages need not load every widget definition, saving bandwidth.
posted by J Slave 1/31/2003

phpWebSite Module Forge - Module Developer Community Our primary goal here it to provide a central repository of known modules,add-ons, and legacy plugins for phpWebsite. Also of importance is to provide a community for module developers to help other developers and end users.
posted by J Slave 1/31/2003

phpWebSite phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites.

phpWebSite's growing number of plug-ins allow for easy site customization without the need for unwanted or unused features. Client output from phpWebSite is valid XHTML 1.0 and meets the W3C's Web Accessibility Initiative requirements
posted by J Slave 1/31/2003

The Open Web Application Security Project is an enterprise level web application vulnerability scanner written in 100% Java. The tool will be able to automatically spider a web site finding potentially vulnerable web applications and then dynamically build a set of security tests for problems based on potential scenarios it finds. Types of problems will include SQL injection, cross site scripting, cookie poisoning and parameter tampering.
posted by J Slave 1/31/2003

JasperReports - Home asperReports is a powerful report-generating tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files.
posted by J Slave 1/31/2003

ming::tutorial Ming is a open-source (LGPL) C library which writes SWF ("Flash") movies. It's also a set of wrappers for popular scripting languages PHP, Python, and Ruby.
posted by J Slave 1/31/2003

SourceForge.net: Project Info - The JGeneratorThe JGenerator is the web server production application that can dynamically combine text, graphics, and sound to build rich Flash content. The JGenerator is a free alternative to and analog of the Macromedia Generator.
posted by J Slave 1/31/2003

Swfdec Swfdec is a library for rendering Flash® animations and games. It was originally designed as a basis library for creating Flash plugins for GStreamer, but it is a fully standalone library which only use the libart library for drawing. Swfdec is released under the LGPL.
Included with swfdec is Gtk -based application called swf_play and a Mozilla plug-in that uses swf_play to display SWF animations in a browser window.
posted by J Slave 1/31/2003

Dynamic Drive DHTML(dynamic html) & JavaScript code library! Welcome to Dynamic Drive, the #1 place on the net to obtain free, original DHTML scripts and components to enhance your web site!
posted by J Slave 1/31/2003

Saturday, January 18, 2003

AGS Master Distributors Thanks for your interest in the AGS Wholesale Distributors, a great wholesale business opportunity for people who want to own their own product-based business and make more money!
posted by J Slave 1/18/2003

eBay item 3107527654 (Ends Jan-19-03 20:20:08 PST ) - Wholesale Drop Ship/Shipment Online Business How much does it cost? Are there any additional charges?: Your cost for a basic membership is your winning bid plus $.99. We collect the winning bid, and you pay the company directly the $0.99 activation fee. You can order print catalogs, and get extra discounts, but it's not required. There are no other required fees EVER
posted by J Slave 1/18/2003

Software Design - Windows Software by Gregory Braun All of the MS Windows software at this web site is designed and written by Gregory Braun. This web site is maintained by the author.
Click your mouse on the program icons or underlined software titles listed below to view descriptions of those programs that interest you.
posted by J Slave 1/18/2003

Thursday, January 16, 2003

PHPBuilder.com - Manual: Error handling All PHP expressions can also be called with the "@" prefix, which turns off error reporting for that particular expression. If an error occurred during such an expression and the track_errors feature is enabled, you can find the error message in the global variable $php_errormsg
posted by J Slave 1/16/2003

PHPBuilder.com - Date manipulation in PHP I was sitting writing a kind of helpdesk call management program in PHP and found that I needed to work out how much time had elapsed since somebody had last bothered to contact the client about their problem. In the past, when I used to use ASP, the solution was simple - ASP has a command called DateDiff which takes two dates and can tell you how many seconds has passed between them, how many days, months and so on. After scouring the PHP manual for a while I decided that PHP has no such beast. I then wondered how many other people there were out there like me, and thus this tutorial.
Ok, so what are we going to cover?
posted by J Slave 1/16/2003

PHP Manual / List of Reserved Words / Predefined Variables Predefined Variables
posted by J Slave 1/16/2003

PHP Manual / List of Reserved Words / Predefined Variables $_SERVER is an array containing information such as headers, paths, and script locations. The entries in this array are created by the webserver. There is no guarantee that every webserver will provide any of these; servers may omit some, or provide others not listed here. That said, a large number of these variables are accounted for in the CGI 1.1 specification, so you should be able to expect those.
posted by J Slave 1/16/2003

Releases We make binary versions of Mozilla available for testing purposes only! We provide no end user support.
posted by J Slave 1/16/2003

Platform Independent ODBCiODBC is the acronym for Independent Open DataBase Connectivity, an Open Source platform independent implementation of both the ODBC and X/Open specifications. It is rapidly emerging as the industry standard for developing solutions that are language, platform and database independent.
posted by J Slave 1/16/2003

Tuesday, January 14, 2003

Improve the robustness and performance of your ObjectPoolIn our previous object-pooling article Thomas E. Davis presented an example object pool design and described how to employ this approach to boost performance and minimize memory use. This month, after providing a quick recap of object pooling, Thomas will show you how to enhance the example pooling utility to include exception propagation and the clean-up thread. Thomas finishes by addressing some reader comments about the first article. (1,300 words)
posted by J Slave 1/14/2003

Monday, January 13, 2003

Developer Tool Guide -- Testing toolsLoads of great tools listed at Java World.
posted by J Slave 1/13/2003

JDC Tech Tips: January 24, 2000 USING HPROF TO TUNE PERFORMANCE
How fast is the JavaTM platform? For many applications, the answer is "fast enough"--if you make careful choices in your design and make good use of the language. But while design documents and coding standards might encourage efficient code, the only way to know for sure is by profiling, that is, obtaining method timing and other information pertinent to performance. Fortunately, the tools that you need to do profiling are part of the JavaTM 2 SDK. This tip will get you started with HPROF, the Java Profiler Agent, and present an example where a simple code snippet is improved to run 100 times faster.
posted by J Slave 1/13/2003

PerfAnal: A Performance Analysis Tool This article discusses PerfAnal, a GUI-based tool for analyzing the performance of applications on the JavaTM 2 Platform. You can use PerfAnal to identify performance problems in your code and locate code that needs tuning.
The tool described in this article is a free, GPL-licensed Java tool originally published with the book Java Programming on Linux. It is included with the book's CD-ROM, and also available from the book's web site (relevant pointers are provided at the end of the article). There is nothing Linux-specific about this tool--it's usable with any implementation of the Java 2 Platform that supports the JavaTM Virtual Machine1 Profiling Interface.
posted by J Slave 1/13/2003

Thursday, January 09, 2003

ONLamp.com: An Introduction to PEAR [May. 25, 2001]The PEAR project was started by Stig S. Bakken to create a tool similar to that of Perl's CPAN archive. Its primary goal is to become a repository for PHP extensions and library code. The most ambitious goal of the project is to try to define standards that can help developers write portable and re-usable code.
posted by J Slave 1/9/2003

THREADS - ESRI Discussion Forums It is odd that a MapService works fine with the
JavaViewer, but the same map service gets stuck
"retrieving map" in the HTML Viewer.
posted by J Slave 1/9/2003

Wednesday, January 08, 2003

Using ODBC databases with PHP In this article, Andrew Stopford shows how to use your ODBC Database with PHP, and presents a quick overview of the functions that PHP exposes for using ODBC.
posted by J Slave 1/8/2003

PHP Everywhere: ODBC and DSN-less Connections for PHP ODBC is one of Microsoft's earliest technologies for connecting to databases. It is very popular and widely used. This article describes how to setup and use ODBC from a PHP perspective.
posted by J Slave 1/8/2003

The PHP Resource Index
Hundreds of ready-to-use PHP programs for your web site!
posted by J Slave 1/8/2003

TAASC: SQL SolutionPHP classes to simplify getting data into and out of MySQL and ODBC compliant databases. The program is a powerful, user friendly, platform independent API
posted by J Slave 1/8/2003

PHPBuilder.com - XML and PHP. Part 1: Using the WDDX functions I've had text lying around from when we were writing the book (1) last year, and the people at Wrox gave they OK for the information to be put as articles in PHPBuilder.com, so here it is the first one of a series.
posted by J Slave 1/8/2003

PHPBuilder.com - The Resource For PHP DevelopersPHP Developer, Web Developer, The Resource For PHP Developers
posted by J Slave 1/8/2003

Project AccWhizz-A multilingual business accounting application AccWhizz is an accounting system, which supports national languages (NLS) and multiple ledgers; multiple accounting schemes (ASAL) and database support (DAL) are under development.
Target end users are small business companies and accounting offices.
posted by J Slave 1/8/2003

Compiere - Smart Open Source ERP CRM Business Solution for the Small-Medium Enterprise Compiere is the Open Source ERP & CRM business solution for the Small-Medium Enterprise (SME) in distribution and service. Designed for the global marketplace, Compiere is easy to install and implement. In contrast to other solutions, you will be able to enter invoices after about 4 hours, without functionality compromises or irreversible implementation time decisions.
posted by J Slave 1/8/2003

jGnash HomeCurrently jGnash is functional for keeping track of account balances and performing reconciliation.
posted by J Slave 1/8/2003

JMoney - Home JMoney is a personal finance manager written in Java. It supports multiple accounts in different currencies, double entry banking, income/expense categories, various reports and Quicken file (QIF) exchange.
posted by J Slave 1/8/2003

JMoney - Home JMoney is a personal finance manager written in Java. It supports multiple accounts in different currencies, double entry banking, income/expense categories, various reports and Quicken file (QIF) exchange.
posted by J Slave 1/8/2003

QHacc--The Q Home Accountant This is the home for QHacc--The Q Home Accountant.
posted by J Slave 1/8/2003

EuroBudget EuroBudget is a software written in pure Java 2. It allows you to do your own accounting without spending money to some ms products ... Of course it has limited functionnality but I did it for my own purpose. Source code is availabe. This is an open source project, anyone is allowed to contribute, specially regarding the internationalization (today english, french and italian but german, spanish and other language help would be welcome).
posted by J Slave 1/8/2003

SourceForge.net: Project Info - OpenCRMOpenCRM is an Open Source CRM and Support System. It can be used for tracking clients, contracts, support tickets, and small project managment. It is written in PHP, Perl and using MySQL.
posted by J Slave 1/8/2003

Tuesday, January 07, 2003

Further resources for Java Performance Tuning Further resources for Java Performance Tuning
posted by J Slave 1/7/2003

PerfAnal: A Performance Analysis Tool This article discusses PerfAnal, a GUI-based tool for analyzing the performance of applications on the JavaTM 2 Platform. You can use PerfAnal to identify performance problems in your code and locate code that needs tuning.
posted by J Slave 1/7/2003

Extensible Java Profiler Extensible Java Profiler (EJP) is a profiling tool for Java with a scalable and extensible architecture, allowing its usage for exotic programming languages that use a Java backend.
posted by J Slave 1/7/2003

jProf jProf is designed to provide information to the user to enable them to identify the following types of problems in their applications.
Excessive memory usage, maybe caused by use of temporary objects
Excessive synchronisation, maybe caused by poor design
Excessive processor usage, maybe caused by inappropriate or sub-optimal algorithms.
The profiler is written in portable C and is currently supported on the Microsoft platform and Solaris for use with any JVM which supports the JVMPI interface (at the moment, this is limited to the reference implementation supplied by JavaSoftware). The profiler has a GUI which uses the JFC.
posted by J Slave 1/7/2003

SourceForge.net: Project Info - JTreeProfilerA JVMPI based profiler for Java that collects all methods calls in a XML File and displays them in a TreeMap
posted by J Slave 1/7/2003

SCInc. Home PageHelp Desk Institute Certification taught by SCInc., designated developer of all U.S. versions of HDI Certification.
posted by J Slave 1/7/2003

Monday, January 06, 2003

Laurie McCanna's Tips - Create a Transparent Gif in Adobe Photoshop
Follow the link for older versions of Photoshop. Newer versions use below!
How to make a transparent GIF in Adobe Photoshop
You do this by
1. using the buried menu item: Help/Export Transparent image
2. select the appropriate radio button. Most likely this is the third choice where you need to select the colors to become transparent.
3. When you select this, you will be prompted to go back and select the colors you want transparent with the magic wand tool.
4. Select those colors and return to hrlp/export transparent image
5. Now selectr the radio button indicating you have selected the area to be transparent.
6. The next question is whether the image is for print or online. We’ll chose online.
7. Select an image format. PNG is better, but only GIF will work with older browsers.
8. We chose GIF, so we need to reduce our image to 8 bit color depth
9. In our sample, there are 217 colors and we will choose to use an exact palette but force colors to web safe.
10. Next we save the image under a new name since the original is still open. We will also always prefer interlaced when making images for the web.
11. Your image is now ready to be used online!
posted by J Slave 1/6/2003

Friday, January 03, 2003

TECHNICAL ARTICLE - Online Support Center This article illustrates the necessary steps to create a mapservice using Java Connector. Using similar techniques, you can develop your own Java-based application to administer your ArcIMS Application Server or allow your trusted clients to add the mapservices dynamically.
posted by J Slave 1/3/2003


This page is powered by Blogger. Isn't yours?

Projects  Contact   Bio  Articles   Home  Architect   Coder   Author