Showing posts with label Programing. Show all posts
Showing posts with label Programing. Show all posts



This is for create table, before this you must create database with name is "dbname".
CREATE TABLE guestbook (
  id int(11) auto_increment,
  nama varchar(20),
  email varchar(20),
  tanggal date,
  komentar text,
  PRIMARY KEY  (id)
)

So, this is code.
";
echo "NamaEmailTanggalKomentar";
while($data = mysql_fetch_array($result))
{
   echo "".$data['nama']."".$data['email']."".$data['tanggal']."".$data['komentar']."";
}

echo "";

// mencari jumlah semua data dalam tabel guestbook

$query   = "SELECT COUNT(*) AS jumData FROM guestbook";
$hasil  = mysql_query($query);
$data     = mysql_fetch_array($hasil);

$jumData = $data['jumData'];

// menentukan jumlah halaman yang muncul berdasarkan jumlah semua data

$jumPage = ceil($jumData/$dataPerPage);

// menampilkan link previous

if ($noPage > 1) echo  "<< Prev";

// memunculkan nomor halaman dan linknya

for($page = 1; $page <= $jumPage; $page++)
{
         if ((($page >= $noPage - 3) && ($page <= $noPage + 3)) || ($page == 1) || ($page == $jumPage))
         {
            if (($showPage == 1) && ($page != 2))  echo "...";
            if (($showPage != ($jumPage - 1)) && ($page == $jumPage))  echo "...";
            if ($page == $noPage) echo " ".$page." ";
            else echo " ".$page." ";
            $showPage = $page;
         }
}

// menampilkan link next

if ($noPage < $jumPage) echo "Next >>";

?>


I finded this code in Blog Rosihanari.

You can complete seen theory in there website.


Visual assembly programming environment made to build 32-bit Windows applications.
Size : 1.60MB
OS  : Win 9x/ME/NT/2K/XP/VISTA/7

 Easy Code is the visual assembly programming environment made to build 32-bit Windows applications
(now supporting Unicode and multiple languages). To compile and link the projects designed on its IDE, Easy Code uses MASM32 or GeneSys, complete programming tools packages including the Microsoft Macro Assembler. The Easy Code interface, looking like Visual Basic, allows you to program a Windows assembler application in a quick and easy way as never possible before. Download and test this application which is distributed with a setup program and includes the source code of a nice CD player, a complete and fast text editor in a dll file (to be able to program your own editor), a complete and excellent text editor (GeneSys) ready to use, a file shredder, a MIDI player and many other applications.

 Download Easy Code Masm 1.04.0.0010

HTML help authoring, PDF and WEB based documentation generator.
Size : 3.44MB 
OS  : Windows 2000/XP/2003/Vista/7

HelpNDoc is an easy to use yet powerful and intuitive help authoring tool.
HelpNDoc provides a clear and efficient interface to build the most amazing CHM help files, WEB based documentation, PDF and Word documents from a single source without worrying about the inner working of help file generation. You just have to enter or import your documentation in the built-in word processor and hit the "Compile" button to obtain a fully functional help file which looks exactly as you designed it.

Forget about bloated user interfaces and incomprehensible tools. HelpNDoc has been engineered to provide the most advanced functionalities in their simplest form: creating and maintaing html help files, Word and PDF documentation is usually a painful process but thanks to HelpNDoc you may surprise yourself enjoying it! You know how to use your favourite word processor? Then you already know how to use HelpNDoc: it´s that easy! Add to that many powerful features such as live spell checking in a fully WYSIWYG (What You See Is What You Get) environment and you´ll begin to imagine how fast and easy it will be for you to create your next help file and how professional it will look like.

It´s time to stop paying for overpriced and useless tools!

UML editor supporting 13 types of UML diagrams and 6 others.


Size: 1.15MB

OS: Windows XP/Vista/7

In: Programming > Editors

Software Ideas Modeler is a lightweight and powerful tool for the creation of UML diagrams. It supports 13 types of UML diagrams, Mixed Diagram, Entity Relationship Diagram, Data Flow Diagram, Requirement Diagram, User Interface modeling and CRC Cards. The application supports export to many image formats (WMF, EMF, PNG, SVG) and PDF. Generating of documentation (in RTF format) for project is also available.

Download Software Ideas Modeler 3.323

A free source editor and Notepad replacement
  Size : 3.21MB
  OS   : Win 9x/ME/NT/2000/XP/Vista/7
Features:
  • Syntax Highlighting and Syntax Folding
  • User Language Defined System
  • Tabed document and Multi-View
  • More than 50 languages supported
  • Full Drag ‘N' Drop supported
  • Macro recording and playback
  • Extensible with its plugin system
 Download Notepad++ 5.7 RC


