3.3.3 Joomla Trash Manager

Filed Under ( Joomla, PHP, Programming, Technology, Tutorial, Windows Secret ) by admin on 04-11-2009

Tagged Under : , , ,

As I already said before, when you are deleting the menu item, he will not delete it directly but it goes to the Trash Manager. To access the Trash Manager, you can through Menus > Menu Trash.

In the Trash Manager list, the entire menu item that is already deleted appears in this list. Through Trash Manager, you can do two things:

1. Delete the file permanently 2. Or, restore the file

Trash Manager

Picture 3.38 Trash Manager

Delete the Menu Item

In deleting menu, you can check the checkbox in the menu item that you want to delete. Then, click the Delete icon. After you delete the item through the Trash Manager, the menu item is really gone and you cannot restore it back.

Restore the Menu Item

Restore is the process of returning the menu item into the menu source. If we heard about the word “restore”, possibly you will remember about the recycle bin facility in windows explorer. You can return the file that has been deleted but stills keep in the recycle bin. Well, the restore function is the same with the recycle bin restore.

Windows Vista Tips: Disable Data Execution Prevention

Filed Under ( Hacks, Technology, Tips, Tutorial, Windows Secret ) by admin on 02-09-2009

Tagged Under : , , , , ,

Data Execution Prevention is a relatively new technology in Windows that performs some additional memory checks to help prevent malicious code from being executed on a PC.

This is generally excellent news for PC users, as it can prevent many viruses and malware from being run (even if a virus scanner misses them). However, it can also prevent legitimate applications from running if they execute code in a forbidden way.

Unless you have a specific problem with DEP, it wouldn’t be recommended to disable this useful feature.

To disable DEP completely, launch the command prompt in administrator mode by typing CMD into the start menu and pressing CTRL + SHIFT + ENTER:

Dos

Once the command prompt has loaded, type the following command and then press Enter:

bcdedit.exe /set {current} nx AlwaysOff

Start Menu

You can then close the command prompt window, and DEP will be disabled. Should you wish to re-enable Data Execution Prevention follow the same method but run the following command:

bcdedit.exe /set {current} nx OptIn

Windows Vista Tips: Add Run Command to Start Menu

Filed Under ( Technology, Tips, Tutorial, Windows Secret ) by admin on 24-08-2009

Tagged Under : , , , ,

If you are a power user, it is quite likely that you miss the “Run” menu from every previous version of Windows. Although most people won?t miss this is very handy to quickly run applications without loading up items on your start menu.

Right Click on the Start Menu > Properties > Start Menu Tab > Customise > Check “Run Command”

Run

Alternatively, you can use the shortcut key of Windows Key + R each time you need it.

Windows Vista Tips: Unidentified Network

Filed Under ( Network, Technology, Tips, Tutorial, Windows Secret ) by admin on 27-07-2009

Tagged Under : , , ,

Windows Vista can sometimes cause network adapters to show up as connected to an “Unidentified Network”, sometimes limiting the network to local access only.

Local Area Connection

There are many reasons that can cause this problem, but some suggested solutions to try are:

  • Reset your Router using the web control panel.
  • Update your network adapter drivers.
  • Temporary disable any Anti-Virus/Firewall package to see if the problem is resolved.
  • Try assigning a static IP address to the network card.
  • Disable IPv6 on old network cards / routers.

These suggestions may help you narrow down the cause of the “unidentified network” problem.

Windows Vista Tips: Change Workgroup

Filed Under ( Network, Technology, Tips, Tutorial, Windows Secret ) by admin on 27-07-2009

Tagged Under : , , , , ,

Workgroups are an easy way of grouping a collection of network PCs (for example, all of the computers in your house could be one). When you get your PC you may find that it is already of a workgroup and want to change it, or perhaps you need to join a new workgroup.

To start this process, press WINDOWS KEY + PAUSE/BREAK to load up the System information window. Then click Change Settings under the Computer Name, Description and Workgroup settings menu:

System and Maintenance

Then, click Change:

System Properties

Now type in your new workgroup into the appropriate box and then click OK:

Computer Name/Domain Change

You are now a member of the new workgroup and should be visible to other networked PC’s.

Windows Vista Tips: Printer Sharing

Filed Under ( Network, Technology, Tips, Tutorial, Windows Secret ) by admin on 27-07-2009

Tagged Under : , , , ,

Many people will have a network of computers, with a central printer connected to only a single PC. It is easy to share this printer with user networked computers, allowing everyone in your workgroup to print directly.

First of all, you need to enable printer sharing on the host PC (the one with the printer directly attached). This allows other PCs to see the shared printer and connect to it via the host computer. To do this, open the Control Panel by clicking on the Start Menu > Control Panel:

Start Menu->Control Panel

Then, click View Network Status and Tasks:

Control Panel

If printer sharing is disabled, click the button next to Printer Sharing, then Turn on Printer Sharing and click Apply:

Network and Sharing Center

Printer sharing is now enabled on the host computer, allowing access to the connected printers (as long as a username/password from that PC is used).

On the PC you wish to grant access to the printer, browse the network from the host PC to view the printer listing. Once you have found the shared printer you wish to use, right click on it and select Connect:

Network->Printers

It may require a username and password from the host computer, if so type these details in. Windows should now install the required drivers and add access to the shared printer, allowing you to print from any application.

Windows Vista Tips: Change IE7 Default Search

Filed Under ( Browser, Technology, Tips, Tutorial, Windows Secret ) by admin on 20-07-2009

Tagged Under : , , , , ,

Internet Explorer 7 that comes with Windows Vista automatically defaults to using MSN as the search provider. Many users will want to use an alternative search engine such as Google or Yahoo.

You can easily change providers by loading IE7 and clicking on the small arrow to the right of the search box, then clicking “Find More Providers“:

Find More Providers...

This will load a list of other large search engines, from which you can choose to make the default option (simply click on your choice):

Add Search Providers to Internet Explorer 7

This will bring up a dialog box asking you to confirm your selection. Tick the “Make this my default search provider” box and then click Replace Provider. This will make the search engine you have selected the default search engine for any queries performed in the IE7 search box.

Add Search Provider

Windows Vista Tips: Clear Search History

Filed Under ( Browser, Technology, Tips, Tutorial, Windows Secret ) by admin on 20-07-2009

Tagged Under : , , , , ,

Clearing your search history has never been easier when using IE7 in Windows Vista. Simply load up Internet Explorer and then click on the Tools menu, then select “Delete Browsing History“:

Delete Browsing History

Then, click the buttons next to the items you wish to remove from your PC (you can delete all by clicking the button at the bottom of the window). Most people would want to remove the History and Form Data (which keeps a record of what you type in to forms). To do this, click Delete History and Delete Forms:

Delete Browsing History

Related Posts with Thumbnails

HI