Microsoft Expression Studio Web 2
Through my University, I was able to get a bunch of Microsoft development and design software for nothing. This is obviously a vain attempt by Microsoft to lure me to god-awful .Net development or something similar. But, at the end of the day, I am an open source developer and a big fan of the GPL and GNU etc, so I'll stick with my Java and PHP thanksverymuch.
But, while browsing dzone tonight, I happened to notice an interesting article titled "Expression Web 2 for PHP Developers-Simplifying Your PHP Applications".
Well, my first impressions were that it was like a lightweight Dreamweaver. ick. I am a text-editor user. I like IDE's, but when they are IDE's and not pretending-to-be-tech-savvy-drag-and-drop-designers-come-IDE's.
The fact that Web 2 has drag and drop html components. Ergh. Who in their right mind would choose to scroll down a list of available tags and click-and-drag one instead of simply typing '<p></p>'?
Anyway, for an HTML editor, it might be fine. But you dont need anything other than Notepad++ (for syntax highlighting) for coding HTML.
Anyway, I am looking for a new IDE, so I thought I'd give this Expression Web 2 a go (even though the thought of coding PHP in a Microsoft product made me feel a little queezy).
Well, I got as far as this;
1: <?php
2:
3: ?>
And thats it. Wanna know why? Because it wouldnt let save it as a .lib while keeping it registered as a PHP app. Come on, you expect me to consider this a 'serious' development application when I can't register my own extensions? If I select 'php' in the 'save as type' when saving, it either removes the .lib extension and replaces it with .php or it adds .php to the end (ie form.lib.php). And, heres the best part, if I type the php opening and closing tags in and then try to save, it gives me an error saying that because I have php tags, I need to save it as a php file.. ARRRGH!!!!
Searching and viewing the help files gave me nothing. And I'm not going to start giving my libraries a .php extension, sorry Microsoft.
At least now I can try Netbeans 6.5 Beta with PHP support. I hope they dont still force every file you edit to have its own project. So painful. Maybe it's time I wrote my own IDE.
No related posts.