Profile
Achievement
ezerick's Recent Snippets
- All /
« Prev 1 Next »
This code allows you to create an ID field value for inserts into a table that does not auto increment itself
0
830
posted 12 years ago by ezerick
Field1 + Field2 + Field3 should create 1 entry for each unique row in the DB. In an employee table, this would be FirstName + LastName + EmployeeNumber
1
694
posted 13 years ago by ezerick
I found this and simply want to store it. It was done by Valentino Vranken
2
2709
posted 14 years ago by ezerick
this is a combination of javascript and css and an image called letters.jpg that allows you to use any font you want for the first letter of each paragraph. Letters.jpg needs to have all the letters in uppercase in a row. See the link for a sample le...
0
650
posted 16 years ago by ezerick
Firefox ignores the alt tag on images and uses the title tag whereas IE uses the alt tag. This javascript code copies the text in all image alts to the image's title. Best when placed at the footer of each page
1
869
posted 16 years ago by ezerick