9/29/2006
Programs not starting like they should?
What happened is that the .exe extension got associated with that player (like for example some media type like .mp3 associates with windows media player). So basically when we tried to run any .exe - program file it was understanding to run that player and open .exe in it.
Crazy. I couldn't fix the registry, because regedit is also .exe file.
This is what saved me and my friend's computer.
Update: Due to a broken link, I've changed it and added a link to some more xp file association fixes:
Windows XP file association fixes.
9/26/2006
Free Tools Galore pt. 7 - Vector drawing
It has all the features for drawing with vectors that you need. I had to prepare t-shirts and I used this program. The print shop was surprised with the quality of result and also they were happy because I didn't forget to convert text into curves (which Inkscape automatically offered.)
9/21/2006
Semi transparency on a web?
But if you need semi-transparent effects on your website, here's a very neat optical trick to make it.
Read more here...
Really super. Will use it with my next project.
9/16/2006
Posting to Blog directly from new Office
Although I'm having some difficulties posting to the new blogger Beta, but I'm sure it will be fixed when both word and blogger will go out of the beta.
9/15/2006
What to do if users don't have flash?
This is super, because if you have your whole site built in Flash you can still make HTML substitute for the ones without the player.
Thanks to Deconcept's SWF Object script file...
Simple to integrate and simply works :)
9/14/2006
Free Tools Galore pt. 6 - Compressed files manager
A solution to this problem is:
7-zip file archiver.
It has its own high compression format and also supports
- packing/unpacking to/from 7z, ZIP, GZIP, BZIP2 and TAR
- unpacking from: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS
From what I've seen from news it also supports .ISO. What I especially like is the nice Windows Explorer integration.
9/13/2006
Width of Rich text field in the form
One thing that was annoying me and some of our customers is that when entering info into rich text field it was simply too narrow. The width is for resolution 1024x768. That's all fine and dandy, but if you like to type a lot the narrow field when entering information just won't do.
To expand the field you have to open the NewForm.aspx and EditForm.aspx in FrontPage or SharePoint designer and just before the </body> tag add the following code:
<script language="javascript" type="text/javascript">
document.getElementById('urn:schemas-microsoft-com:office:office#FIELDNAME_iframe').style.width=WIDTH
</script>
Ofcourse replace the FIELDNAME with actual name of the field and WIDTH with desired width in pixels.
For the FIELDNAME you have to use the SharePoint name, not the display name (sometimes they aren't the same). You can find the SharePoint name of the field easily if you
- modify settings and columns of the list
- click on the name of the field in the "Columns" section
- check value of parameter Field in the URL (click on image below to see the screenshot)
Save the file and you'll have the result. Click on the thumbnails below to see larger images.
Before:
Code:
After:
There you have it. Not as nice to look at, but nicer to write in :).
9/12/2006
Free Tools Galore pt. 5 - Graphics for your web site
Or you can check office online.
Check Jose's tip about free clipart.
Through Office online you can find lots of quality photos that you can freely use.
Click to activate and use this control?
Here's a screenshot of what I have in mind.
I understand that Microsoft is trying to protect us from unwanted actions in our computer but if as a web developer this bothers you, I've found a solution.
Here's one from Macromedia:
http://www.adobe.com/devnet/activecontent/articles/devletter.html
And personally I like the solution that I've found on Amara Software site:
http://www.amarasoftware.com/flash-problem.htm
And the flash works... Until next update :)
9/11/2006
Having problems with your flash animation?
I'm working on a website and I received a flash animation to put it it. The problem was that the site also included DHTML menu with layers. The problem is, that the menu layers don't want to display above flash animation.
A screenshot of the problem:
The solution is very simple: Just add <PARAM NAME="wmode" VALUE="transparent"> to the flash object tag, like shown below:
And voila. Works for me:
9/08/2006
Free Tools Galore pt. 4 - for build your website
In the office I'm using FrontPage 2003 and lately the super new SharePoint Designer. But these are the tools we use in the office and are really proffessional.
If you want to create a website at home or with minimum costs, you can use NVU - free web authoring tool.
It has enough if you want to build the website for free, nice features and support for plugins also.
Below is a screenshot of user interface (click on the thumbnail to see bigger screenshot):
It has nice views (HTML Tags is a nice view)
Tag selector: a feature I can't live without when working with web pages. You can find it at the bottom of user interface:
One nice feature is also that you can see the width and height of the element (table, etc.) in the rulers. Below is the sample of the table. You can see the width in the top ruler (click thumbnail for bigger preview)
It is XHTML compliant as you can see in the source code view. (click for bigger image)
Absolutely nice if you want to create web sites for free. Nice also the site manager and possibility to publish the site via FTP.
What I was missing is
- support for working with layers
- opening non-html files (for example CSS)
9/05/2006
Nostalgic for old games?
If you want to slow your pace and play an old game, the wonder of Internet is super. Just look for abandonware. Tons of all the games you knew or you didn't know.
So if you're looking for something simple to relax, this is an additional option for you. The sure thing is: your configuration will meet the minimum requirements. :)
9/03/2006
Free Tools Galore pt. 3 - Graphics program
If you need a program to modify your photographies, images, etc. you have some choices. PhotoShop is really good, but doesn't fit under the free tools category. A free substitute for PhotoShop is the GIMP, but if you're looking for something more light-weight, I recommend Paint .NET. It has enough of the functionalities that you'd require - layers, all sorts of different effects, powerful tools for working with drawings, images.
As a Webmaster I find this tool (because of its lightweight and especially because it's for free), I found it really indispensable.
Here's a screenshot of the user interface
The task panes are semi-transparent when over the image
It has support for layers and some blending modes
And the color select tool has the hex option! Super if you need this for web development.
P.S. - what do you think of the picture I was editing in Paint .NET? ;)