Sunday, April 19, 2015

3 Things (Almost) No One Knows About CSS


Think you know CSS? If the results of a free CSS test I’ve offered online for the past six months are anything to go on, plenty of practicing developers don’t know CSS as well as they think. Out of over 3,000 people who have taken the test so far, the average score was just 55%.

But hey, an average isn’t that interesting by itself. I was more curious about which questions people were getting wrong. For this article, I’ve run the numbers, and zeroed in on three questions where people scored especially badly. I’ll talk you through each question, show you the answer that most people chose, and explain the correct answer.

It’s safe to say that if you take the test yourself after reading this, you’ll have an unfair advantage!

Learn More

Thursday, April 16, 2015

12 Best Code Editors For Real Time Collaboration


Giving one-off feedback on coding errors is a pain. You just want to share a quick, contextual note with someone, for doing this  there are few good collaborative code editors out there to help. Code editors that let you collaborate with other programmers, help you to edit your code in real time and keep you constantly updated with changes in projects that you may otherwise overlook.

For this round up we have compiled a list of 12 Best Code Editors for Real Time Collaboration, these editors will enable you to code in real time without the limitations of local networks.
 

10 Best Python Frameworks For Web Developers


A Web framework is basically a group of modules or packages that helps a web developer to write down web applications. This eases the work of the developer as they don’t have to handle minute details like sockets, protocols and many more. Python is considered as one of the most famous and efficient language which is currently available in the modern world of Information technology. Python has many features together in it which is quite rare to find in any single framework. It is simple and developers can play with these frameworks and can create magnificent websites using this.

Python has a huge library and thus it is a very powerful tool and allows high speed development. It is easy to write and programmers who are familiar with Python can sit back and watch the cool Python framework to do the magic....
 

10 Java Interview Programmatic Questions And Answers


In this post, I have collected some java interview questions where you are asked to write a program or you have been told to guess the output of a given program. I have also tried to answer them. I hope it will be helpful for you.

1) FizzBuzz Problem.
Write a program in java which prints the numbers from 1 to 100. But, multiples of 3 should be replaced with “Fizz”, multiples of 5 should be replaced with “Buzz” and multiples of both 3 and 5 should be replaced with “FizzBuzz”....
 
In this post, I have collected some java interview questions where you are asked to write a program or you have been told to guess the output of a given program. I have also tried to answer them. I hope it will be helpful for you. - See more at: http://javaconceptoftheday.com/10-java-interview-programmatic-questions-and-answers/#sthash.QYgSrQuy.dpuf

HTML5 For The Java Web Application Developer


The massive adoption of smartphones sporting advanced operating systems like iOS and Android as well as the rapidly growing popularity of tablet devices has changed the nature of web development. Server-side Java guys must become vastly more savvy with the various frameworks, tools and techniques needed to build mobile friendly, HTML5-based web applications.

In this session, we will distill HTML5 into the most important aspects that impact the Java web developer community. The focus of this session will be on practical tips and techniques for how to best take advantage of HTML5 features in your Java-based applications....
 

Monday, April 13, 2015

12 Best Mobile App Testing Frameworks


Native mobile apps usually work faster, smoother and these result in a better user experience. And, web designers/developers always look for new ways to catch this performance with web technologies. Mobile Application Developers, while able to produce amazing applications, are limited by the native browsers own limited functionality. 

Basic features available on desktop browsers are completely absent from mobile browsers. The ability to view source code, debug JavaScript, or even execute a JavaScript command from a console is all tools developers have come to expect while developing websites.
 
For this roundup we have compiled a list of 12 Best Mobile App Testing Frameworks for mobile programmers that will help them to test, debug and execute their web applications on various browsers and devices. If you are aware of some other useful mobile app testing frameworks, please let us know by posting a comment below.
 

Do's and Don'ts of Java Programming


No matter if you program on a regular basis in Java, and realize it like the back of your side, or if you’re new to the language or an informal developer, you’ll create errors.


Learn More