Dynamic

Simple Dynamic Web Site

Submitted by Chinthaka Deshapriya on
Welcome --------------- Hi Guys! I am Chinthaka Deshapriya from Sri Lanka. I am going to give some valuable source code for beginners of dynamic web developers. Installation ---------------- 01. Extract all content into your host. 02. Create New Database Name "maindb" 03. Import Database from your content in DB folder. Fine! It will work well. Good Luck!

Dynamic Selection Box

Submitted by rinvizle on
In this tutorial I will show you a how to create a Dynamic Selection Box. This project or the dynamic selection box is compose of country, state, and city using the dropdown function. This project will implement a relational dropdown of country, state, and city using jQuery, Ajax, PHP, MySQL and Bootstrap. And it means that state is related with country and the city is related with the state.

Simple Dynamic Website using PHP

Submitted by Jeprox on
This simple dynamic website has been written using PHP. The admin can add, update and delete products, upload image products and add announcements for the website. If you want to go to the admin page just type /admin in the URL. The users can view the products, location, announcements and leave a message to the website. database name: midori.sql Admin username: admin password: admin

Easy Way to implement A Dynamic Clock in Java using Threads

Submitted by mehfuza on
Introduction: In this Tutorial, creation of clock which updates every second is explained. Here we create an Application for clock. It shows Hour, minutes and seconds which updates every second. Main Idea: The Dynamic clock can be created using Java's Timer thread but here we will see how to use our own thread and accomplish the task. This tutorial can clear any doubts you have in Java Threads.

Create Forms Criteria on the fly

Submitted by magicscreen on
Create criteria for forms in real time, as needed. An Instruction form will open when the project opens. The system was written using MS Access 2010 Default file format is Access 2003 Operations: 1. Create Form 2. Enter each form field's data type into the field's Tag Property 3. Save form’s information using the frmMaintainForms form 4. Select the form from the frmFormsMenu 5. The criteria form

Revised Create Report Criteria on the fly Version v_01_01

Submitted by magicscreen on
The reason for the revision is that this was part of a larger project and had code not needed for this project. Also, there was a glaring error that I found and fixed where I was putting records into the wrong table. This did not cause any problems but would be confusing to someone looking at the code.