SimpleGridBuilder (ASP class definition)
Posted by Daniel - 2,231 Views
Can we display data from a database on a web page with a minimal work? well, there will be no pure instant things to achieve that, but at least we can minimize the steps when we do the job.
I created Simple Grid Builder - a simple ASP class definition - to make it easier for me when I need to display data from the database in a grid layout. The purpose is to assemble a reusable component by providing some flexible settings on it, so the component can be deployed in more than one application.
EditorKu (Multiple sheet text editor)
Posted by Daniel - 2,520 Views
The idea was started several years ago when I noticed that the MS-Notepad can not open more than one text files in a single application window. It made my taskbar full of notepad buttons when I need to edit many text files. Even at that time there are so many free text editors on the internet, I decided to assemble my own text editor just to make me busy when I got nothing to do.EditorKu means MyEditor in English, it uses the powerful SynEdit Delphi Component as the core of all its features and functionalities. EditorKu can open as many text file as you like, it provides syntax highlight feature for some known rules such as Basic, Pascal, SQL, C++, ASP, PHP, Javascript and HTML of course.
Delphi SMSCodec (SMS Processing Component)
Posted by Daniel - 16,935 Views
SMSCODEC is my own Delphi version of SMS Encoding/Decoding component. Its a simple one but quite enough to assemble a PDU format of an SMS send message to be sent via cellphone and to decode SMS message (received message) from my cellphone to get the sender number and the message content.
Several functions that you can use to perform SMS processing are: PDU7BIT2ASCII, PDU8BIT2ASCII, PDU16BIT2ASCII, ASCII2PDU7BIT, DecodeSMS, and EncodeSMS. Some lines in the component source code are commented and a demo/usage example project is also included in this package.
Hi, my name is Daniel Nugraha, a single male live on an island called Java, Indonesia. This is the place for me to share my interest in computer programming.
-
Get my Full Feed Here
Popular Entries
- Passing arguments to your VB.NET console application
- Microsoft Excel Import External Data Problem: When Microsoft Query doesn’t recognize some of your parameters
- Resize Image or Crop Image with Joe Lencioni’s Smart Image Resizer, WordPress Setup
- How to Get User Input and allowing more than 256 characters to be entered on .NET Console Application
- ASCII To PDU Converter (Convert ASCII to PDU and vice versa)
- ConsoleProgressBar - Simple Progress Bar Function for your VB.Net Console Application
- An example: Using CPort Delphi Component to read data from your cellphone
- Runtime-Form-Creation. Automatically creating child forms in a Delphi MDI application with a component array
- CPort Component (Serial port interface component for Delphi)
- SmartImageResizer Plugin, WordPress plugin based on Joe Lencioni’s Smart Image Resizer
