Kamis, 11 Oktober 2012

Get Free Tryit Editor Like w3schools V1.5

Lagi-lagi dapat tools bermanffat nih sob, HTML Editor ;)) Versi sekarang mirip sekali dengan kepunyaan si w3schools Tryit Editor. Yang pasti lebih gaya punya lah dibangdingkan dengan yang ini mah Live HTML Editor :P Master Kevin Zucchini sang pembuat dari Tryit Editor v1.5 Sobat hanya tinggal melihat dan menghapal struktur penulisan syntax ketika menggunakan pada area form (kotak) sebelah kiri. Kenapa harus sama! Karena result (hasil) kode-kodean akan memperlihatkan variabel title
Itu tuh tulisan yg selalu berada di Tab Address!
Bagi yg berminat memiliki live HTML editor seperti kepunyaan jsFiddle, baca artikel ini Salute to the Master of Open Source Dev. :)

Struktur syntax Tryit Editor v1.5

<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
<script type="text/javascript">
</script>
<style>
h1 {
text-align: center;
}
</style>
</head>
<body>
<h1>Hello World!</h1>
<p>This is a test page</p>
</body>
</html>
Tryit EditorFeatured:
  1. Disable/Enable title.
  2. Use old code editor (on/off simple syntax highlighter)
  3. Lock code pane (Bisa di protek pakai password)
  4. Button for reset & restore code value.
  5. Saves code using localStorage (requires HTML5)
Please visit and get download the coded for http://tryiteditor.webs.com/ <-- lagi FROZEN!!! Coba ajah...terus.

BONUS
http://collegegfx.com/18-useful-web-based-code-editors-for-developers/
http://bloomwebdesign.net/myblog/12-useful-code-editors-for-windows/
Happy editor \m/

Tidak ada komentar:

Posting Komentar