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 Continue reading “Valuable Tips For Software Developers Applying To Jobs”

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. Continue reading “How to Remove ^M in Linux & Unix”

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 Continue reading “Running Old Internet Explorer Based Applications in ie10”

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. Continue reading “Php Date Format”

Unix Tech Tips

  1. Running Sol
    aris  in 32 or 64 bit mode
    – Page 1
  2. Removing ^M from Unix text files – Page 2
  3. Backup commands – ufsdump , tar , cpio – Page 3
  4. Setting up Ethernet card speed & duplex mode – Page 4
  5. One Line scripts – Page 4

Continue reading “Unix Tech Tips”