Skip to main content

Posts

Showing posts from 2015

Youngdong Middle School Schedule - Update 1.0

Hello, Bedrock Dev here. Yesterday I updated my android application (it had been 8 months after the last update). Youngdong Middle School Application on Play Store There was a (really) huge update on design improvements and user experience. So, this is the new features. (It is also on the play store) Open Beta 1.0 - New Icon (Material Design) - New User Interface (Material Design) - New Transition Animation - Added Features - Lunch Table - School notice / Archives - School Calender - Now Supports Android 2.3.x (Gingerbread) to Android 5.0.x (Lollipop) - And More Stuffs Updated Go to the Play Store (link above) to see more. This is beta version yet, not all of the information is perfect. There will be an official release on March. If you have some ideas for added features, E-mail me. Enjoy, Bedrock.

Using SyntaxHighlighter on Blogger

Hello, Bedrock Dev here. Today I'm going to show you guys how to use SyntaxHighlighter on Blogger (Just like me!). But, what is SyntaxHighlighter? Simply, it is a code-highlighter for webs (and other). And this is an example of it. So, let's get started adding this cool stuffs on your blog too.   1. Backup your blog templates You can backup your blog templates on your blogger main page. On the right top of the Template page, you could find Backup / Restore Button. Click it and save the template file where you can find later.   2. Adding codes to your blog html Now the real part begins. Copy these codes to your clipboard. And then, go back to the Template page, and click Edit HTML Button. In your blog's template html, there will be </head> tag. Scroll down and find the tag, and paste the code you copied. --- Other Codes --- [Paste the code here] </head> You should paste the code like this. Then, save your template.   3. Using SyntaxHigh