Welcome to Download Free Javascript, PHP, C++, HTML Codes

Search   in  

 Create an AccountHome | Submit a Download Article | Your Account | Forum: Ask Question!  

Login
Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.

Navigation Menu
· Home
· Articles Archive
· Downloads Archive
· Feedback
· Forums
· Information
· Members List
· Private Messages
· Recommend Us
· Search
· Submit Download Article
· Surveys
· Top 10 Stats
· Upload Files
· Your Account

Who's Online
There are currently, 5 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Top 10 Links
There isn't content right now for this block.

Subscription
You are not subscriber of Download Free Javascript, PHP, C++, HTML Codes. You can subscribe from here now!

  
WELCOME TO DOWNLOADFREECODE.COM!!

Welcome to DownloadFreeCode.com, your download heaven for free source code for .Net, C++, Delphi, HTML, Java, JavaScript, Pascal, PHP and Visual Basics.

To download, you must first register. Registration takes only 2 minutes and allows you to post on our forums (where you can ask questions and leave answers to programming problems), add your own files to our database, market your resources on our site and much more. Join us today.

JavaScript                C++                Java                PHP                 HTML

SHARE YOUR RESOURCES WITH THE WORLD!

As members, you have the ability to post articles on our homepage for a period of time, advertising your resource, be it already in our downloads archive or on your site. Even after it gets removed from our homepage, your submisson will continue to be in our articles archive where people can search and use your information. If you publish an article about a download that's on your site, we do reserve the right to add it into our downloads archive. Proper ownership information and site information will be included. Please post articles that are relevant to the site.

Interested? Simply click here.

Latest Updates

The site just launched on Sept 1st, 2008.

Downloads are up for C++, HTML, Java, JavaScript and PHP.

:: What's Next ::
New downloads will be added soon in Downloads Archive for .Net, Delphi, Pascal, Visual Basics.

Articles will be posted on an ongoing basis. In the next few days, articles for HTML and PHP will be published.

Still lot of management work for the site is required. Any feedback is appreciated.

PHP Articles: Check Referer (sites for instance)
Saturday, September 13 @ 21:47:52 MST by EnemyUnited (56 reads)
PHP Download ArticlesOften it is plenty useful to be able to collect information about the site that referred the visitor to your website and/or page. Use this nifty little script. It is very simple to use and to implement.

(Read More... | 633 bytes more | 4 comments | PHP Articles | Score: 0)

HTML Articles: Adding Colour to Table Borders
Saturday, September 13 @ 21:39:39 MST by EnemyUnited (39 reads)
HTML Download Articles
If you're using HTML tables within your web page and would like to add a color border, the code contained within the following file will help you accomplish that.

Download File



(Read More... | 339 bytes more | 1 comment | HTML Articles | Score: 0)

JavaScript Articles: Put Picture Slideshow on Your Webpage Using JavaScript
Saturday, September 13 @ 21:32:00 MST by EnemyUnited (182 reads)
Javascript Download Articles
This is a nifty bit of a script that allows you to have a sort of slideshow on your website. The user interface is quite nice. It allows any visitor to the webpage select the picture to display from a combo box and the picture will then display. The visitor can do this as many times as he or she pleases.

Click here to download the file



(Read More... | 2 comments | JavaScript Articles | Score: 0)

PHP Articles: Login User System
Saturday, September 06 @ 11:32:08 MST by EnemyUnited (183 reads)
PHP Download ArticlesThis is a login user system.

It has 3 files:
   - login.php
   - register.php
   - lastmember.php

Once a user has been logged in, it will return him/her to the home page. To see if they are logged in use the code at the bottom of the script.

When a user registers, it will update the lastmember.php page, so you can include it in your home page by using and it shows the last member that signed up. You can add/change the stuff in the last member.php page but i suggest not changing anything, because I hate people saying they changed so and so and it doesn't work. so just leave it alone :P

(Read More... | 1072 bytes more | 2 comments | PHP Articles | Score: 0)

PHP Articles: MySQL Database Layer Class
Saturday, September 06 @ 09:37:20 MST by EnemyUnited (54 reads)
PHP Download ArticlesA class providing some very useful methods to work with a mySQL database. Easy to use and contains extensive documentation. Very user friendly.

