scriptastique
-
HTML: Don't start ID-s and classes with numbers, some older browsers might have trouble with them.
1:00 AM Apr 14th
from Twuffer
-
HTML: You can write you html code inside PHP files and use them on the web, even if the PHP file doesn't have any PHP code in it.
5:00 PM Apr 12th
from Twuffer
-
Scrip just posted "Hiding Easter Eggs in your code"
4:54 PM Apr 12th
from web
-
You can get PhpMyAdmin themes at , but watch the version number, as some won't work for you.
10:00 AM Apr 12th
from Twuffer
-
If you have a big monitor you can open Notepad++ on the left and your browser on the right to get an almost instant preview of your work.
4:00 AM Apr 12th
from Twuffer
-
CSS: Shorthand for margins can be written as "margin: 10px 1px 0 2px", where the values are top, right, botttom, left (clockwise)
9:00 PM Apr 11th
from Twuffer
-
HTML: A table must contain at least the following (minimum): <table><tr><td></td></tr></table>
2:00 PM Apr 11th
from Twuffer
-
MySQL: Add "or die(mysql_error())" after mysql queries to generate better error reports
8:00 AM Apr 11th
from Twuffer
-
Scrip just posted "Updating values in a MySQL table"
1:50 AM Apr 11th
from web
-
You can refer to an element byits id in javascript using get.ElementById("the_id_here")
12:01 PM Apr 9th
from Twuffer
-
You can write your own functions in the "functions.php" file in Wordpress, they will al be included into all the other files
8:01 AM Apr 9th
from Twuffer
-
Scrip just posted! "Stop form submission if the input is invalid"
2:48 AM Apr 9th
from web
-
Remember to start all your HTML files whith a doctype, find a nice list here
2:00 AM Apr 9th
from Twuffer
-
HTML: Use <em> to create italic text
4:59 PM Apr 8th
from Twuffer
-
Scrip just posted! "How to name your image files for quick reference"
2:10 PM Apr 8th
from web
-
HTML: Remember, block level elements can contain inline AND block level elements, but inline elements can only contain other inline elements
1:00 PM Apr 8th
from Twuffer
-
HTML: Use <strong> instead of <b> to create bold text, it is much more "semantic"
8:00 AM Apr 8th
from Twuffer
-
HTML stands for HyperText Markup Language
3:00 AM Apr 8th
from Twuffer
-
HTML: Use <acronym title="title here">Acronym Here</acronym> to define an acronym. The title will be shown
9:59 PM Apr 7th
from Twuffer
-
PHP: the following code: $i++ increments the value contained in $i by one. You can also use $-- to decrement it
4:00 PM Apr 7th
from Twuffer
|
- Name Daniel Pataki
- Location Scriptopoia
- Web http://scriptasti...
- Bio Hello, I'm scrip, need any web development help?
|