Saturday 28 September 2013

Top Ten Errors Java Programmers Make

http://www.javacoffeebreak.com/articles/toptenerrors.html

Saturday 22 June 2013

Friday 14 June 2013

To remove the font size, search box & space above the header in joomla 2.5

To remove the font size, search box & space above the header in which they preside in the Beez 20 template there are 2 steps. All you must do is remove the following from the index.php tempate file:

<div id="line">
<div id="fontsize"></div>
<h3 class="unseen"><?php echo JText::_('TPL_BEEZ2_SEARCH'); ?></h3>
<jdoc:include type="modules" name="position-0" />
</div>

And then in the CSS folder you must edit the "layout.css" file.
add
#header
{margin-top: -60px;}

Remove the font resizer from joomla 2.5 site page header

Go to  Extensions > Template Manager .  Then click on the templates link (see image)


Now click on the "Beez_20 Details and Files" link


Next click on the "edit main page template" link

Now you are editing the index.php file of "beez_20"  template. search for the following code
<div id="fontsize"></div>
Remove or comment it out like this
<!-- <div id="fontsize"></div> -->
When done, Save the file. This is how you can remove the font resizer very easily from the top of joomla 2.5 beez 2 template.

Monday 8 April 2013

Network discovery stays off in Windows Server 2012

In order to enable the Network Discovery on a domain make sure the following services are enabled and running:
DNS Client
Function Discovery Resource Publication
SSDP Discovery
UPnP Discovery

If all these services are running you will be able to modify the Network Discovery settings.