Named Ranges in Microsoft Excel

Names ranges can be very useful. Some people argue that point, whether using named ranges in VBA or formulas. The most common problem regarding names ranges, everyone agrees, is user ignorance of their existence in the application. Create a Named Range Select a range of cells using the Shift key, Shift+Ctrl, or Ctrl keys (yes, […]

Google apps stupported server list

Following server are listed to google apps – 123-reg.co.uk, 1and1, 4d Web Hosting, BT broadband office, cPanel, dnsExit, DNS Park, Domain Explorer, DomainSite, DreamHost, Dynadot, DynDNS, Enom, EveryDNS.net, Gandi.net, GoDaddy, iCodia, iPowerWeb, ix Web Hosting, Lxlabs, Name.com, Name.net, Namesecure, NearlyFreeSpeech, Netfirms, Network Solutions, No-IP, Registerfly.com, vserver.de, Webhost4Life, WHM, XName, Yahoo!, ZoneEdit

A to Z PHP and MySQL Tutorial

PHP MySQL Connect to a Database Create a Connection to a MySQL Database Before you can access data in a database, you must create a connection to the database. In PHP, this is done with the mysql_connect() function. Syntax mysql_connect(servername,username,password); Parameter Description servername Optional. Specifies the server to connect to. Default value is “localhost:3306” username […]

Microsoft Word – Enabling Macro Protection

Instructions for Word running on a Windows machine: Word 2000 Start Word Click on Tools, highlight Macro and click on Security Click on either Medium or High to select it Click on OK Click on OK again to close out of the options menu Word 2002 (XP) / 2003 Start Word Click on Tools and select Options Select the Security tab and click on the Macro […]

Remove All Hyperlinks in MS Word or Excel

Ever copy and paste something from the Internet and then into Word only to get the hyperlinks embedded? You can removed them easily with the Macros below. 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 […]

Top 5 Best Choices for WordPress Forum Plugins

What if you want a forum on your blog? Well there are plenty of open source forum systems available. But what about integrating your blog cms with your new forum? There are some effective WordPress plugins to help you accomplish this. But choosing the right one is critical. There are many plugins to help you […]

Windows 7 Winsxs

What is Winsxs? The winsxs (Windows Side-by-Side) folder is a system folder. It would not be a good thing to delete this folder. A coworker recently received his every two year work laptop refresh and was in the middle of loading his new laptop with Vista. For some reason, his hard drive C: was partitioned […]

How to clear Skype IM Chat and Call History?

If you’re a frequent Skype user, you might have noticed that Skype keeps a record of all events including instant messages, calls, file transfers and SMS all stored and accessible from the Conversation tab by clicking on the Show History button. Deleting the chat and call history in Skype is easy, but the Delete History […]

Web browser

A web browser is a software application for retrieving, presenting, and traversing information resources on the World Wide Web. An information resource is identified by a Uniform Resource Identifier(URI) and may be a web page, image, video, or other piece of content. Hyperlinks present in resources enable users to easily navigate their browsers to related resources. Although browsers are primarily intended to […]

JHTML

JHTML stands for Java HTML. This is a page authoring system developed at Art Technology Group (ATG). Files with a “.jhtml” filename extension contain standard HTML tags in addition to proprietary tags that reference Java objects running on a special server setup to handle requests for pages of this sort. When a request is made for a JHTML page, e.g. […]