Dreamweaver 8 problem: Initializing Extension Data

Some stressing hour today: my dreamweaver8 stops working while loading “Initializing extension data”-screen
While reinstall is not an option, registry edit is the last (and working!) trial-and-error from the Macromedia help-page:
- The Dreamweaver 8.0.1 Updater resolved (more…)
How to call PHP script within HTML files

First off : Why the heck should you have/use PHP?
PHP is server side scripting. That means it is parsed on the server before your page loads in the browser. To the visitor and to the search engines PHP scripts are not noticeable. When PHP is combined with RSS feeds, links, blog entries, dynamic portfolio, it is a pretty powerful concept. With PHP you can add other people’s content to your web pages and the search engines will see it and think it is part of your website! (Think of the SEO-thingies). That PHP-parsed content when placed on your web page will essentially become a part of your web site and bring you more traffic. That is why most web developers recommend that you add the content from external sites to your website with PHP instead of Javascript.
Which comes first? Chicken or egg?
The characteristic of HTML that it will only parse / call the Javascript from within the HTML-parsing routine. (Okay, we both know it can call whatever files, but for the sake of this post, let’s pretend it’s that way, okay
). PHP, ASP, JSP, whatever, can call/use HTML tags/files, and not the other way around.
Yes, I know that you can simply “rewrite” everything into php and enclose the real php in <?php … ?>-tag.
But how should you do it if you insist that the file’s extension is still HTML and still can parse the PHP scripts inside? There are some ways:
- Option I
- a: .htaccess for HTM/HTML, IIS
- b: the same as Part I, only using the cPanel instead the hard way
- Option II: SSI Include (more…)
How to recognize a good programmer
How do you recognize good programmers if you’re a business guy?It’s not as easy as it sounds. CV experience is only of limited use here, because great programmers don’t always have the “official” experience to demonstrate that they’re great. In fact, a lot of that CV experience can be misleading. Yet there are a number of subtle cues that you can get, even from the CV, to figure out whether someone’s a great programmer.
Designers v.s. Not-a-designer
I found this on the net some other day without any creator info.
If you are the author of this short-cartoon and would like to be credited, please leave a message ![]()

CSS Toolbox, Tips, Tricks…
or whatever you’d like to name it : http://www.cssplay.co.uk/menu/
Some things NOT to do for website design
Read, and read, and read…. and bring it into practice
I got this link from a friend, discussing some things that should NOT be done while doing a professional web design. Pretty sound, I must say
(I take no credits for the post, just c/p-ing it here for my own conveniences. (more…)












