Windows PowerShell Technique: Get CPU Information

Window PowerShell is indeed the richest and the most powerful tool to retrieve simple to complex information about your entire computer system. In this article we are going to walk you through a handful of PowerShell cmdlets to find out processor information on your computer. The beauty of Windows PowerShell is that it can be […]

Continue Reading

Windows PowerShell Technique: Get Hard Drive Information

Windows PowerShell is a command-line shell for Microsoft Windows that is mostly used for system administration. It uses cmdlets (commandlets) that are .NET classes to perform simple to complex administrative tasks. It can access Component Object Model (COM) and Windows Management Instrumentation (WMI) for local, as well as remote administration. PowerShell can also be embedded […]

Continue Reading

LotusScript Technique: Show Multiple Lines Of A View Rows Based On A Multi-Line Value Field.

Notes doesn’t provide a simple way to show a multi-line rows based on a field or column which has multiple rows. There’s a work-around though, a bit tricky but works the perfect way. Let’s give it a whirl!!! In the View Properties box: From the 3rd tab, Set a number for “Height” value under Rows […]

Continue Reading

Get All Users From The ACL Of A Notes Database

HCL Notes (formerly IBM Notes) provides access to ACL through a pretty useful dialog window under Notes Client. The authorized user can perform several actions like viewing existing database users, their access levels and assigned roles. They can add and remove users and grant rights and roles to them as per the requirements. Viewing and […]

Continue Reading
Regular Expression

Regular Expression Techniques: Simplified Examples

Regular expressions provide a short and flexible means for identifying particular text; characters, words, or patterns of characters. You can extract emails, proxies, IP addresses, phone numbers, home addresses, HTML tags, URLs, links, dates, and what’s not? Regular Expression is a language of its own. Whatever programming languages you have already learnt, will help very […]

Continue Reading

Array Formula – A Better Way For Quick User Interaction.

In Microsoft Excel, an Array Formula provides you with a way to do powerful calculations on one or more value sets. The Array Formula works with an array of values, rather than a single value. Array formulas can return a single result, or multiple results. That sounds pretty simple enough, and indeed many array formulas […]

Continue Reading

WordPress Tricks – Optimize Your WordPress Website

WordPress was “invented” in May 27, 2003. The founders of this software are Matt Mullenweg and Mike Little. WordPress is a content management system (CMS) written in PHP paired with MySql database and it is well-famous as an online open source website building tool. WordPress features Plugin architecture, a template system, and a huge number […]

Continue Reading