Forum: Graphics and Multimedia Dec 17th, 2007 |
| Replies: 5 Views: 956 great icon resource In case any of you have not seen it yet Icon Buffet (http://www.iconbuffet.com/people/new?ref=bkendall) is a great icon community check it out and if you decide to get a free account I will promise... |
Forum: Graphics and Multimedia Jun 15th, 2006 |
| Replies: 0 Views: 2,397 Dreamweaver Color Palette Extension My stylesheets tend to get long at times and I find I am constantly fishing around looking for colors to use. So I asked a friend at work about it and he created a dremweaver extension that will pull... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 6 Views: 6,500 Re: loading a swf file using a variable Yes, I used the attributes tag inside my CustomTags/PostHead: #Attributes.SwfPath# then on the page I called:
<cfmodule template="Test/Test.cfm" PageTitle="Title Here" SwfPath="images/test.swf"... |
Forum: ColdFusion Apr 18th, 2006 |
| Replies: 6 Views: 6,500 Re: loading a swf file using a variable I actually worked around the issue by using a css layer over the top of the flash movie and making that a cf variable instead. Basically what I wanted to do was call a flash movie using a variable... |
Forum: Legacy and Other Languages Mar 29th, 2006 |
| Replies: 0 Views: 2,076 asp redirect help I think it is a syntax issue I need to redirect based on a param and here is what I am using:
If Request("catid") = "9" Then Response.Redirect ("ClassCatRealEstateSales.asp")
my guess is that there is a syntax problem, I am... |
Forum: Site Layout and Usability Mar 14th, 2006 |
| Replies: 5 Views: 1,932 Re: Liquid Versus Static and Other Considerations I tend to do more fixed width than liquid layouts but do both often. THe only thing I have found is that while it is true that most users have higher res these days alot of the folks I deal with as... |
Forum: ColdFusion Feb 28th, 2006 |
| Replies: 6 Views: 6,500 loading a swf file using a variable I have a website that I am using includes on to make life easier. One issue that has come up is that I am also using a flash header on the top of each page. I would like to put the object and embed... |
Forum: ColdFusion Feb 9th, 2006 |
| Replies: 1 Views: 3,140 |
Forum: ColdFusion Feb 9th, 2006 |
| Replies: 1 Views: 3,140 |
Forum: HTML and CSS Oct 25th, 2005 |
| Replies: 4 Views: 2,196 Re: Navbar popup menu difficulties First of all you need to have a little patience, I will do my best to give you a hand and I am sure there others around as well.
It sounds like you are looking for relative positioning and for that... |
Forum: HTML and CSS Oct 24th, 2005 |
| Replies: 2 Views: 1,208 Re: Is Netscape 4.x support still necessary? I think it depends on your audience at this point. I would say for the web at large it is probably no longer needed. If your particular site is for a group of users that are unable to update their... |
Forum: HTML and CSS Oct 24th, 2005 |
| Replies: 4 Views: 2,196 Re: Navbar popup menu difficulties It looks like you just have the positioning off for the popup menus. I would find the section of code that deals with the popups and there should be some pixel dems there and play with the numbers... |
Forum: Website Reviews Oct 24th, 2005 |
| Replies: 13 Views: 2,285 Re: i made my first site I am not sure if you are looking for feedback on the design, content or if you need help with a particular element.
The design is not bad at all it looks current with most tech looking sites out... |
Forum: Site Layout and Usability Sep 29th, 2005 |
| Replies: 2 Views: 4,964 Re: making my first form in dreamweaver It can certainly be done, but probablly not in a drop and drag fashion through dreamweaver or a dreamweaver plugin.
I think something more important to consider is that if this is your first form,... |
Forum: Website Reviews Sep 27th, 2005 |
| Replies: 15 Views: 3,047 Re: Please Review My Site I think there is a more consistent feel now at the top of the page but I am not sure that the left hand menu reflects the design that you have established at the top of the page. Granted you did tie... |
Forum: Site Layout and Usability Sep 26th, 2005 |
| Replies: 4 Views: 10,389 Re: Dreamweaver wrapping text around Pics I think what you are looking for is an "align=" inside your image tag. This can be done painlessly in dreamweaver. First add your image to the page and in the layout mode you should see it on the... |
Forum: ColdFusion Sep 26th, 2005 |
| Replies: 2 Views: 8,195 |
Forum: IT Technologies and Trends Sep 23rd, 2005 |
| Replies: 3 Views: 2,667 |
Forum: IT Technologies and Trends Sep 22nd, 2005 |
| Replies: 3 Views: 2,667 |
Forum: Graphics and Multimedia Sep 22nd, 2005 |
| Replies: 1 Views: 1,436 Re: ~2 Requests~ Not exactly sure what you are looking for with your post. A guess would be that you want someone to create some graphics for you. A better path might be to ask questions on how to create them so you... |
Forum: Graphics and Multimedia Sep 22nd, 2005 |
| Replies: 11 Views: 3,472 Re: New to Flash there are a lot of good resources for dreamweaver but a good place to start would be macromedia.
http://www.macromedia.com/support/documentation/en/dreamweaver/index.html#tutorials |
Forum: Graphics and Multimedia Sep 22nd, 2005 |
| Replies: 1 Views: 1,590 Re: Anyone tried Flash 8 yet? I installed my version of studio 8 at home last week but we have not upgraded at work yet. As I am sure most of you are in the same boat, after working all day it is not always easy to go home and... |
Forum: JavaScript / DHTML / AJAX Sep 22nd, 2005 |
| Replies: 3 Views: 1,974 Re: Page Opening - Cache Problem? I was thinking along those same lines as well, some sort of a preloading technique to load sections at a time. This was really popular in the days of glam intro movies and there probably still some... |
Forum: ColdFusion Sep 20th, 2005 |
| Replies: 2 Views: 8,195 |
Forum: ColdFusion Sep 20th, 2005 |
| Replies: 2 Views: 8,195 |
Forum: Graphics and Multimedia Sep 8th, 2005 |
| Replies: 4 Views: 3,427 Re: Flash intro redirection I don't see how you can override the redirect if you do not modify the actionscript. The only way I could see that working is if you have control over the page that iredircts to. If you did then you... |
Forum: Graphics and Multimedia Sep 8th, 2005 |
| Replies: 5 Views: 2,888 |
Forum: Graphics and Multimedia Sep 8th, 2005 |
| Replies: 4 Views: 3,427 Re: Flash intro redirection You will need to edit the actionscript file. Look for the name of the file that it is redirecting to in the code and then change it to fit your needs. |
Forum: Graphics and Multimedia Sep 8th, 2005 |
| Replies: 2 Views: 1,628 Re: Boxes???? Are you looking to create graphics that look like boxes or are you referring to package design? |
Forum: Graphics and Multimedia Sep 8th, 2005 |
| Replies: 2 Views: 9,794 Re: slice photoshop template for website You can use photoshop, imageready or fireworks to slice images. depending on the version of photoshop that you have, there is a slice icon in the main toolbar and there is two option one for slicing... |
Forum: Site Layout and Usability Sep 8th, 2005 |
| Replies: 1 Views: 1,996 |
Forum: HTML and CSS Sep 8th, 2005 |
| Replies: 2 Views: 1,409 |
Forum: JavaScript / DHTML / AJAX Sep 8th, 2005 |
| Replies: 2 Views: 1,239 Re: What to choose? I fall into the same area of Tgreer as far as no formal training or certification. I have looked into it from time to time but personally I have found most "design" programs lacking in current trends... |
Forum: Site Layout and Usability Sep 6th, 2005 |
| Replies: 2 Views: 3,308 |
Forum: Graphics and Multimedia Aug 25th, 2005 |
| Replies: 5 Views: 2,888 |
Forum: Site Layout and Usability Aug 22nd, 2005 |
| Replies: 1 Views: 2,434 Re: Dreamweaver MX uploading problem I would try logging in via ftp outside of dw and see if you can upload/dl files from there, if you are not able to then you will no that the problem is not specific to dw and you can troubleshoot... |
Forum: Graphics and Multimedia Aug 15th, 2005 |
| Replies: 4 Views: 1,968 |
Forum: Graphics and Multimedia Aug 15th, 2005 |
| Replies: 1 Views: 1,712 Re: Nvu I am sure thee are many different opinions out there. Most coders would tell you to use an editor like: MultiEdit, UltraEdit(cheaper), or BBEdit(Mac). I tend to feel, being a designer myself, that a... |
Forum: ColdFusion Aug 15th, 2005 |
| Replies: 2 Views: 2,560 Re: setting up a datasource in CFadmin Setting up the database is just a matter of clicking the data sources link under Data & Services in the menu on the left (cfMx). From here all you need to do is select the data base type from the... |
Forum: Site Layout and Usability Aug 5th, 2005 |
| Replies: 4 Views: 1,935 Re: What does being a WebMaster intel It sounds like you are thinking about advertising yourself as a webmaster or web care take in order to get work? If that is the casse I think it depends on the job and how well you learn on your... |