25 May 2011

Lansweeper: hardware, network and software inventory for windows networks

Database, MSSQL, Network, Tools No Comments

Lansweeper is an automated network discovery and asset management tool which scans all your computers and devices and displays them in an easy accessible web interface.
There is no need to install any agents on the computers, all scanning is done by standard build-in functionality.
Read more

25 May 2011

CCleaner Network Edition

Network, Tools No Comments

CCleaner Network EditionIntroducing a new efficient way to use CCleaner in the business and enterprise world. CCleaner Network Edition, is a scalable network version of CCleaner that allows remote deployment and management. Use the awesome system optimization power of CCleaner, across your entire network with only a few clicks.
Read more

25 May 2011

Summarizing by month and year with datepart

Database, MSSQL No Comments

There are many ways of searching and doing date calculations.

SELECT DATEPART(yyyy,sales_date) AS 'Year',
MAX(DATENAME(m,sales_date)) AS 'Month',
COUNT(sales_date) AS 'Units per Month'
FROM sales
GROUP BY DATEPART(yyyy,sales_date),
DATEPART(mm,sales_date)
ORDER BY DATEPART(yyyy,sales_date),
DATEPART(mm,sales_date);

22 Feb 2011

When can I use…

Webdeveloper No Comments

Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.

http://caniuse.com/

29 Jan 2011

Reguliere expressies

Webdeveloper No Comments

Reguliere expressies zijn voor het zoeken door middel van informatie voor bepaalde patronen. Vandaag zal ik een link over enkele tips voor het werken met reguliere expressies.

http://net.tutsplus.com/tutorials/php/advanced-regular-expression-tips-and-techniques/

25 Jan 2011

Snap to Pixels

Webdesign No Comments

http://twitpic.com/3rzp3l

25 Jan 2011

Custom right-click menu in Flash

Flash, Webdesign No Comments

How to create a custom right-click menu for your Flash movie or game. Why would you want to do this?

http://www.foundation-flash.com/tutorials/customrightclickmenu/

30 Sep 2010

Memory NextGen

Wordpress No Comments

Let er op: als er nog geen steeds te weinig geheugen is ( define(‘WP_MEMORY_LIMIT’, ’64M’); ), denk er aan dat de safe-php moet uitgezet worden.

29 Sep 2010

Transport naar een andere server

Webhosting No Comments

Wat moet je doen. De eerste is dan de database transport naar een andere server. Ook kan je via ftp het bestanden gekopieërd.

Vervolgens moet je drie dingen vervangen, namelijk de .htaccess en in de database het tabel: wp-config en in het bestand van wp-config.php. Klaar is Cees