Category: Lists+

  • Learning Progression

    Here in codeofaninja.com, we usually have three LEVELS of source code output. But WHY? Because I believe in “Learning Progression” to ensure efficient learning. Not all of us can swallow a lot of information all at once. So we do it one at a time. By different levels. This way, learners will be forced to…

  • Some Changes in our Code Blog

    Hey guys! As you can see there are some changes here in our blog, and how it works. For the past few months I’ve been really busy on these changes and on work that I haven’t posted something that’s of high quality to you. πŸ˜€ Anyway, for those who are asking, YES, I’m still alive and…

  • Yo App Super Funny Comments

    Few days ago, an app called “Yo” was released. Like the name suggests, the “Yo” app has one simple function: sending a single message: Yo. How it works? You create a list of contacts. You tap one of those contacts, and they get a “Yo” message. According to the app’s description, it can mean pretty…

  • Product Unit of Measure Conversion Pseudocode

    I don’t know if we will have the same term in mind, but here in our country we call it Product Unit of Measure or UOM. For example, we have a “candy” product. Possible unit of measures could be: pieces, packs and boxes. The purpose of this post is to solve the problem of converting…

  • How To Make Things Happen?

    It’s simple. How about not looking and not thinking about the things that can hold you back? You will feel lighter, excited, happy and empowered. Just focus on how you can help other people, businesses or customers. They will feel it. You’re sincere. You provide value. You have the skills. You can solve real world…

  • I’m Making Some Simple But Useful Online Tools for Developers

    Hey guys! How are you? Today I’m sharing these three simple but useful (well, at least for me) online tools for developers like you. I developed it using Bootstrap to have a decent user interface, .htaccess for clean URL location, PHP for input processing and of course, jQuery AJAX requests to prevent reloading the whole…

  • How To Make TextBox with Search Icon in HTML and CSS?

    [adinserter block=”34″]Search boxes are a common requirement in almost every website you’ll create. It is very useful when users want to find certain data, it may have auto complete functions for assisting users to search. But it this post I’ll guide you on how to create an input box or TextBox with search icon in…

  • 12 HTML and CSS animations

    You guys seem to like the first one, so here’s another one for you: 12 HTML and CSS animations. HTML and CSS are really amazing technologies that humanity has to celebrate. Okay, that may be exaggerated, but here are a dozen more amazing web demos with source code that might inspire you to be a…

  • 12 jQuery Questions and Answers You Should Be Reading on StackOverflow

    Hi guys! Below are twelve of the jQuery related questions and answers on StackOverflow that I found very useful during development. I opted to compile them here because I feel good reading those brilliant questions and answers by coders from around the world. Enjoy! How would I know if an element is hidden? Sometimes you…

  • 12 Animated HTML and CSS Logo Examples You’ll Love

    I’m still amazed by these people creating and coding logos using only the HTML and CSS technology, I was like, look Ma, no Images and JavaScript! So here are some of those amazing HTML and CSS logo examples that I recently found on the web (some are not actually logos but they can be used…