Category: Tech

  • Is JavaScript an object oriented programming language?

    How JavaScript is not an object oriented programming language because a pure object oriented implementation doesn’t allow you to create the flying dog. You would end up with a dog that flies, but also chirps and has feathers. With JavaScript you can go shopping around for properties and methods and produce the collage of your…

  • Adobe HDS video streaming protocol

    Adobe HDS video streaming protocol

    About the Adobe HTTP Dynamic Streaming protocol and how I used it for a great project.

  • The MVVM model for JavaScript applications

    The MVVM model for JavaScript applications

    An article about: What the MVVM model is How I used it to build my web writer website Why it’s important to give structure to your code

  • Installing React Application

    Installing React Application

    The goal I’m installing React and many other modules needed for my application. The application will preform drag and drop operations and animations. It will use Material Design. What is the application about? It’s about displaying a list of products or other objects. Using drag and drop the user will be able to rank the…

  • Bounce processing, when SMTP server doesn’t return bounces properly

    Bounce processing, when SMTP server doesn’t return bounces properly

    What bounce processing is When you send an email, it’s possible that it’s returned to you because of technical problems or mistakes made when writing the email. One of these mistakes may be that the recipient’s email address is wrong. CRM sending mass emails Many CRMs, Customer Relationship Management system, have the capability of sending…

  • Use your smart-phone as webcam and keep enjoying enhanced security as well

    Use your smart-phone as webcam and keep enjoying enhanced security as well

    What I want to do I don’t want to buy a webcam for my computer. I have a smart-phone with both front and rear cameras. Can’t I use it as webcam? Are you interested in Enhanced Security? Maybe you are not interested in using your smart-phone as webcam. But you may be interested in Enhanced…

  • WYSIWYG editor for Mediawiki

    WYSIWYG editor for Mediawiki

    What Mediawiki is and what it is for Mediawiki is the engine that powers Wikipedia. It’s a wiki and it’s used to create collaborative websites where people can share knowledge and keep all sorts of information. They make it possible for people to work on the same document. Personally I keep most of my information…

  • Installing Drupal 8 alongside React

    Installing Drupal 8 alongside React

    What do I want to achieve? I want to install Drupal 8 alongside my existing installation of React Application Server. What is Drupal 8 for? Drupal 8 will work as backend for my React application. What is my React application about? It’s about demonstrating the use of React to fetch information about products from a…

  • Make code pretty using photography composition rules

    Make code pretty using photography composition rules

    A PHP tutorial about how photography composition rules can help make PHP code easy and beautiful to read and more valuable. This is what I want to talk about in this article. Browsing the web I have found an article that describes some rules that photographers use to make photos more beautiful. I have asked myself if…

  • Php editor, an indispensable tool

    Php editor, an indispensable tool

    A php editor is a must-have tool for a php developer. Even if you are a beginner you need something more than a standard text editor when you write your php scripts. A basic php editor offers many functionalities that help greatly and eliminate many distractions that make your creative efforts more difficult. Let’s look…