CATEGORIES
2D Graphic
Adobe PhotoshopAdobe IllustratorAdobe InDesignAdobe FlashAdobe FreehandAdobe FireworksCorel DrawPaint Shop ProGIMP
3D GraphicVideo EditingAudio EditingDesktop ProgrammingWebsite DevelopmentDatabaseTutsBuzz Stuff 
POLL
What kind of tutorials are you interested in?

0faves
Oracle » 21.02.2008 » by jackorlando
This should be called a book actually.
0faves
Oracle » 21.02.2008 » by jackorlando
PLSQL stands for "Procedural Language extensions to SQL", and can be used in Oracle databases.
0faves
Oracle » 01.01.2008 » by bybye
Today I was working on a data table, output in HTML generated by PL/SQL and I needed to implement a feature that would allow the user to sort the table based on the column header they clicked on.
0faves
Oracle » 01.01.2008 » by bybye
Flickr Services API is nothing new, and if you're using PHP, ASP.NET or any of the other major languages, there is plenty of documentation available to get you started with putting Flickr functionality in your web application.
0faves
Oracle » 01.01.2008 » by bybye
I've put together a comprehensive example for paginating and sorting a table of data in a web page using PL/SQL. This example uses the all_objects table, so should be usable on any Oracle database.
0faves
Oracle » 01.01.2008 » by bybye
Because PL/SQL does not have the same support for arrays that other programming languages have, handling checkboxes in HTML forms can be a bit trickier than you might expect.
0faves
Oracle » 24.05.2007 » by biohazard
If a user’s default and temporary tablespaces are not set, then the database will default to the SYSTEM tablespace.
0faves
Oracle » 24.05.2007 » by biohazard
A view is a database object that allows you to create a customized slide of a table or a collection of tables. A view is just a SQL query that is stored in the database.
0faves
Oracle » 24.05.2007 » by biohazard
Users let the database know who you are and what access authorizations you have. You must have the create user privilege to create a user.
0faves
Oracle » 24.05.2007 » by biohazard
Before you can create a database, you must first learn how to start and shutdown the database, which are basic database administration skills.


