catatan aja ga usah di baca
<?php class xItem { var $xTitle; var $xLink; var $xDescription; } // general vars $sTitle = “”; $sLink = “”; $sDescription = “”; $arItems = array(); $itemCount = 0; // ********* Start User-Defined Vars ************ // rss url goes here $uFile = “http://www.wirelessdevnet.com/wirelessnews/rss/dailynews.rss”; // descriptions (true or false) goes here $bDesc = true; // font [...]
Read Full Post | Make a Comment ( 2 so far )Plugin Wajib Terpenting Di WordPress
Sebenarnya raden sendiri belum begitu paham tentang wordpress,maka dari itu sambil belajar wordpress raden coba mendokumentasikan informasi penting ini agar bila suatu saat membutuhkanya nggak repot-repot cari lagi. Bicara tentang plugin,ahir-ahir ini raden disibukan dengan wordpress sampai-sampai posting di blogspotpun jarang,blog walking udah jarang juga,kasih koment apalagi. itu disebabkan karena saking sibuknya utak-atik wordpress dan [...]
Read Full Post | Make a Comment ( 2 so far )Regular Expression Basic Syntax Reference
Characters Character Description Example Any character except [\^$.|?*+() All characters except the listed special characters match a single instance of themselves. { and } are literal characters, unless they’re part of a valid regular expression token (e.g. the {n} quantifier). a matches a \ (backslash) followed by any of [\^$.|?*+(){} A backslash escapes special characters [...]
Read Full Post | Make a Comment ( None so far )Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders.
Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders. 1. Not escaping entities It’s basic knowledge; ALL untrusted input (especially user input from forms) has to be sanitized before it is being output. echo [...]
Read Full Post | Make a Comment ( None so far )Tips modrewrite
para dewa2 php pasti udah banyak yang tahu, jadi ini topik khusus untuk para newbie yang pengen buat url kyk di wordpress ( http://blabla.com/archive/2002-19-05/title/bla ) pertama tama, mod_rewrite adalah sebuah module di apache, dan biasanya di package2 php yg ada sekarang (xampp, phptriad, dll) module ini belum di load secara default, jadi kita harus mengenable [...]
Read Full Post | Make a Comment ( None so far )« Entri Sebelumnya





