Google Page Rank (PR) update

Hi Folks, Google has started page rank update. However it is still fluctuating not stable but you will get idea what the rank you are getting when PR will be stable. If you are not concerned with Google PR. Check here about it and learn how it can influence you…continue reading →

Linux VI Editor commands

In the graphical Linux world, vi editor now rarely used. But it is only choice at command prompt if graphical interface not available. The VI editor shipped with almost every Linux distributions.? The most hardest and annoying things with vi editor is to switching between Command Mode and Input Mode.?…continue reading →
CentOS Enterprise Class Linux Distribution

CentOS Enterprise Class Linux Distribution

CentOS is free growing enterprise class computing platform supported by core developers including network administrators, system administrators, enterprise users, managers, core Linux contributors and Linux enthusiasts from all over the world. CentOS provide stable Linux solutions for individuals and organizations? ? who do not need strong commercial support to achieve…continue reading →

Truncate text to specified character limit without cutting word

Self explanatory function to get limited text from long paragraph. function limit_text($mystring, $no_of_chars, $append_text) { //Varaible definition //$mystring -> Text string that need to be process //$no_of_chars -> Number of character to be display //$append_text -> Append text at the end of truncated text to show more to read. //like…continue reading →