POP Keywords: ...

Simple MP3 Player With Ming

Ming and ming again^^ I really interest with Ming Library on PHP. In this post I’ll share you simple MP3 player using Ming and PHP. Actually Ming Library doesn’t have sound event, but not impossible to make a simple MP3 player using Ming.

Wordpress Plugin

This is Wordpress pulgin that i used to my blog. Not too many, but i think It’s usefull to bloging. I always add this plugin if I install new Wordpress blog. There are 5 plugins blow. Just Check it out.

Install Wordpress

First prepare your hosting and go to admin page or cpanel. In this case I used cpanel. Create database on MySQL database with database name=username_blog, username=username_admin, password is up to you. Don’t forget to click create database and create user to submit. Then add user to database and make Assign Privileges for [...]

Search Engine for File Sharing Service Provider [RapidShare, MegaUpload, SendSpace, etc~]

Download, download, download… Do you like download any content or somethings? like song, video, or software? But don’t use this post to crime.. hehe. I think you know what I mean.. Trust it or you’ll get punishment. Now focus on this topic.. Mmm may be a week ago.. I found search engine to search [...]

Flash Generator [Part 2]

Database Designer

* primary key
** foreign key
There are three table that used to system. First is data_user. It used to collect all data about user, such as username, password, email, and level. The second one is Collection. It used to collect all data about banner form specific user, such as banner_id, banner_name, location, embed, size_id, and [...]

Flash Generator [Part 1]

What is Flash Generator? Flash generator is my final project for Bachelor Degree. This project based on PHP and Ming Library. In this project I tried to explorer technology of Ming Library. In this project i focussed to generate Web banner only.
What is Ming Library? Ming Library is library made by Dave Hayden. Ming allow [...]

PHP Upload Script

I create a simple script for upload file with PHP. First let’s make a page, for ex:upload_page.html
and copy this script..

?View Code HTML4STRICT1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Upload script</title>
</head>
<body>
<form enctype="multipart/form-data" action="upload.php" method="POST">
Please choose a file: <input name="uploaded" type="file" /><br />
<input type="submit" value="Upload" />
</form>
</body>
</html>

Then create another page “upload.php” and add this php script..

Blogroll Link Update