Year: 2010

Stay ahead with the latest trends in custom software development. Explore how AI, automation, and cloud solutions are shaping the future of business technology.

VNC server on Unix

VNC server on Unix Starting the VNC server on Unix for the First time VNC Server installs in /usr/local/bin, you need to make sure you have both /usr/local/bin and /usr/openwin/bin in your path, also the first time you run vnc you need to setup a vnc password, this is done with the /usr/local/bin/vncpassword command. After […]
Continue Reading

PHP Date

The PHP date() function is used to format a time and/or date. The PHP Date() Function The PHP date() function formats a timestamp to a more readable date and time. A timestamp is a sequence of characters, denoting the date and/or time at which a certain event occurred. Syntax date(format,timestamp) Parameter Description format Required. Specifies […]
Continue Reading

PHP Array

PHP Array An array stores multiple values in one single variable. What is an Array? A variable is a storage area holding a number or text. The problem is, a variable will hold only one value. An array is a special variable, which can store multiple values in one single variable. If you have a […]
Continue Reading

Freelancing – Online Accounting Software

Freelancing – Online Accounting Software I found use this website for my accounting. I have found it the best priced accounting software available for me. Check it out, it might work for you too. Free Agent Money Management. Click the link here A fantastic online website for managing your Limited company accounts.
Continue Reading

iPad Lock Screen Position

iPad Lock Screen Position Press your home button twice. This brings up the app bar that shows all actively running apps (yes, multitasking is here!). Simply slide the bar to the right to display the screen lock button, as well as iPod controls, brightness and volume control. Bam!
Continue Reading

Perl Substr

Perl Substr substr This function supports three sets of passed values as follows: [perl] substr (STRING,OFFSET,LEN,REPLACEMENT) substr (STRING,OFFSET,LEN) substr (STRING,OFFSET) [/perl] The function: substr (STRING,OFFSET) returns all characters in the string after the designated offset from the start of the passed string. The function: substr (STRING,OFFSET,LEN) returns all characters in the string after the designated […]
Continue Reading