Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 SOFTWARE


  The concept of Iterative Model in a Software Development Life Cycle (SDLC)

The iterative model implemented in any Software Development Life Cycle is all about an initial, simplified implementation which may or may not gain more complexity in future. Furthermore, it is can even be called as a broader feature set until and unless the final system is accomplished. Now while discussing the model, chances are there that he concept of incremental development will also often be used liberally and interchangeably. This means incremental alterations made during the design and implementation of each new iteration.In the following post, we will get into the skin of the iterativ...

8,502 0       SOFTWARE DEVELOPMENT SDLC ITERATIVE MODEL SOFTWARE DEVELOPMENT LIFE CYCLE


  You should publish your contributions of Open Source, even it’s not required

Although many Open Source projects don’t require you publish the modifications of them, I still propose you should make the changes open. The reasons are as following:(1) For other people: the out-of-box Open Source projects save your time and money, and you get benefit from them. You should not only take, but also need to give! Only if everyone shares his code, document, or whatever related, the Open Source projects can grow up healthy.(2) For yourself: You release your code can actually make you “richer”. With more and more people use your code, more and more bugs will be f...

1,544 2   


  The dystopia from “Blade Runner 2049” to come to mobile phones

Next Games, a Finnish mobile game developer and publisher is working along with Alcon Entertainment for the development of "Blade Runner 2049".The Next Games CEO, Teemu Huuhtanen disclosed the news this month in Electronics Entertainment Expo 2017. Besides displaying only a screenshot, the companies are yet to uncover the details regarding the release date and the title of the game.Alcon Entertainment is busy in the production of movie "Blade Runner 2049", a sequel to the 1982's dystopian science fiction film "Blade Runner" with Warner Bros and is taking the efforts of domestic distr...

2,494 0       MOBILE GAME DEVELOPMENT MOBILE GAME SERVICE GAMES APPS SERVICE GAME APPLICATION SERVICE


  Image lazy loading plugins on Github

Image lazy loading is a concept where images are getting loaded only when needed. It has been adopted in many web applications to reduce usage of bandwidth. When a web page is loaded in a web browser, not all the page elements would be visible in the view port, hence those resources(images, videos etc) don't need to be loaded. Currently there are quite a few open source plugins on Github which can help achieve image lazy loading. Today we will introduce a few of them.Echo.jsEcho.js is a standalone JavaScript image lazy loading plugin, it doesn't rely on any other third party library. Its ...

3,440 0       JAVASCRIPT OPEN SOURCE WEB DEVELOPMENT IMAGE LOADING


  6 Promising Ways by Which You Can Enhance the App Testing Process

Now mobile application industry is exploding with application demands more than ever. According to the latest mobile app technology news the integration of mobile application service with enterprise business is main cause app developing companies are booming. But with this tremendous demands, competition heats up in market and clients are impatient to get the results. This pressure of a deadline and impatient client,  most times becomes a burden to the developing and QA department. The conventional way of communication and work infrastructure leads to frustration because exceedi...

2,987 0       TECHNOLOGY MOBILE APP APP DEVELOPMENT APP TESTING MOBILE APP TESTING


  Package Control doesn't show up in Sublime Text 3

Package Control is a package management console for managing packages in Sublime Text. It is frequently used to install, update packages. In Sublime Text 3, the Package Control package can be installed by following instructions at https://packagecontrol.io/installationAfter installation, when you press Ctrl + Shift + P, a dialog with a text field will show up and package control commands can be typed and executed. However, if you don't see the expected package control commands showing up, there might be some problem with the installation or setting. What should you do now?First,...

24,682 7       SUBLIME TEXT SUBLIME TEXT 3 PACKAGE CONTROL


  Shortcut keys in Sublime Text 3(Animated demo)

Sublime Text 3 is a light weight code editor which supports lots of languages. It has lots of shortcuts and plugins easing work of programmers. In this post, we will introduce some shortcuts supported in Sublime Text 3 and show how powerful they are.1. Select sibling matching(equal) word (Ctrl + D)Put the cursor on one word, press Ctrl + D to select the word, then press Ctrl and following by pressing D, it will select next matching word. The number of Ds pressed will mean number of matching word to select. For example, if pressing Ctrl and followed by D for three times, it will select three ma...

4,313 0       TIPS SHORTCUT KEY SUBLIME TEXT


  HTML Site vs. WordPress Theme: Which one is better?

Are you looking for a perfect platform to set up your website? Then, there might be a close competition between the simple HTML and the WordPress platform. In this blog post, we will try to explore some points that will help you in making the right decision.Let us overview at some advantages grasped by HTML and WordPress.1. Security of a websiteIt has been discovered that the website running on WordPress is more vulnerable to security threats and hackers. As we know, WordPress is open source platform; therefore, it is comparatively easy to hack WP sites than a site that is coded in HTML.If you...

2,896 0       WORDPRESS HTML TO WORDPRESS HTML WEBSITE HTML TO WP CONVERSION WORDPRESS BENEFITS