Applications This is a bridge between DHTML and PHP / MySQL and uses Ajax and JSON. It comes with a rich set of skin based UI widgets. API is a javascript and cross-browser. For those of you who are familiar with DHTML, and code in PHP, also liked to make the display in web design. This application is suitable to you.


Come download now Download Get Webos 0.0.1 


More to downloads.sourceforge.net


Application that converts RSS feeds to HTML. So that it can be seen on your website.
In addition to creating RSS feeds that are available for your visitors to use with their RSS Feed Reader, as the Webmaster You also might want to make the same feed available on your web site to see with ordinary Web browser.

This script will allow you to create webpages that will always display the latest information from the RSS feeds you, and because the resulting page is pure HTML, it will be in a format that is easy for search engine robots.
So your web pages is automatically updated on-the-fly, easily spidered by search engine robots, and easy to implement.

* License: Freeware Free
* OS: Windows XP, 2000, 98

* Requirements: PHP

Server 1 Official Download Click to Download


More to www.brothersoft.com


Want your visitors to be able to contact you right from your site? Want to protect yourself from spammers by hiding your e-mail address? Then this tool is for you!

With Strong Contact, you will be able to easily and quickly create a Contact Form and publish it on your site. Besides regular fields for entering a name, e-mail address and message text, you can have as many additional fields as you like, which will allow you to collect any information you are interested in. These forms are based entirely on PHP and perfectly work on Modern web servers.

Contact Form Builder consists of two sections: Form and Output. Use the Form section to configure the form and add/remove form fields and the Output section to get the final PHP/CSS code of the form.

Form (see screenshot)
The Form section consists of the item list, buttons for adding/removing items and several edit fields for changing the parameters of the form and its fields.
The Recipient's address field is the e-mail address the message with the information entered into the form will be sent to.
Default Subject defines the message subject if no field in the form is used to enter the subject.
The "Thank you" message defines the message that will be displayed for the user after the message is successfully sent.
The Add Field button adds a new field. Clone Field adds a new field with the parameters of the selected field. Delete Field deletes the selected field.
The Text Field, Text Area and Check Box options define the type of the form field, where Text Field is a one-line text input field, Text Area is a multi-line text input field and Check Box is a checkbox with two values: selected/not selected.
Field Name is used to edit the text that is displayed next to the field in the form.
Min.length is used to limit the minimum length of the value in the field. If the length of the text is less than the minimum value, the form will display an error message.

Brothersoft(US mirror) Click to Download

More to www.brothersoft.com


An e-commerce PHP script has an online web shop, shopping cart (based on cookies), one-level categories, multi languages supports, voting and searching... Fully functions admin control panel.

Each item has thumbnail photo, voting, click and qualtity tracker, active or inactive mode, ....Users can shopping on Web then order via email then purchasing in cash/cheque or Credit Card. Fully admin control panel with items management, new item adding, news publishing, file editor, and online configuation tool, you dont have to change your config via FTP. NEW in version 2.1 : Plug-and-Play languages system, each item with 2 item's options (size,color,..), Admin control panel is more secure, new design theme...and more. You can have an useful but free web shop.

Server 1 Brothersoft(US mirror) Click to Download
Server 2 Brothersoft(CDN for Global) Click to Download 


More to www.brothersoft.com


XAMPP is an acronym for each letter are:
[Edit] X

X: This program can run many operating systems, [2] such as Windows, Linux, Mac OS, and Solaris.
[Edit] A

A: Apache, a web application server. [2] Apache main task is to produce

actual web pages to users based on code written by the makers of PHP web pages. if necessary also on the basis of PHP code is written, it can be a database accessed first (eg in MySQL) to support the resulting web page. [3]
[Edit] M
M: MySQL, a database server application. [2] In a further development which is called SQL stands for Structured Query Language. SQL is a structured language used for processing the database. MySQL can be used to create and manage a database and its contents. We can use the MySQL to add, modify, and delete data within the database. [3]
[Edit] P

P: PHP, web programming language. [2] programming language PHP is a programming language to create a web that is server-side scripting. PHP allows us to create dynamic web pages. Database management system that is often used with PHP is MySQL. but PHP also supports Oracle's database Management systems, Microsoft Access, Interbase, d-base, PostgreSQL, and so forth. [3]
[Edit] P

P: Perl, the programming language.

Download Xampp



More to www.apachefriends.org/en/xampp.html

Visitor

free counters

Followers

Translate

Chat