Valuable Tips For Software Developers Applying To Jobs

Software developers are in massive demand these days. In the contemporary technological age so many companies in such a wide variety of industries need software developers meaning that, even if the work is pretty consistent, you ought to be able to find that you’re able to work in any sort of industry that you are interested in. However, though it is a career with a lot of opportunities available to you as someone with proficiency in the field, that isn’t to say that it is necessarily easy to get employed. As such it can be really useful to develop some insight into the process as someone looking for employment. So, with that said, let’s take a look at some tips for your applications

How to Remove ^M in Linux & Unix

Control M ( ^M)  characters are introduced when you use  lines of text from a windows computer to  Linux or Unix machine.  Most common reasons are when you directly copy a file from a windows system or submit form data copied and pasted from a windows machine.

Detecting ^M characters

^M is non printable character and often becomes difficult to find, in order to see if your file contains any non printable character use the cat command with -v option

$cat -v filename

Methods to remove ^M

In all these method , real secret is not to type ^M using keyboard but rather typing in control key sequence to get the ^M control character.

Running Old Internet Explorer Based Applications in ie10

Windows Xp support is stopping on April 8, 2014 and one of the issues is that when you migrate to current Windows operating systems ( windows 8 ) old ie browsers are not supported for installation. Current OS Windows 8 comes with ie 10 and older versions of ie are not supported.
The biggest problem is that many of corporate applications which are designed long back and no longer supported may still need older ie 7 , 8 or 9

Php Date Format

Date time formatting in PHP
Many scripts written in php need date and time function . PHP has many predefined date formats and you can also customized it as per your need .
Here are some of the php date format examples and additional details for php.