Dreamweaver 8 problem: Initializing Extension Data

Catagories: CSS / Webdesign, DTP, Design, Desktop, GUI, Internet, Operating system, Windows / March 31st, 2008

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:

  1. The Dreamweaver 8.0.1 Updater resolved (more…)

    bookmark These icons link to social bookmarking sites where readers can share and discover new web pages.
    • StumbleUpon
    • Digg
    • del.icio.us
    • YahooMyWeb
    • Technorati
    • Netvouz
    • DZone
    • ThisNext
    • MisterWong
    • Wists
    • Netscape
    • Haohao

How to call PHP script within HTML files

Catagories: CSS / Webdesign, GUI, Operating system, PHP, Programming, Windows, cPanel / February 26th, 2008

Will code HTML for food - God bless you!

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 :D ). 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…)

    bookmark These icons link to social bookmarking sites where readers can share and discover new web pages.
    • StumbleUpon
    • Digg
    • del.icio.us
    • YahooMyWeb
    • Technorati
    • Netvouz
    • DZone
    • ThisNext
    • MisterWong
    • Wists
    • Netscape
    • Haohao

How to recognize a good programmer

Catagories: CSS / Webdesign, DTP, Design, Desktop, GUI, Life, Operating system, Programming / February 7th, 2008

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.

(more…)

bookmark These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • YahooMyWeb
  • Technorati
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Netscape
  • Haohao

4 comments 465 pageview(s)

Designers v.s. Not-a-designer

Catagories: CSS / Webdesign, DTP, Design, Internet, Life / January 14th, 2008

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 :-)

bookmark These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • YahooMyWeb
  • Technorati
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Netscape
  • Haohao

no comments yet 158 pageview(s)

CSS Toolbox, Tips, Tricks…

Catagories: CSS / Webdesign / October 11th, 2007

or whatever you’d like to name it : http://www.cssplay.co.uk/menu/

bookmark These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • YahooMyWeb
  • Technorati
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Netscape
  • Haohao

Some things NOT to do for website design

Catagories: CSS / Webdesign, GUI / October 11th, 2007

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…)

bookmark These icons link to social bookmarking sites where readers can share and discover new web pages.
  • StumbleUpon
  • Digg
  • del.icio.us
  • YahooMyWeb
  • Technorati
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • Netscape
  • Haohao
Tag: ,
no comments yet 363 pageview(s)