{archive_title}

Month: June 2019

  • Web App and Native App, which one is better for you?

    ·

    Web App and Native App, which one is better for you?

    If resources and time are sufficient, we will want to have both native app and web app. But in many cases, due to limited resources, PM is more likely to make a choice between them. After analysis of the performance of the two on the data. It sums up in one sentence: Web app can…

  • Quick Single Page Applications Using React

    ·

    Quick Single Page Applications Using React

    ReactJS was designed and released by Facebook in 2013 and has become a staple for Single Page Applications. To this day it’s supported and updated by Facebook and various independent contributors. React allows a programmer to really quickly and easily design and implement a front end application for their needs. To begin with, let’s keep…

  • WordPress Plugin – Yoast SEO Basic Configuration

    ·

    WordPress Plugin – Yoast SEO Basic Configuration

    Every WordPress site needs an SEO plugin and when it comes to SEO plugins, YOAST SEO is by far one of the most popular options. Yoast SEO is the original WordPress SEO plugin since 2008. It is a favorite tool of the millions of users, ranging from the bakery around the corner to some of…

  • Ionic vs React Native vs Native: Which one is better?

    ·

    Ionic vs React Native vs Native: Which one is better?

    As the web technology advances, hybrid framework has became a viable choice for mobile development due to the nature of “write once, run anywhere”. But when it comes to each project, it hard to decide which technology to use. The first two tools that come to mind when discussing this topic are Ionic and React…

  • Use JavaScript to attach copyright notice when text is copied on web page

    ·

    Use JavaScript to attach copyright notice when text is copied on web page

    As we all know, copyright is important nowadays. Therefore, I put up a piece of JavaScript code to add a copyright notice to the content copied by user. In this article, I will share with you the approach and explain the details. The JavaScript code: document.addEventListener(‘copy’, function (event) { var clipboardData = event.clipboardData || window.clipboardData;…

  • What is the SSL and Why You Need It in Your Online Business

    ·

    What is the SSL and Why You Need It in Your Online Business

    What’s an SSL? Also known as Secure Sockets Layer, SSL is a standard technology that a website builder uses especially in a commercial site. It establishes a well-encrypted connection between the web browser (client) and the web server (host). https://info.ssl.com/article.aspx?id=10241 The reasons why your online business needs it are:

  • Wix & WordPress Which one is better for you?

    ·

    Wix & WordPress Which one is better for you?

    Wix and WordPress are both very popular these days, a lot of customers come to us and have the same question, Wix or WordPress, which one should they choose? Apparently, Wix has been running a lot of commercials through different channels, and that caught our customers’ eyes. In this article, I will compare them in…

  • The Importance of CRM

    ·

    The Importance of CRM

    CRM systems are a staple for small businesses that are trying to grow. Having a system to manage your customer relations for you helps immensely when you have other things to worry about like delivering a good product, developing new solutions or even just daily maintenance and operations. Small businesses can easily get overrun if…

  • Opencart Postal Code Based Shipping Extension Blog In Sitemaster

    ·

    Opencart Postal Code Based Shipping Extension Blog In Sitemaster

    The situation we were tasked to deal with was the client wanting to setup shipping charges based on shipping postcodes when customers checkout. We set up postcode extension here: We achieved this function using the Formula Based Extension. We tried numerous other extensions but they did not achieve the desired results.  Formula based extensions ended…

  • Learning Things the Hard Way

    ·

    Learning Things the Hard Way

    The Sqreen project was difficult from the very beginning. This Content Management System (CMS) was written from the ground up at the end of 2014. It used Spring version 3.2.1 which was released roughly in December 2011, and Java 6, which was EOL by April 2013. We started work on this project in August of…

  • Analyze the advantages and disadvantages of the three major systems of Drupal WordPress Joomla

    ·

    Analyze the advantages and disadvantages of the three major systems of Drupal WordPress Joomla

    Joomla, Drupal, WordPress, the three most popular content management systems. The most common problem for novices is: Which CMS to choose to build a website. Below I will take you one by one to understand the basic characteristics of these three content management systems, and compare their advantages and disadvantages. Joomla Joomla was officially released…

  • Want to integrate a unified set of icons, don’t miss these tips

    ·

    Want to integrate a unified set of icons, don’t miss these tips

    Finding a set of icons is not a big problem for designers. Not only do a lot of websites offer free icons, but the designer’s own modify and design is not a big deal. However, this involves a very real problem. For the dozen or so icons that are commonly used, it is not difficult…

  • SEO for lazy boys and girls – 3 mins to understand what Google is thinking?

    ·

    SEO for lazy boys and girls – 3 mins to understand what Google is thinking?

    What is SEO? SEO is Search Engine Optimization The Internet is full of SEO teaching articles, online and offline courses, and claims to teach you skills so that your website can rank higher in Google. Most of our customers told us they are very busy and don’t have enough time to learn about SEO. Here…