Posts

New Video: Android Messages - New contact notifications

Image
via IFTTT Created At: April 10, 2018 at 02:37PM Link not working? Here's the link: https://youtu.be/mmCbOKcOvLo

Code Snippet of the Week | code / pre Elements

Image
Another code snippet! This week, I'll be covering how to create code snippets with the <code> and <pre> HTML tags. Note: If you haven't seen it, I've designed an image for these kind of posts! Look out for posts with the image on the top of the post! Toggle Table of Contents Table Of Contents Table of Contents Getting Started Creating code Highlight.js Example Demo Getting Started To get started, ensure that you have a code editor (ideally Visual Studio Code , Sublime Text , Atom , etc.). Get started by downloading either of the coding editors as stated above (or you can search some online; DON'T USE YOUR BUILT-IN NOTEPAD/TEXTEDIT!! ) Next, open up the code editor and create a new file. We'll name the file index.html Create the bare minimal for an HTML file. Copy the code below: <!DOCTYPE html> <!-- This is the line that is required in order for th...

Coming soon: A new blog

Yes, for some reason I keep on changing themes as a few may have seen. I'll be testing a prototype on a new blog and will probably consider using Github Pages. It should take about a month or so. If you would like to help, please take the survey (Google Forms): open_in_new Take Survey

Code Snippet of The Week | Unordered and Ordered lists

Yes, it's a code snippet! You heard that right. I'll be trying to create a code snippet with pure HTML. (You can view the source code by pressing Cmd + Option + U or Ctrl + U if you're on the desktop.) Toggle Table of Contents Table Of Contents Table of Contents Notices Getting Started Creating an unordered list Creating an ordered list Demo Notices I won't show the getting started section again anymore after this. I'll be using a tab indent of 4 spaces. You can use any code indent you want. (To format a document in Visual Studio Code, use Shift + Option + F I'm assuming you have a computer. (If you don't have one, then...) Getting Started To get started, ensure that you have a code editor (ideally Visual Studio Code , Sublime Text , Atom , etc.). Get started by downloading either of the coding editors as stated above (or you can search some online; DON'...

Website Showcase for This Week #3

Finally! Another long-awaited showcase of the week! This week, we'll be showcasing Google's new website called Poly . It's basically a website with 3D models for others which will be mainly used for AR/VR games/apps, although you can use these 3D models for other things. You can also upload models to the website as well! There's also editing support for the 3D models and it will also credit the original author if you edit it. I don't think I can add an embed here since Google blocks domains which are not theirs, so... Anyways, check it out! The website's available at poly.google.com . PS. Sorry that I couldn't post another showcase. I was a bit busy doing some open source stuff. So yeah.

Projects calendar

Here's a calendar embed for those who want to know my projects' statuses: Calendar (For those who can't see the embed)

Website Showcase for This Week #2

Yes, I know that it's been a month since I last posted a code snippet website showcase. Sorry for the inconvenience. And now, for another code snippet website showcase! This week, I'm showcasing my Angular RSS Reader , which is based originally on a repository available here . The source code for the website is available here Below is an embed of my website: Comment below for a chance to get your website to be showcased! It ideally should be original and maybe uses Angular if possible!