{"id":50,"date":"2010-11-18T13:57:25","date_gmt":"2010-11-18T13:57:25","guid":{"rendered":"http:\/\/pbx.homeunix.org\/p_blog\/"},"modified":"2011-07-08T11:07:41","modified_gmt":"2011-07-08T11:07:41","slug":"post-your-log","status":"publish","type":"page","link":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/","title":{"rendered":"POST YOUR LOG"},"content":{"rendered":"<p>Go to the Admin page and use your user account name and password that you created in &#8220;ACCOUNT MANAGER&#8221; to login. If your log-in sucess, you&#8217;re ready. In the post page, you can see three text fields.<\/p>\n<p><strong>Title<br \/>\n<\/strong>Name your log in this field.<\/p>\n<p><strong>URI(URL) field<br \/>\n<\/strong>URI you write in this field will automatically linked. This means this URI will wrap the article title above. If you don&#8217;t want to link your title, just leave it as &#8220;http:\/\/&#8221;.<\/p>\n<p><strong>Category field<br \/>\n<\/strong>P_BLOG is multi-categorizable. Keywords must be separated by comma.<\/p>\n<p>For example:<br \/>\nPHP,MySQL,Web Develop,Web Application<\/p>\n<p>Then you can categorize and list up the log in &#8220;PHP&#8221;, &#8220;MySQL&#8221;, &#8220;Web Develop&#8221;, and &#8220;Web Applicaiton&#8221;.<\/p>\n<p><strong>Comment<br \/>\n<\/strong>Wrapping your text with &lt;p&gt;&lt;\/p&gt; is recommended. &lt;p&gt; means &#8220;Paragraph&#8221; and it breaks lines and generates spaces between paragraphs and paragraphs automatically. To generate gramatically &amp; visually beautiful XHTML, use &lt;p&gt;&lt;\/p&gt; instead of using many many &lt;br \/&gt;s.<\/p>\n<p><strong>GOOD Example:<br \/>\n<\/strong>&lt;p&gt;Your comment goes like this.&lt;\/p&gt;<br \/>\n&lt;p&gt;Your next paragraph should go like this.&lt;\/p&gt;<\/p>\n<p><strong>BAD Example\uff1a<br \/>\n<\/strong><span style=\"color: #ff0000;\">Your commetn goes like this.&lt;br \/&gt;<br \/>\n&lt;br \/&gt;<br \/>\n&lt;br \/&gt;<br \/>\nToo many &lt;br \/&gt;s to make spaces (like this) is not recommended.<\/span><\/p>\n<p>&lt;p&gt; is always better than &lt;br \/&gt;s even when your CSS is off.<\/p>\n<p>If you are not familiar with coding XHTML tags, It&#8217;s OK because XHTML tags you should master to use P_BLOG are not so many, and TAG buttons will help you write.<\/p>\n<p><strong>TEXT DECORATIONS <\/strong><strong>\uff1a<br \/>\n<\/strong>If you want to emphasize some words, use:<\/p>\n<ol>\n<li>&lt;em&gt;<\/li>\n<li>&lt;strong&gt;<\/li>\n<li>&lt;strong&gt;<\/li>\n<li>&lt;strong&gt;<\/li>\n<\/ol>\n<p>How to markup :<br \/>\n&lt;em&gt;Emphasize&lt;\/em&gt;<br \/>\n&lt;strong&gt;Strong&lt;\/strong&gt;<br \/>\n&lt;strong&gt;Stronger&lt;\/strong&gt;<br \/>\n&lt;strong&gt;Very Strong&lt;\/strong&gt;<\/p>\n<p>Here&#8217;s how it looks :<br \/>\n<em>Emphasize<\/em> <strong>Strong<\/strong> <strong>Stronger<\/strong> <strong>Very Strong<\/strong><\/p>\n<p><strong>How to write Hyper Link <\/strong><strong>\uff1a<br \/>\n<\/strong>(Level-1) Use\u3000&lt;a&gt;\u3000tag to markup the link. Write the target URI in href attribute.<\/p>\n<p>&lt;a href=&#8221;http:\/\/pbx.homeunix.org\/p_blog\/&#8221;&gt;P_BLOG Project&lt;\/a&gt;<\/p>\n<p>(Level-2) You can generate popup title by using\u3000title\u3000attriblute like this :<\/p>\n<p>&lt;a href=&#8221;http:\/\/pbx.homeunix.org\/p_blog\/&#8221;<br \/>\ntitle=&#8221;P_BLOG Project Official Site&#8221;&gt;P_BLOG Project&lt;\/a&gt;<\/p>\n<p>(Level-3) If you want to make external references look different from a regular link, use \u3000ex-ref\u3000class.<\/p>\n<p>&lt;a href=&#8221;http:\/\/pbx.homeunix.org\/p_blog\/&#8221;<br \/>\ntitle=&#8221;P_BLOG Project Official Site&#8221;<br \/>\nclass=&#8221;ex-ref&#8221;&gt;P_BLOG Project&lt;\/a&gt;<\/p>\n<p><strong>QUOTATIONS <\/strong><strong>\uff1a<br \/>\n<\/strong>To quote, use &lt;blockquote&gt;tag. Here&#8217;s an example.<\/p>\n<p>&lt;blockquote cite=&#8221;http:\/\/pbx.homeunix.org\/p_blog\/&#8221;&gt;<br \/>\n&lt;p&gt;Quote from P_BLOG Project Website.&lt;\/p&gt;<br \/>\n&lt;\/blockquote&gt;<\/p>\n<p><a title=\"http:\/\/pbx.homeunix.org\/p_blog\/\" href=\"http:\/\/pbx.homeunix.org\/p_blog\/\"><\/a><\/p>\n<p>Notice that the URI in cite attribute will be converted to anchor link automatically.<\/p>\n<p><strong>How To Write Computer Keys<\/strong><strong>\uff1a<br \/>\n<\/strong>Use &lt;kbd&gt; element to define computer keyboards. To emphazie a specific key, use. Here&#8217;s an example :<\/p>\n<p>&lt;kbd&gt;shift&lt;\/kbd&gt;<br \/>\n&lt;kbd&gt;option&lt;\/kbd&gt;<br \/>\n&lt;kbd&gt;command&lt;\/kbd&gt;<br \/>\n+<br \/>\n&lt;kbd&gt;S&lt;\/kbd&gt;<\/p>\n<p><strong>SEE ALSO :<br \/>\n<\/strong>Text decoration classes are defined in text_decorations.css, and some P_BLOG&#8217;s CSS classes are based on and compatible with the classes defined in Mozilla.org&#8217;s Markup Reference :<\/p>\n<p><a title=\"mozilla.org Markup Reference\" href=\"http:\/\/www.mozilla.org\/contribute\/writing\/markup\">mozilla.org Markup Reference<\/a><\/p>\n<p><strong>Uploading files<br \/>\n<\/strong>With this choose file forms, you can upload images, files with your log. Files will be stocked in &#8220;resources&#8221; folder, not in MySQL, so remember it when you write the file path.<\/p>\n<p>Image Path Example\uff1a<\/p>\n<p>&lt;img src=&#8221;.\/resources\/my_image.png&#8221; width=&#8221;100&#8243; height=&#8221;20&#8243; alt=&#8221;Image&#8221; \/&gt;<\/p>\n<p>You can inclease or declease the max value of upload files in Preferences Page. (Default is &#8220;3&#8221;)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go to the Admin page and use your user account name and password that you created in &#8220;ACCOUNT MANAGER&#8221; to login. If your log-in sucess, you&#8217;re ready. In the post page, you can see three text fields. Title Name your log in this field. URI(URL) field URI you write in this field will automatically linked. &hellip; <a href=\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">POST YOUR LOG<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-50","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>POST YOUR LOG - P_BLOG Project<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"POST YOUR LOG - P_BLOG Project\" \/>\n<meta property=\"og:description\" content=\"Go to the Admin page and use your user account name and password that you created in &#8220;ACCOUNT MANAGER&#8221; to login. If your log-in sucess, you&#8217;re ready. In the post page, you can see three text fields. Title Name your log in this field. URI(URL) field URI you write in this field will automatically linked. &hellip; Continue reading POST YOUR LOG &rarr;\" \/>\n<meta property=\"og:url\" content=\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/\" \/>\n<meta property=\"og:site_name\" content=\"P_BLOG Project\" \/>\n<meta property=\"article:modified_time\" content=\"2011-07-08T11:07:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/\",\"url\":\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/\",\"name\":\"POST YOUR LOG - P_BLOG Project\",\"isPartOf\":{\"@id\":\"http:\/\/pbx.homeunix.org\/p_blog\/#website\"},\"datePublished\":\"2010-11-18T13:57:25+00:00\",\"dateModified\":\"2011-07-08T11:07:41+00:00\",\"breadcrumb\":{\"@id\":\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/pbx.homeunix.org\/p_blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"POST YOUR LOG\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/pbx.homeunix.org\/p_blog\/#website\",\"url\":\"http:\/\/pbx.homeunix.org\/p_blog\/\",\"name\":\"P_BLOG Project\",\"description\":\"Simple &amp; W3C-Valid Log System\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/pbx.homeunix.org\/p_blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"POST YOUR LOG - P_BLOG Project","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/","og_locale":"en_US","og_type":"article","og_title":"POST YOUR LOG - P_BLOG Project","og_description":"Go to the Admin page and use your user account name and password that you created in &#8220;ACCOUNT MANAGER&#8221; to login. If your log-in sucess, you&#8217;re ready. In the post page, you can see three text fields. Title Name your log in this field. URI(URL) field URI you write in this field will automatically linked. &hellip; Continue reading POST YOUR LOG &rarr;","og_url":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/","og_site_name":"P_BLOG Project","article_modified_time":"2011-07-08T11:07:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/","url":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/","name":"POST YOUR LOG - P_BLOG Project","isPartOf":{"@id":"http:\/\/pbx.homeunix.org\/p_blog\/#website"},"datePublished":"2010-11-18T13:57:25+00:00","dateModified":"2011-07-08T11:07:41+00:00","breadcrumb":{"@id":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/pbx.homeunix.org\/p_blog\/post-your-log\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/pbx.homeunix.org\/p_blog\/"},{"@type":"ListItem","position":2,"name":"POST YOUR LOG"}]},{"@type":"WebSite","@id":"http:\/\/pbx.homeunix.org\/p_blog\/#website","url":"http:\/\/pbx.homeunix.org\/p_blog\/","name":"P_BLOG Project","description":"Simple &amp; W3C-Valid Log System","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/pbx.homeunix.org\/p_blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/pages\/50","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/comments?post=50"}],"version-history":[{"count":8,"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/pages\/50\/revisions"}],"predecessor-version":[{"id":245,"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/pages\/50\/revisions\/245"}],"wp:attachment":[{"href":"http:\/\/pbx.homeunix.org\/p_blog\/wp-json\/wp\/v2\/media?parent=50"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->