Posts

Showing posts from December, 2015

A very Happy New Year!!!

Image
As the New Year dawns, I hope it is filled with the promises of a bright tomorrow. Happy New Year ! Happy New Yea

Top Programming Fonts!

Image
Top Programming Fonts! Choosing a font to use in your editor is a very important step in your workflow that many developers don’t think twice about. Small things like the difference between 0 vs o or l vs 1 and large things like the readability of the font is key to your productivity and strain on your eyes. If you are still using the default that came with your editor, it might be worth checking out a few below and see how you like coding with each of them. Since talking about text editor configuration is a huge interest of mine, This list has been compiled over the last year talking to developers at meetups and on twitter. So while the list isn’t totally complete, It’s a great reflection of what developers are using these days. Consolas M+2m inconsolata Menlo (sublime default) Monaco Ubuntu Mono Adobe Source Code Pro ANONYMOUS PRO Dejavu Sans Mono Envy Code R Hermit Have a favourite that isn’t listed? Comment below

Top compilers!(IDE)

Image
Compilers P rogramming languages are playing a great role in today’s computing environment. The true power of hardware can only be extracted with the help of efficient use of programming languages.There were many programming languages which emerged from the first generation of computers. Many of them are not sufficient to bear the load of today’s computing environment, but there are some which kept themselves out from the crowd. C and C++ are one of them. C/C++ are powerful programming languages and every new programmer should have to aware of them because these two programming languages provides the base for other programming languages. Beside this, These programming language are widely used even by the proficient programmers to interact with hardware. Efficiency of any programmer and programming language is always some how depends on programming environment and compiler or ide being used at the time of programming. New programmers always finds difficulty in s

What is IDE?

Image
Integrated Development Environment Integrated Development Environment(IDE) which is an application that facilitates application development. In general, an IDE is a graphical user interface and it is based workbench designed to aid a developer in building software applications by an integrated environment combined with all the required tools at hand. Most common features are debugging, version control and data structure browsing,  and it helps a developer quickly execute actions without switching to other applications  which helps to maximize productivity by providing similar user interfaces (UI) for related components and lessens the time taken to learn the language.IDE supports single or multiple languages.

CSS3 Basics!-part2

Image
CSS3 is the latest evolution of the Cascading Style Sheets Cascading Style Sheets were introduced 13 years ago, and the widely adopted CSS 2.1 standard has existed for 11 years now. When we look at websites that were created 11 years ago, it’s clear that we are a thousand miles away from that era. It is quite remarkable how much Web development has evolved over the years, in a way we would never have imagined then. So why is it that, when it comes to CSS, we’re stuck in the past and so afraid of experimenting? Why is it that we still use inconvenient CSS hacks and JavaScript-dependent techniques for styling? Why can’t we make use of the rich CSS3 features and tools available in modern Web browsers and take the quality of our designs to the next level? It’s time to introduce CSS3 features into our projects and not be afraid to gradually incorporate CSS3 properties and selectors in our style sheets. Making our clients aware of the advantages of CSS3 (and letting old

CSS3 Basics! part-1

Image
CSS3 is the latest standard for CSS The new features of CSS 3 uncover a lot of new possibilities and are beginning to be more widely used. Don’t get too excited though because it is not fully supported by all browsers. But this doesn’t mean you shouldn’t use it at all… Because these new features are not supported by some browsers (*cough* IE *cough*) you shouldn’t rely on CSS 3 for layout purposes. Instead you should use these new techniques to enhance your design for those viewers using the compatible browsers.< Below are descriptions of some of the most basic new features: Text Shadow Text shadow does exactly what it sounds like. It adds a shadow to your text. Border Radius Border Radius allows you to add rounded corners to an object. You can also specify a different size for each corner. Box Shadow Box shadow is similar to Text shadow except it’s added to an object and not text. Again, those are just the most basic of features. There are a lot of other

PHP 7 features and more!

Image
2015 has been an important year for PHP. Eleven years after its 5.0 release, a new major version is finally coming our way! PHP 7 is scheduled for release before the end of the year, bringing many new language features and an impressive performance boost. But how will this impact your current PHP codebase? What really changed? How safe is it to update? This post will answer these questions and give you a taste of what’s to come with PHP 7. Performance Improvements Performance is undoubtedly the biggest reason why you should upgrade your servers as soon as a stable version is released. The core refactoring introduced by the phpng RFC makes PHP 7 as fast as (or faster than) HHVM. The official benchmarks are impressive: most real world applications running on PHP 5.6 will run at least twice as fast on PHP 7. For detailed performance benchmarks, have a look at Rasmus Lerdorf’s presentation at PHP Australia . (You can use the arrow keys to navigate through the slid

Top Websites to Learn Coding

Image
  Gone are the days when programming languages could only be mastered programmers like Bill Gates, who later got to dominate the world by storm. Now everyone holds the same potential, and the chance to learn and even master programming language easily. Today, we will show you 10 interactive websites that will help you do that. That’s right, forget about complicated setups and black, cold command prompts that make you want to quit before you start, and say hi to 10 educational websites with instant and interactive lessons that teach you programming languages like HTML , CSS , PHP, Ruby and even iOS. Pick up tips, screencasts and even best practices from industry professionals. Codecademy Codecademy is indisputably the most famous website