HCJ Code Editor WP Plugin for Test your JavaScript, CSS, HTML online

HCJ Code Editor WordPress Plugin is a plugin which  allows you to write HTML, CSS, and JavaScript in realtime and preview the results on the same page. It’s almost same as JSFiddle or Codepen , but more simple. I made it for my collection HTML , CSS , JS Code and practicing my programming. Also i want to organize my simple code based on category and modify the theme.
I suggest if you want to use it , just using in your localhost only and not in production hosting. Because it allow execute javascript
Because it allow output and execute javascript , i think it will not be approved in wordpress.org repository so i upload it in my github.
If you want to download. Just through my github here.
From making this plugin , i learn about


add_filter('single_template','plugin_function_name');

to make custom template theming from plugin , create custom post and how to use ace editor.

Resume CV WordPress Plugin

Create Resume / CV easily with WordPress. Perfect way tools that help you to make positive impression. This minimal and modern design will highlight your most relevant features to get you noticed and create a consistent voice of your personal brand in all communications. To use this plugin :

  • Create a Page and choose Template : Resume CV Template
  • In the admin area . Click Resume CV and do modification than save
  • Just go to page url to see the resul

Features :

  • Profile
  • Contact
  • Qualification
  • Experience
  • Education
  • Hobby
  • Skill

You can download resume cv plugin from wordpress.org.
And you can see the demo here : resume template demo

If you want to make it as PDF / PNG / JPG . You can use google chrome and Full Page Screen Capture Addons. Here is the addons : https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl . After you install it in google chrome. Just open your resume, than on the google chrome on the right above click the icon Full Page Screen Capture (camera icon). After that if you want to conver it as PDF , there is PDF choice button on that addons

Free NYSU Magazine WordPress Theme

NYSU WP Theme is a wordpress magazine theme with SEO Schema. I still experiment with this.
Here is some Schema which i use :

  • WebPage
  • WebPageElement
  • SiteNavigationElement : for menu from wp_nav_menu
  • Brand : Logo and Web URL
  • WPSideBar : Sidebar
  • BreadCrumbList : for menu on single
  • Organization : for social network link
  • Comment

For Microformat

  • hatom
  • hentry
  • hcard

Here are some features which i have addded :

  • 1 column / 2 column
  • fullwidth / box
  • slider using owlcarousel
  • ticker news using marquee

Notes

For Slider and Widget Sliders only posts with featured images which will be shown. Post without images will be ignored. So make sure the post has featured images if you want to use sliders

HOW TO INSTALL  :

  1. Just download NYSU Magazine WordPress Theme
  2. Login to your wordpress admin panel
  3. From Appearance -> Themes -> Add New -> Upload Themes
  4. Just choose the zip file and follow the instruction

HOW TO USE SPECIAL Widget NYSU Magazine Theme

  1. Add New Page and Give Title
  2. On Template (on the right) choose Magazine Template than Save
  3. Click Appearance -> Widgets
  4. Just Drag the Special Widget , For Example : NYSU Block 1 – Mag (12/12) is for Mag (12/12) .. Just see the number sequence for good result.
  5. See Page which you have made


HOW TO USE Site Origin Page  Builder with this theme :

  • Install Site Origin Page Builder from wordpress.org
  • Install NYSU SOPB Fix Pluginnysu-sopb-fix to handle excerpt widget problem when using Page Builder By SiteOrigin
  • Just add Page or Post
  • Choose Template which have SOPB (Site Origin Page Builder)
  • Save the Page or Post

 

How To Add Adsense Code on the header :

  • Click Appearance -> Widgets
  • Add Custom HML Widget to Header Ads
  • Just Paste your adsense code and save it

Flat CMS

Flat CMS is CMS which doesn’t use database. So the file is saved as text file. Here is some Flat CMS based on PHP which i have found which support MarkDown Format :

  • Grav : It is modern flat file CMS which is good , I just explore this a little . I’m still searching how to do pagination. And the file is big about >4 MB without admin and 15 MB for admin (in zip file) . So it’s not suitable for my web hosting
  • PicoCMS : another flat CMS. It’s good but not found yet about pagination yet for many text files
  • HTMLy : I think it’s the most suitable for my website. It support pagination and easy to make theme. It has twentyeleven wordpress theme too. Only one problem about handling $date_format not initialize. So i just add $date_format = “%d %M %Y”; if there is error in the code.

So if you want to use Flat CMS in PHP. My suggestion is using HTMLy