Styling HTML5 with CSS
In all but one browser, styling these new elements is pretty simple. Although you can use the new HTML5 elements now, most browsers even current ones don’t necessarily understand them. They don’t do...
View ArticleStylizing Heading Text and Borders With CSS
You want to stylize the borders on the top and bottom of a heading, as shown below:Use the border-top and border-bottom properties when setting the style for the heading:h2 {font: bold italic 2em...
View ArticleAdding Image at the bottom of Heading with CSS
You want to place a repeating image at the bottom of a heading, like the cloud as shown below:Use the background-image, background-repeat, and background-position properties:h2 {font: bold italic 2em...
View ArticleUsing Post_Query Trigger in Oracle Forms
When a query is open in the block, the Post-Query trigger fires each time Form Builder fetches a record into a block. The trigger fires once for each record placed on the block’s list of records. Usage...
View ArticleUsing SYSTEM.MOUSE_ITEM In Oracle Forms
If the mouse is in an item, SYSTEM.MOUSE_ITEM represents the name of that item as a CHAR value.For example, if the mouse is in Item1 in Block2, the value for SYSTEM.MOUSE_ITEM is...
View ArticleMaking a Rounded Border Around an Image with CSS
Suppose you want to round the right-angle corners of an image border, set the border value and then use the CSS3 border-radius property along with its browser-specific border-radius properties.The...
View ArticleShifting List Item Values From One List To Another In Oracle Forms
Suppose you have two T-List items in form and you want to shift element values from one list to another in Oracle Forms, here is the example given below for the same. Create two buttons also between...
View ArticleGoogle's April Fools Prank
Today on 1st April 2013, I opened Google search page to search something and I saw a new option from Google that was Google Nose. I thought Google launched something new then simply I clicked the link...
View ArticleOracle Forms 10g Tutorial Ebook Free Download
A step by step tutorial for Oracle Forms 10g development. This guide is helpful for freshers in Oracle forms 10g. To download this book from Google Drive Click HereAfter completing the all lessons, you...
View ArticleBuilding Two Column Layout With Fluid Width in CSS
Here is the example given below for two-column layout with columns that resize to the width of the browser.This technique works because all columns are set to float and their widths aren’t larger than...
View ArticleUploading Files To FTP in VB.Net
In this blog I explored an example to upload files one by one to ftp in Vb.net. The main function is "Upload" and upload function call other functions described in this example. To call "upload"...
View ArticlePartially Rolling Back a Transaction in Oracle
You have a group of DML statements that must all complete for your transaction to be successful, but you want the capability to roll back only the most recent statements and not all statements since...
View ArticleAn Example of On-Error Trigger in Oracle Forms
I wrote this trigger around 4 years ago to handle errors in an application based on Oracle Forms 6i. This trigger handles all errors with some custom messages for some specific errors and not only this...
View ArticleFree Background Images For Websites and Blogs
Download free background images for websites and blogs. You can use these images for sidebars to or where ever you want. These images are totally free from me, to download these images click an image...
View ArticleFree Animated Images For Website Titles and Sidebars
Download free animated images for website titles and sidebars. To download these images click on image then right click on image and choose Save as option.
View ArticleGiving Data Backup Option in Oracle Forms 6i
Suppose you want to give the data backup option in Oracle Forms application to some client users, where you have installed Oracle 11g client or direct from server.The following procedure executes a...
View ArticleDownload Free Background Images For Websites Page - 3
Download Free background images for website, blogging or software purpose. To download an image click on image then right click on image and choose save as option.
View ArticleDownload Free Beautiful Sidebar Images For Blogs and Website
Download free images for sidebar title for blogger or websites. To download click an image and choose save as option.Click here to get huge collection for Sidebar ImagesClick here to get huge...
View ArticleUsing User-Named Triggers in Oracle Forms
A user-named trigger is a trigger defined in a form by the developer. User-Named triggers do not automatically fire in response to a Form Builder event, and must be called explicitly from other...
View ArticleHandling Background Images With CSS
In this blog I will discuss many recipes regarding CSS interactions with images. Recipes include dealing with borders, manipulating background images, rounding corners on boxes, replacing HTML text...
View Article