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

 ALL


  Benefits and Drawback of a Layered Architecture

Most enterprises today are application centric. But the problem with the application is that their database schemas, user interfaces, programming interfaces and object models are tightly coupled and difficult to change. If you want to add a new field to a database table and you’re lucky, the change will reflect through the entire system. But often the change needs to be replicated manually across the entire system. And as applications are difficult to change, adding business rules or process to the application does not facilitate business agility. This is where layered architecture comes...

38,725 0       JAVA PROGRAMMING WEB DEVELOPMENT ENTERPRISE APPLICATION


  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,448 0       JAVASCRIPT OPEN SOURCE WEB DEVELOPMENT IMAGE LOADING


  Why to Build Modern Web Apps with ASP.NET?

ASP.NET offers multiple options for fabricating cloud-based web applications. Its features such as the ability to cope up with different platforms including Mac, Linux, and Windows along with its open source nature indicate its efficiency. The various architectural modifications in the core framework have made the system more affable, and modular components make the job easier by simplifying the various implications. Microsoft has worked on the roots of this software to render a sophisticated development framework which can be used to formulate apps running in the cloud as well as premise...

3,947 0       WEB DEVELOPMENT ASP.NET DEVELOPMENT WEB APPLICATION DEVELOPMENT .NET DEVELOPMENT


  Essential skills any web developer should have

As a web developer, besides writing HTML code, there is much more to do before the site can go live. You may consider about user experience, device compatibility, security etc. To be a good web developer, you should acquire some essential skills for web development. Below we list some of them. Some of them you may be familiar with a long time ago, but definitely some of them you may not be so familiar with or even never hear about before.Interface and User ExperienceBe aware that browsers implement standards inconsistently and make sure your site works responsively on all major browsers, espec...

11,317 1       WEB DEVELOPMENT USER EXPERIENCE


  Sites to go if you want to learn web development

Before you start to do web development, either for a hobby or for your start up project, you should be prepared for learning many different technologies including both front end and back end. You may need to deal with UI design, business logic design, data store and infrastructure setup etc. This seems a very complex. Indeed, if you know where you should go, the  it's actually not so hard.Here are some sites you should go when you face issues while you are doing web development. These sites are not language specific, they will not cover only one specific web programming language, instead ...

11,008 0       WEB DEVELOPMENT RESOURCE SITE


  C++ for the Real-Time Web

C++? Why on Earth?C++ seems like one of the least likely languages to write a web application in.C++ is associated with complexity, both with language design and the need tomanually manage memory. Programming in C++ unleashes a whole class of bugsassociated with memory corruption and memory allocation. This is a trade off forgiving more power to the developer along generally being much faster thanequivalent programs in languages such as Python or Ruby.Real-time Web as a Use CaseMaking a hard real-time application1 onthe web is a futile task. Unpredictable network latencies make this animpossib...

3,538 0       C++ WEB DEVELOPMENT REAL TIME


  Tips, Tricks and Tools You Will Need to Start Using HTML5 Today

IntroductionHTML5 has been a really hot topic in web development. With the support of most modern browsers available (Safari, chrome, firefox, IE10 and mobile devices), even though the specification has not fully completed yet, but many people have already adopted it as the main technology for all the web development projects. Online giant websites such as Google, facebook, twitter and youtube, they are all built in HTML5!For me, the most exciting features of HTML5 are the canvas and the robust form capabilities. Canvas experiment can be seen all over the places (not IE, better with Chrome) bu...

2,614 0       HTML5 WEB DEVELOPMENT TOOLS TRICKS TIPS


  10 Ways to Be a More Productive Web Developer

We could all be more productive. There are many things we can do — some big, some small — that will enhance the way we work and improve the outcomes of our activities.Although I can’t promise that I’ll be able to help you cure all your productivity ailments, I do hope that I can provide you with a few useful, solid tips on streamlining your web development workflow and making every part of the development cycle move quickly and smoothly.Follow each one of these tips and I can almost guarantee you that you’ll save time, be able to create more and/or better wor...

2,262 0       EFFICIENCY API WAYS WEB DEVELOPMENT FRAM