Latest News

Basic Disks VS Dynamic Disks

Basic Disks VS Dynamic Disks

Basic Disks   In Windows 7, basic disks are by far the most oftenly used.. The “basic disk” term refers to a disk that contains one or more partitions, such as primary partitions or logical drives, which are usually formatted with a particular file system to become a volume that can be used for file […]

Toggle Visibility Javascript

Toggle Visibility Javascript

Are you looking for a way to toggele the visibility of an element using Javascript? The short javascript tutorial below will teach you how to create this function of hiding and then showing an element. The function above requires two parameters. The first one is the name of the close/open image. The second parameter is […]

Dynamic PHP Copyright Year

Dynamic PHP Copyright Year

So you’ve started to get how HTML works, and by now you’ve been building a bunch of HTML static websites. It’s been an year since you started and now you just realized that all your footers display as copyright information an outdated year: Copyright © 2011-2012 Connictech.com You know you have to update the text […]

Restrict Views in SharePoint 2010

Restrict Views in SharePoint 2010

We all know that SharePoint can be a powerful tool that is very versatile. But like any software out there, it’s not always perfect, and it doesn’t do absolutely everything we need. One of the drawbacks of Sharepoint is that it does not allow granting access per views. But there are tricks to overcome this […]

Php Code To Display Full Path

Php Code To Display Full Path

Looking for PHP code to display the full web server path to a file? You will find this script useful when setting cron jobs for example. A lot of websites require that php scripts are run periodically, in order to update data and make the website dynamic. In order to set the cron jobs you […]