Blog

Top Tricks n Cheats
Top Tricks n Cheats  Set Processes PriorityFollow this tip to increase the priority of active processes, this will result in prioritisation of processes using the CPU.CTRL-SHIFT-ESC 1.Go to the second tab called Processes, right click on one of the active processes, you will see the Set Priority opt…[ More ]
Windows system key combinations
Windows system key combinations•   F1: Help•   CTRL+ESC: Open Start menu•   ALT+TAB: Switch between open programs•   ALT+F4: Quit program•   SHIFT+DELETE: Delete item permanently•   Windows Logo+L: Lock the computer (without using CTRL+ALT+DELETE) Back to the topWindows program key combi…[ More ]
An A-Z Index of the Windows CMD command line
An A-Z Index of the Windows CMD command line  ADDUSERS Add or list users to/from a CSV file  ARP  Address Resolution Protocol  ASSOC  Change file extension associations•  ASSOCIAT One step file association  ATTRIB  Change file attributesb  BCDBOOT  Create or repair a system partition  BOOTCFG  Edi…[ More ]
PHP strrchr() Function
PHP strrchr() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strrchr() function finds the position of the last occurrence of…[ More ]
PHP strripos() Function
PHP strrev() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strrev() function reverses a string.Syntaxstrrev(string)  Parame…[ More ]
PHP strripos() Function
PHP strripos() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strripos() function finds the position of the last occurrence …[ More ]
PHP strrpos() Function
PHP strrpos() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strrpos() function finds the position of the last occurrence of…[ More ]
PHP strspn() Function
PHP strspn() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strspn() function returns the number of characters found in the …[ More ]
PHP strstr() Function
 PHP strstr() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strstr() function searches for the first occurrence of a string…[ More ]
PHP strtok() Function
PHP strtok() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strtok() function splits a string into smaller strings.Syntaxstr…[ More ]
PHP strtolower() Function
PHP strtolower() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strtolower() function converts a string to lowercase.Syntaxs…[ More ]
PHP strtoupper() Function
PHP strtoupper() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strtoupper() function converts a string to uppercase.Syntaxs…[ More ]
PHP strtr() Function
PHP strtr() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe strtr() function translates certain characters in a string.Syntax…[ More ]
PHP substr() Function
PHP substr() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe substr() function returns a part of a string.Syntaxsubstr(string…[ More ]
PHP substr_compare() Function
PHP substr_compare() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe substr_compare() function compares two strings from a sp…[ More ]
PHP substr_count() Function
PHP substr_count() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe substr_count() function counts the number of times a subst…[ More ]
PHP substr_replace() Function
PHP substr_replace() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe substr_replace() function replaces a part of a string wi…[ More ]
PHP trim() Function
PHP trim() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe trim() function removes whitespaces and other predefined character…[ More ]
PHP ucfirst() Function
 PHP ucfirst() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe ucfirst() function converts the first character of a string to…[ More ]
PHP ucwords() Function
PHP ucwords() Function-------------------------------------------------------------------------------- Complete PHP String Reference --------------------------------------------------------------------------------Definition and UsageThe ucwords() function converts the first character of each word in…[ More ]