Simple Login/Registration Using Flash with PHP and mySQL is a tutorial for creating simple login or registration using flash5 with PHP and MySQL database backend. This is an preface to using mysql database and PHP in flash. The author clearly...
Consuming the RSS Feed of Amazon using C# and ASP.NET is an article demonstrating the webmasters about how to extract the RSS Feed from the Amazon website and using XSLT how to change it to HTML format. After that it could be brought up in the...
Area of Polygon using Shoelace formula.
Here you can find a very basic example of how nevow (twisted's new web toolkit) works. As you see the purpose of this example is to represent in a <ul> a list of dictionaries. I can translate a dict into some tags thanks to the built-in...
JanBasic is a set of basic components: TjanOutBar is a visual and functional Outlook 2000 tabbed buttonbar replica and an example of both using TCollection and of creating a completely owner drawn control; TjanCheckBox with custom size and color;...
A helper class and function to make it easy to configure logging, and an example of using it to send INFO to sys.stdout and WARNING or above to sys.stderr.
This is a simple port to Python 2 (I tested on 2.7) of Nick Coghlan's Python 3...
An example of using the email module to create a multipart MIME message.
An example of using the email module to unpack and decode a MIME message. This example uses the message's walk() method.
This is an example of how to use vlc.py . It records an mp3 file from an online audio stream, using the track announcements to write an accompanying cue file.
After searching the web, ASPN and not finding a simple example of using gzip to zip a file. I created this little gem. it is a little rough at the edges, ie it does not check to see if the file it is zipping to is there (it will over write it, you...
This is an example of how to implement the split step propagation algorithm using python and numpy. Click here to see the results http://www.alexfb.com/cgi-bin/twiki/view/PtPhysics/VortexLattice
An extremely simple example of using httplib to write a file to a WebDAV server. This version does not use any authentication mechanism.
This is yet another example of an XML-RPC capable web service. Where this example is different though, is that the service can be accessed at the same time using the SOAP protocol. Confusion is avoided by clients for each protocol using different...
A simple example of how to get data from templatemonster's webapi to your website while using only PHP.
This is a tutorial that contributes to ASP.NET developers on generating graphs and charts using Flash. Here the author guides users to generate animated line chart in Flash MX. The author also explains the advantages of creating graphs and charts...
Fully functional example of DDE client and DDE server programs based on KOL library and port of VCL DDE components for using with KOL.
This is an example of the output from recipe 577485 after being formatted for 80 character line width. The file that it generated by the self extracting archiver is a simple PNG image that is only slightly larger than its raw version. By combining...
This is a very basic example of how to launch an editor from inside a program. NOTE: a real script would have all sorts of error management wrapped around it, using this as is may cause baldness, impotence, priapism or worse. Will...
A showcase and archive of the best Flash sites including Games and Cartoons updated each week and resources for Flash sites.
This article is an example of a serviced component which has two main parts, a server and a client. Applying few attributes, the author explains an example of the Account class. The attributes used in this Account class is explained with a short... |