Search:

giblitz();

little nuggets of insider knowledge from Fusion Powered

service-specific error 10049

When working with sql server recently, I changed the initial configuration so that I could use it via a VPN IP address that was used and I also told sql server NOT to listen on all IP addresses also. I found that a website I was working on had stopped working, turns out that the sql server process had restarted and failed to start! (more…)

28.Nov.09 Databases, Sys Admin Submit a comment

how to show grandchildren in wordpress navigation

So you think you’ve got navigation covered in wordpress, a dash of wp_list_pages here and there and everything is covered.  You start to work on a theme that has 3 sets of navigation in different areas and you think it’s simple!  Ever tried showing grandchildren in wordpress?

(more…)

Tags: , ,

10.Oct.09 Web Development Submit a comment

Setup FTP on Windows Server 2008

If you’ve upgraded to Windows Server 2008, you’ll have noticed that it comes with a much better firewall compared to previous versions. It’s also a little more complicated to configure too. (more…)

Tags: , ,

19.Sep.09 Sys Admin Submit a comment

asdm is unable to read the configuration from the asa

Ever get that message?  It stumped me for a while, but then I found the solution.  The problem is that the cached software is just out of sync with the version on the appliance itself, you just need to clear it: (more…)

Tags: , , , ,

17.Aug.09 Sys Admin, network Submit a comment

Send emails from your own email address for free with google mail

It’s quite useful to be able to send and receive emails from your own email address (e.g. sales@yourbusiness.com), trouble is, this normally attracts a charge from your email provider.  In addition getting access to your emails while on the road could also prove to be difficult. (more…)

Tags: , ,

15.Aug.09 email Submit a comment

Send html emails using outlook

Some people often ask me how to send emails with html (and associated images) with outlook.  There is a simple way to achieve this, but first requires that you have created a html page and uploaded it to a web server, with your images set with absolute paths. (more…)

Tags: , , , ,

10.Aug.09 General, email Submit a comment

iframe hacks

There has been a lot of activity recently with websites displaying malicious code (iframes), in many cases, every default document in all folders across a website may have been corrupted.  The are a few things you can do to mitigate any future damage, here are some steps you can take:

(more…)

Tags: , , , ,

30.Jul.09 Sys Admin, Web Development Submit a comment

error ultimate_ga.php on line 203

I first got this error when I was migrating a wpmu site to a different set of servers, at the same time, the domain was changed to reflect a new brand.  Consequently, a lot of the references in the old database had to be changed by hand (a simple search and replace done the trick), it did leave a few broken things, one of them being that on every blog that had the UGA plugin enabled displayed error messages at the top and bottom of every page, the error messages was similar to ‘error ultimate_ga.php on line 203′. (more…)

Tags: , , , , ,

20.Jul.09 Web Development Submit a comment

no asp.net tab iis

I’ve been working with IIS and needed to change a website from v1 asp.net to v2, you can normally do this easily via the IIS console. Once when I tried to make this change for myself, I noticed that there was no asp.net tab, even though I was sure that it was there before, I couldn’t figure out what the problem was, but after a little investigation, I found that because I had VMWare installed on the machine that it conflicted with IIS a little, though it is fixable. (more…)

Tags: , ,

14.Jul.09 General, Sys Admin Submit a comment

wordpress no posts / pages found

Having developed a custom theme for a website I was working on recently, I got introduced to widgets (they’re great, see my other widgets posts). Only trouble was that when I tried to use code from another developer to make widget placement easier, it broke my website, making posts and pages invisible, both on the front and on the back end, even though I knew everything was fine. (more…)

Tags: , , , , ,

13.Jul.09 General, Web Development Submit a comment