{"id":1319,"date":"2008-02-01T23:49:07","date_gmt":"2008-02-02T04:49:07","guid":{"rendered":"http:\/\/teamtutorials.com\/site-news\/update-new-syntax-highlighting-feature"},"modified":"2008-02-01T23:49:07","modified_gmt":"2008-02-02T04:49:07","slug":"update-new-syntax-highlighting-feature","status":"publish","type":"post","link":"https:\/\/teamtutorials.com\/site-news\/update-new-syntax-highlighting-feature","title":{"rendered":"Update: New Syntax Highlighting Feature"},"content":{"rendered":"
Visual Basic:<\/strong><\/p>\n Html\/Xhtml:<\/strong><\/p>\n PHP:<\/strong><\/p>\n We have added the SyntaxHighlighter plugin for WordPress. No more screen shots for coding tutorials. All code will be displayed in tables and most code will have decent syntax highlighting. You will also be able to copy and paste the code if you wish to. We are still testing this plug-in so if you see … Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[],"yoast_head":"\n
\nWe have added the SyntaxHighlighter plugin for WordPress<\/a>. No more screen shots for coding tutorials. All code will be displayed in tables and most code will have decent syntax highlighting. You will also be able to copy and paste the code if you wish to. We are still testing this plug-in so if you see anything strange let us know. The plug in does line numbers, but the way we write tutorials you are not going to want to pay attention to the line numbers. For example, we will give you the first part of the code, which will start on line 1, then the next step will also start on line 1. I don’t think this should cause any confusion, the tutorials will be followed the same way, but they should be easier for you to work with now. We look forward to writing some great coding tutorials. I have included a preview of the syntax highlighting below. <\/p>\n\r\n' A "Hello, World!" program in Visual Basic.\r\nModule Hello\r\n Sub Main()\r\n MsgBox("Hello, World!") ' Display message on computer screen.\r\n End Sub\r\nEnd Module\r\n<\/pre>\n
\r\n<html>\r\n<head>\r\n<title>Hello World<\/title>\r\n<\/head>\r\n<body>\r\n<h1>My first page<\/h1>\r\n<p>This is my first webpage. <a href="link.html">I even made a link<\/a><\/p>\r\n<\/body>\r\n<\/html>\r\n<\/pre>\n
\r\n<?php\r\nfwrite(STDOUT, "Please enter your name\\n");\r\n\r\n\/\/ Read the input\r\n$name = fgets(STDIN);\r\n\r\nfwrite(STDOUT, "Hello $name");\r\n\r\n\/\/ Exit correctly\r\nexit(0);\r\n?>\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"