Archive for February 24, 2011

Apply Heading To apply heading 1, 2 or 3, press ALT+CTRL+1, ALT+CTRL+2, and ALT+CTRL+3, respectively. Headings are an excellent way to start of sections of a document, and can later be used to automatically generate a table of contents. Apply List Bullet To start typing a bulleted list, press ALT+CTRL+L. Bold Text Press CTRL+B to [...]

Remove All Hyperlinks in Word or Excel

Posted: February 24, 2011 by abdulqadeer in Information Tech, Microsoft Tweaks

Word Hit [ALT]+[F11] to open the Visual Basic Editor Go to “Insert” > “Module” and in the pop-up window copy: Sub RemoveHyperlinks() Dim oField As Field For Each oField In ActiveDocument.Fields If oField.Type = wdFieldHyperlink Then oField.Unlink End If Next Set oField = Nothing

10 Useful RSS-Tricks and Hacks For WordPress

Posted: February 24, 2011 by abdulqadeer in Information Tech, Wordpress

RSS is one of those technologies that are extremely simple yet extremely powerful. Currently, RSS is thede facto standard for blog syndication, and it is used widely in both personal and corporate settings; for example, in blogs. And because a large percentage of these blogs run on WordPress, we’ll cover in this post some (hopefully) [...]