catatan aja ga usah di baca

Posted on Oktober 28, 2008. Filed under: Tutorial Programming | Tags: , , , |

<?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 goes here
$uFont = “Verdana, Arial, Helvetica, sans-serif”;
$uFontSize = “2″;
// ********* End [...]

Read Full Post | Make a Comment ( 2 so far )

Plugin Wajib Terpenting Di WordPress

Posted on Oktober 27, 2008. Filed under: Tutorial Programming | Tags: , , |

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 juga [...]

Read Full Post | Make a Comment ( 2 so far )

Regular Expression Basic Syntax Reference

Posted on Agustus 7, 2008. Filed under: Tutorial Programming | Tags: , , , , , |

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 to suppress their special meaning.
\+ matches +

\Q...\E
Matches [...]

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.

Posted on Agustus 7, 2008. Filed under: Tutorial Programming | Tags: , , , |

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 $_GET['username'];
Can for instance [...]

Read Full Post | Make a Comment ( None so far )

Tips modrewrite

Posted on Agustus 6, 2008. Filed under: Tutorial Programming | Tags: , , , |

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 module [...]

Read Full Post | Make a Comment ( None so far )

« Previous Entries

    About

    Sinau, Ilmu Pengetahuan, Artikel & Tips, Sekolahan

    RSS

    Subscribe Via RSS

    • Subscribe with Bloglines
    • Add your feed to Newsburst from CNET News.com
    • Subscribe in Google Reader
    • Add to My Yahoo!
    • Subscribe in NewsGator Online
    • Komentar-komentar terakhir pada seluruh tulisan dalam RSS
    • Subscribe in Rojo

    Meta

Liked it here?
Why not try sites on the blogroll...