ciaika saved tutorials


profile / submitted / saved / comments / tutorial comments
RSS feed
Directory Listings, list files and subfolder using php
Submitted by Xfunda - excellent fundamental » Directory Listings, list files and subfolder using php. This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir("."); The opendir function returns a directory handle resource on success, or FALSE on failure.
Rating: 2.0/5 | 6 clicks | 0 comments | 1 save | share | report
How to make an AJAX file upload
Submitted by DarkMindZ » Creating an AJAX + PHP File upload system.
Rating: 3.7/5 | 471 clicks | 0 comments | 1 save | share | report
Easy payments using Paypal IPN
Submitted by Dutch PHP Resource » There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. This Tutorial / guide will show you how to process paypal payments using the IPN feature
Rating: 4.0/5 | 277 clicks | 0 comments | 1 save | share | report
XML in Flash is Easy because RSS Feeds are Free
Thumbnail
Submitted by All Flash Website » Connect Flash to a Content Management System (CMS). Use the automatically generated RSS feeds to integrate XML data to create a dynamic Flash web application.
Rating: 3.2/5 | 292 clicks | 1 comment | 1 save | share | report
Making a Cool Anime Header in Photoshop
Thumbnail
Submitted by DeveloperTutorials.com » This tutorial walks you through the steps to making an anime header using Adobe Photoshop.
Rating: 2.3/5 | 5,722 clicks | 0 comments | 1 save | share | report
How to Randomly Rotate AdSense Ads with Javascript
Submitted by Web Cash » Want to randomize and rotate your AdSense ads? Maybe you want to test a new ad format against an old one? You can do that with this simple bit of Javascript. It's easier than you think.
Rating: 4.0/5 | 351 clicks | 0 comments | 1 save | share | report
AJAX file upload tutorial
Submitted by PHP F1 » In this tutorial I will show you how to create simple AJAX file upload system using PHP and JavaScript.
Rating: 3.0/5 | 754 clicks | 1 comment | 1 save | share | report
Opening PDFs in a New Window with JavaScript
Submitted by DeveloperTutorials.com » Opening documents such as PDFs in a new window should be automated using JavaScript for the following reasons. Users will often close the web browser when a PDF is opened, mistakenly believing the document has been opened in Adobe Reader, the attribute historically used to open a new window, target, has been removed from the HTML 4.01 Strict specification (it's now deprecated), opening a new window is a behaviour and should be moved to the behavioural layer.
Rating: 3.5/5 | 230 clicks | 0 comments | 1 save | share | report
How to Create a Custom RSS Feed with PHP
Submitted by Web Cash » An RSS feed is a great way to serve up your content to users. However, if you're not using a standard CMS or blogging platform you may not have an RSS feed generated for you automatically. This tutorial will show you how to create an RSS feed in a few simple steps. If you can query your database to get information about your articles, you can complete this tutorial and build a custom feed.
Rating: 3.2/5 | 472 clicks | 0 comments | 1 save | share | report
XML Image Gallery with Falling Pictures (Snow Effect)
Thumbnail
Submitted by Webzo Studio » This tutorial tells you how to create XML Image Gallery with Snow effect. The images falling like snow from the top and will enlarge when clicked. Very useful for Christmas gallery effect.
Rating: 3.2/5 | 2,639 clicks | 0 comments | 1 save | share | report