|
| |
March 13th, 2008
Selalu menjadi perdebatan tentang kemungkinan digantinkannya aplikasi desktop oleh aplikasi web.Beberapa fitur memang sangat cocok untuk aplikasi web, hanya saja faktor keamanan dan perjalanan panjang menjadikan aplikasi dekstop sulit untuk tergantikan. Perdebatan selalu berkisar masalah bisnisdan pemesaran atau masalah teknologinya
Antara Aplikasi Web Dan Aplikasi Desktop.
Aplikasi web merupakan sebuah aplikasi yang disampaikan dan kemudian digunakan oleh user melalui jaringanbaik intranet maupun internet. Aplikasi web semakin populer karena dari sisi client cukup menggunakanbrowser sebagai ‘client user interface’.
Aplikasi desktop merupakan aplikasi yang tersedia pada komputer client dan dikontrol penggunaanya oleh user. Aplikasi desktop dijalankan pada drive lokal drive dan tidak memerlukan jaringan atau untuk berfungsi dengan baik, meskipun jika memerlukan koneksi jaringan aplikasi ini juga berfungsi dengan baik.
(more…/baca selengkapnya…)
1,432 Views
February 15th, 2008

Inilah developer tool yang dapat digunakan untuk membangun aplikasi .NET Web 2.0 tanpa kerja keras koding, proses generate fasilitas data entri dan pelaporan berbasis .NET web dalam hitungan menit, hanya dalam lima langkah dan langsung digenerate berdasarkan database yang ada.
(more…/baca selengkapnya…)
642 Views
January 21st, 2008
Part 2 berisi contoh source code enkripsi menggunakan PowerBuilder. Silahkan mencoba dengan sedikit berkreasi.
function f_rc4(string:as_plaintext,string:as_key) return string
integer i,j,temp,y,ll_len1,b,p,z
char m
int s[256],k[256],ll_key[]
string ls_result
j = 1
(more…/baca selengkapnya…)
1,131 Views
October 24th, 2007
- Arachnid - Arachnid is a Java-based web spider framework. It includes a simple HTML parser object that parses an input stream containing HTML content. Simple Web spiders can be created by sub-classing Arachnid and adding a few lines of code called after each page of a Web site is parsed. Two example spider applications are included to illustrate how to use the framework.
- Arale - While many bots around are focused on page indexing, Arale is primarly designed for personal use. It fits the needs of advanced web surfers and web developers. Some real life cases are:downloading only images, videos, mp3 or zip files from a site. anuals, articles, ebooks fragmented in many files to discourage download.user-unfriendly sites. Popups, banners and tricky scripts annoying you before you can download a resource.
- Grunk - Grunk (for GRammar UNderstanding Kernel) is a library for
parsing and extracting structured metadata from semi-structured text formats. It
is based on a very flexible parsing engine capable of detecting a wide variety
of patterns in text formats and extracting information from them. Formats are
described in a simple and powerful XML configuration from which Grunk builds a
parser at runtime, so adapting Grunk to a new format does not require a coding
or compilation step.Grunk features:
- Powerful two-step parser with pattern-matching based on Perl5 regular
expressions
- Inline transformations making it possible to parse otherwise tricky
syntaxes
- XML-based configuration
- Support for XML output
- Flexible API
- Heritrix - Heritrix is the Internet Archives open-source, extensible, web-scale, archival-quality web crawler project.
Heritrix (sometimes spelled heretrix, or misspelled or missaid as heratrix/heritix/ heretix/heratix) is an archaic word for heiress (woman who inherits). Since our crawler seeks to collect and preserve the digital artifacts of our culture for the benefit of future researchers and generations, this name seemed apt.
It is designed to respect the robots.txt exclusion directives and META robots tags .
- HyperSpider - HyperSpider (Java app) collects the link structure of a website. Data import/export from/to database and CSV-files. Export to Graphviz DOT, Resource Description Framework (RDF/DC), XML Topic Maps (XTM), Prolog, HTML. Visualization as hierarchy and map.his Java application collects the link structure of a website by following the hyperlinks. Various export formats are supported which makes this project unique, especially concerning RDF and XTM which allows to import the data into forthcoming visualization/analysis tools.
- J-Spider - A Java implementation of a flexible and extensible web spider engine. Optional modules allow functionality to be added (searching dead links, testing the performance and scalability of a site, creating a sitemap, etc ..
- LARM - LARM is a 100% Java search solution for end-users of the Jakarta Lucene search engine framework. It contains methods for indexing files, database tables, and a crawler for indexing web sites. ell, it will be. At the moment we only have some specifications. Its up to you to turn this into a working program.ts predecessor was an experimental crawler called larm-webcrawler available from the Jakarta project. Some people joined to leverage LARM on a higher level and wrote down some ideas. This resulted in a new project currently hosted on Sourceforge.
- Metis - Metis is a tool to collect information from the content of web sites. This was written for the Ideahamster Group for finding the competitive intelligence weight of a web server and assists in satisfying the CI Scouting portion of the Open Source Security Testing Methodology Manual (OSSTMM). The tool is distributed under the GNU Public license.
The too is written in Java and is composed of 2 packages:
The web spider engine : the faust.sacha.web java package
This package handles the web spidering process, collects and stores the information in memory.
The data analysis part : Metis org.idehamster.metis java package
This package reads the data collected by the spider and generate a report
- Nutch - Nutch is open source web-search software. It builds on Lucene Java, adding web-specifics, such as a crawler, a link-graph database, parsers for HTML and other document formats, etc.
- Spider - Spider is a complete standalone Java application designed to easily integrate varied datasources.
XML driven framework for data retrieval from network accessible sources
Scheduled pulling
Highly extensible
Provides hooks for custom post-processing and configuration
Implemented as a Avalon/Keel framework datafeed service
Included Core Connectors:
Files and Zip Archives via HTTP/FTP/HTTPS/FileSystem
Supports access via links described as literals or regular expressions
Supports sessions/cookies/form parameters
Included Optional Connectors:
Axis (SOAP webservices)
- Spindle - Spindle is a web indexing/search tool built on top of the Lucene toolkit. It includes a HTTP spider that is used to build the index, and a search class that is used to search the index. In addition, support is provided for the Bitmechanic listlib JSP TagLib, so that a search can be added to a JSP based site without writing any Java classes.This library is released free of charge with source code included under the terms of the GPL. See the LICENSE file for details.
- WebLech - WebLech is a fully featured web site download/mirror tool in Java, which supports many features required to download websites and emulate standard web-browser behaviour as much as possible. WebLech is multithreaded and will feature a GUI console.
- WebSPHINX - WebSPHINX ( Website-Specific Processors for HTML INformation eXtraction) is a Java class library and interactive development environment for web crawlers. A web crawler (also called a robot or spider) is a program that browses and processes Web pages automatically.
WebSPHINX consists of two parts: the Crawler Workbench and the WebSPHINX class library.
The Crawler Workbench is a graphical user interface that lets you configure and control a customizable web crawler.
The WebSPHINX class library provides support for writing web crawlers in Java.
Inlinks :
1,680 Views
August 31st, 2007
»XAMPP Lite« merupakan edisi ringkas dari XAMPP. Merupakan kelanjutan dari MiniXAMPP. Untuk versi ini/lite tidak sering terjadi update. XAMPP Lite sangatlah kecil jika dibandingkan dengan XAMPP. Dan versi lite ini tidak ada istilah upgrade atau addons. XAMPP Lite bisa dikatakan menggunakan slogan paket “Take-Run-Delete-Forget-it”.
Paket ApacheFriends XAMPPlite Version 1.6.2 terdiri dari :
+ Apache 2.2.4
+ MySQL 5.0.41
+ PHP 5.2.2 + PEAR (basic package)
+ XAMPPlite Control Version 2.5 from www.nat32.com
+ XAMPPlite Security 1.0
+ SQLite 2.8.15
+ OpenSSL 0.9.8e
+ phpMyAdmin 2.10.1
+ Webalizer 2.01-10
+ Zend Optimizer 3.2.4
Dengan System Requirements:
+ 64 MB RAM (RECOMMENDED)
+ 200 MB free fixed disk
+ Windows 98, ME
+ Windows NT, 2000, XP (RECOMMENDED)
QUICK INSTALLATION:
1: Ekstrak paket xammp lite ke dalam flash disk, secara default akan terbentuk E:\XAMPPlite atau W:\XAMPPlite atau lainnya ( harus pada level tertinggi / root ).
2: Jalankan “setup_XAMPPlite.bat” dan ikuti proses instalasi. XAMPPlite tidak menambahkan apapun pada windows registry atau settings pada system variables.
3: Jika instalasi sukses, jalankan Apache 2 dengan “apache_start”.bat”, MySQL dengan “mysql_start”.bat”. Stop MySQL Server dengan “mysql_stop.bat”. Untuk shutdown Apache HTTPD, tutup Apache Command (CMD).
4: Jalankan browser dan gunakan url http://127.0.0.1 atau http://localhost.
5: Untuk melakukan un-install XAMPPlite? Gampang, hapus aja “XAMPPlite” folder di flash disk.
* PASSWORDS:
1) MySQL:
User: root
Password:
(means no password!)
2) FileZilla FTP:
User: newuser
Password: wampp
User: anonymous
Password: some@mail.net
3) Mercury:
Postmaster: postmaster (postmaster@localhost)
Administrator: Admin (admin@localhost)
TestUser: newuser
Password: wampp
4) WEBDAV:
User: wampp
Password: XAMPPlite
Sebagai catatan :
- The MySQL administrator (root) tanpa password.
- The MySQL daemon dapat diakses via jaringan
- phpMyAdmin dapat diakses via jaringan.
- Examples dapat diakses via jaringan.
Gunakan link ini untuk download.
Inlinks :
1,978 Views
Next Page »
Most Viewed Post/Page:
Tips : Mengatasi Komputer Bermasalah - 14,036 Views
Tips : Membuat Jaringan Wi-Fi - 5,584 Views
Download - 5,481 Views
Memilih Anti Virus - 4,603 Views
SORTING ALGORITHM ANALYSIS - 4,455 Views
Apa itu Multimedia ? - 3,905 Views
Sejarah Kriptografi - 3,218 Views
Tips : Merawat Komputer - 3,188 Views
Power Builder 11.0 Launching - 3,085 Views
Database - 3,059 Views
Most Rated Post/Page:
Tips : Membuat Jaringan Wi-Fi - 8 Votes
Tips : Mengatasi Komputer Bermasalah - 7 Votes
Download - 5 Votes
Tips : Komputer Aman Dari Virus - 5 Votes
Memilih Anti Virus - 4 Votes
Menjalankan Banyak Account Yahoo Messenger - 3 Votes
Aplikasi Web Atau Aplikasi Desktop ? - 3 Votes
Aplikasi Untuk Amankan Data Penting - 3 Votes
Tips : Merawat Komputer - 2 Votes
Database #2 - 2 Votes
|
| |