Some Highlights
-   connects you to a mySQL host and select a database in a single call (opposed to PHP's native functions which requires two steps)

-   has an "escape_string" method that will "mysql_real_escape_string" your string weather the magic_quotes are on or not and more....

(Read More... | 2338 bytes more | 2 comments | PHP Articles | Score: 0)

PHP Articles: A MySQL Search Engine
Saturday, September 06 @ 09:19:19 MST by EnemyUnited (36 reads)
PHP Download ArticlesIt searches through one of your databases and looks for places that contains the $search word, and gives you the results on the page.

Download File

(Read More... | 2 comments | PHP Articles | Score: 0)

PHP Articles: Image Information
Saturday, September 06 @ 09:07:15 MST by EnemyUnited (31 reads)
PHP Download ArticlesThis snippet will show the information (dimensions, type, size) of an image.

Click Here to Download

(Read More... | 1 comment | PHP Articles | Score: 0)

PHP Articles: Class for Basic Image Manipulation
Saturday, September 06 @ 09:04:01 MST by EnemyUnited (31 reads)
PHP Download ArticlesA class providing a set of methods for doing basic transformation to an image like resizing, rotating and flipping. The class is very small (only about 18Kb in size but still heavily documented) and as i said it only covers some basic methods so don't expect miracles. i use it in favour of many other well known scripts that are hard to install, hard to manage, have a thousand files, many megabytes in size and zillions of methods and functions nobody uses.

(Read More... | 549 bytes more | 1 comment | PHP Articles | Score: 0)

PHP Articles: Dynamic Dropdown Menu
Thursday, September 04 @ 16:23:44 MST by EnemyUnited (43 reads)
PHP Download ArticlesYou have seen static menus. Click on the down arrow to open up the menu, choose from the list and go to another webpage or another part of the page. But what about a dynamic dropdown menu?

Here is a simple function that will help you build a basic dynamic dropdown menu, a combo box for php.  You can edit the texts and the options for the visitor.

(Read More... | 736 bytes more | 1 comment | PHP Articles | Score: 0)

PHP Articles: Tagcloud Font Distributor
Thursday, September 04 @ 16:07:39 MST by EnemyUnited (65 reads)
PHP Download ArticlesThis will assign font sizes to tags based on their counts. It tries to evenly distribute the font sizes among the tags while keeping all tags with the same counts under the same font size. The data needs to be in the following format:

$tag[tag_name] => Tag Name
$tag[tag_count] => Number of instances of this tag
$tag[tag_class] => Resulting class name, ex: tag1, tag2

(Read More... | 1083 bytes more | 1 comment | PHP Articles | Score: 0)

  
Article Categories
· ::ALL ARTICLES::
· C++ Articles
· HTML Articles
· Java Articles
· JavaScript Articles
· PHP Articles

Go to the Downloads Archive to view all downloads in our database.

Top 10 Downloads
· 1: Slide Show Showing Pictures
· 2: Login System
· 3: Borland C++ 5.01
· 4: Single Linked List Class
· 5: Insertion Sort
· 6: Heap Sort
· 7: Contact Us Form
· 8: Binary Search
· 9: Ban IP
· 10: Analog Clock

Survey
What do you think about this site?

It is ok..
Cool
Terrific
The best one!
Needs improvement



Results
Polls

Votes: 24
Comments: 4

Big News of Today
There isn't a Biggest Post for Today, yet.

Last 5 News Posts
· Check Referer (sites for instance)[ 4 comments - 56 reads ]
· Adding Colour to Table Borders[ 1 comments - 39 reads ]
· Put Picture Slideshow on Your Webpage Using JavaScript[ 2 comments - 182 reads ]
· Login User System[ 2 comments - 183 reads ]
· MySQL Database Layer Class[ 2 comments - 54 reads ]

[ More in Download Posts Section ]

Old News Posts
Thursday, September 04
· Changing the Background of Your Page
· Put PHP Games on Your Webpage
Tuesday, September 02
· Fraction Class and MFraction Class
Monday, September 01
· Changing Scrollbar Colour (for browser and page elements)
· Redirecting to Another Location
· Page Background Effects
· Animate Webpage: Moving Through Outer Space
· Effects on Page: Rain and Snow on Webpage
· Make Your Site Annoying!! Use Popup scripts!
· Alert Message When Mouse Moves Over a Text Link
· Give Alert Message When Click on Button
· Alerts and Messages When Entering or Exiting a Page
· Download Borland C++ 5.01!!
Tuesday, August 26
· Open Pop-Ups on Your Page
· Make the Boring Status Bar Do More!!
· Disable Right-Click and/or Copying on Webpage
· Telling the Time: Clocks on Webpage
· Looking For Text Effects?
· Allow Visitors to Search Your Site and Others
· Put Page Animations on Your Webpage
Monday, August 25
· Examples of Using PaintBugs
· Graphics - Moveable Figures Classes
· Graphics - Bounceable Figures Classes
· String Manipulation Methods
· Rounding Decimal Numbers
· Sorting Algorithms
· Searching Algorithms
· Linked List (as a class and how to do it without one)
· Char and Integer Range Checks
· Searching and Sorting Algorithms

Older Posts

Copyright © 2008 Krishna & Rafat. All Rights Reserved.
Site Launched: 01/09/08
Privacy and Codes of Conduct

PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 1.97 Seconds