This is the Adobe Web Page Design News

Hope these Adobe Web Page Design Questions and Answers help you



Resolved Question: I am starting a T-shirt clothing line, tips?

So, here's the deal its summer and I am planning to start a small T-shirt clothing line. I'll open it up on bigcartel, and use my parents paypal and they would give me the money the company makes. So, tell me if I have this down right. I could design the T-shirts on adobe illustrator and get them manufactured on http://www.tshirtexpress.com/web/index.php?page=categories Correct? Who has done this. any tips? I want it to be kind of like this http://www.panicapparel.com/ **note, im only 13yes. its just going to be some simple designs printed on T-shirts. I am pretty mature for my age I should add. more

Resolved Question: Question about which software to use for Web Pages!?

Hi, I am taking a Web Design Class and that is also what I am majoring in as of this time. I'm going for my Associates degree and will go for my Bachelor's degree in Graphic Design sometime next year. My question is I took one Web Design class and I had to use Adobe dreamweaver I really liked that software and it wasn't as hard to use for creating basic web pages, however right now I am taking part 2 of web design and my teacher requires me to use Notepad, Notepad really sucks and it does not seem to be working when I am trying to add like a audio or song, or sometimes it does not even should images. It's really weird I think the reason why she requires me to use it because it is just for assignments. Does anyone knows what are some really good Web design softwares to use for creating professional websites with? Thanks, I appreciate the help.. more

Resolved Question: I want to build a website with dreamweaver but copy the design from an existing website on the web?

I want to build a website but copy the coding of an existing website on the web to help produce a design. Is it possible. Does adobe come with some sort of software that will let you copy a websites HTML coding from page source and paste it in adobe to edit. more

Resolved Question: Adobe Shockwave help ?

I downloaded Shockwave from Softpedia.com. http://www.softpedia.com/get/Internet/WEB-Design/Flash/Macromedia-Shockwave-Player.shtml I tried to install it. After it finished unpacking it failed to continue. It said this: Error opening file for writing: C:\Window\system32\Adobe\Director\SwDir.dll Click Abort to stop the installation Retry to try again, or Ignore to skip this file. Retry and Ignore does nothing. I even tried downloading the 'Slim' version but that did the same thing. Also, I've tried to download Shockwave from the Adobe website but the Download box or the 'golden bar' doesn't pop up the top. http://get.adobe.com/shockwave/ If you go to that website, and click on 'Agree and Install Now' it will open a page. A gold bar should pop up or the download box does. Neither of this happens. Although sometime a box comes up saying Restart computer now or later, restarting my comp does nothing. If you know a solution could you please tell me? Greaty appreciated. I've been trying to get Shockwave for a few days now. more

Resolved Question: How to use Adobe Flash to change web page's content, without changing the page?

I have seen several websites, namely www.chevelleinc.com and www.thirtysecondstomars.com, that do this. If you click on a link, it won't change the page (that would make the music player stop), instead, it seems to only change the content of a certain area. I'm designing a website for a band, and I'd like to do something similar to this. I've searched several different resources, and I can't seem to find an answer or a direction to an answer. If someone could give me some insight, I'd be appreciative. Thank you! more

Resolved Question: I want to do web design for a job. What programs will I most likely need to learn to use?

What graphics/multimedia programs will I need to learn before I can do work as a web designer? Do I need Photoshop? Adobe Flash? Graphic Converter? What kinds of programs will my employers most likely want me to use for the web sites that I design for them? I already know HTML/XHTML, CSS, and Javascript, so don't tell me Dreamweaver (that would be a sacrilege to my status as a geek). I'm asking about programs that I would use to make neat buttons and company logos and embedded multimedia and other stuff they would want me to include in a web page. Also, what would be the most useful or versatile programs? more

Resolved Question: What Adobe software do I need?

I am trying to set a web page up for a small business and am going to buy the Adobe CS4, but I am debating on which package to purchase. CR4 Design Premium, and was wondering if i need any of the other software that isn't included to start a web page. It is just starting out as an informational web page but within the next year or two we will be adding on where you could order things from the business. more

Resolved Question: I need Web Design Help!?

I made a website. i want to do like adobe flash player in home page so they can choose e.g pizza i mouse my mouse over it the pizza has a white outline and then it goes to the pizza section on my website when clicked on more

Resolved Question: What kind of training do I need to become a web page designer?

I saw an adobe class to train on web design. Do you think that would be enough?I am looking to do this as more of a supplemental income not a full fledge career. more

Voting Question: Web Security journal article- what do you think?

Lately since I've been developing professionally for my company I've been very concerned with security in relation to my applications, especially web browser based apps since they are publicly accessible. One major concern that I have is that all HTML variables can be immediately viewed by simply viewing the source of the outputted HTML page, in addition to the URL of the server side script that will be receiving these variables. The combination of knowing the variable names, their immediate contents, and the script that will be receiving these variables leaves a rather large security hole in a regular system. It wouldn't be difficult at all for a noobish hacker to set up a dummy page that issues a "Trojan post" (aka a spoofing attack) to my script, passing modified values in the HTML variables in an attempt to either gain higher access to, or damage / destroy, the system that I've developed. Naturally I could write an encryption algorithm that would encrypt / decrypt the HTML variable names and their contents (encrypted before outputted to the client side, and then decrypted on the server side for processing). However, the URL of the server side script that receives these variables can not be made invisible under any means, therefore, there is still a slight insecurity in this system. An alternative to this would be instead not to made a POST / GET at all, but to set up server session variables which will replace ant 'hidden' HTML variables being passed from the client page to the server script. No HTML variables will be outputted to the client page at all; whenever something needs to be stored between pages, a session variable is created before the HTML is outputted. However, a problem lies when this value to be stored is required to be entered by the user, as this requires communication between client and server. In this case, a HTML variable must be passed somehow to a server side script for processing, after which, it may be entered into a session variable. An AJAX injection may be in order here. However, AJAX code can still be viewed by the user so this is useless. The last solution to prevent spoofing attacks is to query the 'referrer' on the server side script before any execution is made. The logic of this is: IF referrer == your_page THEN 'do stuff ELSE print “Caught red handed!” END IF The main problem with this is it relies on the referrer to be known and to be correct. If by some means a hacker is able to modify his referrer ID, then this system will fail. I've found its much more secure to use Adobe Flash technologies, as this system does not allow the user to view the source code behind the file. In addition to this, Flash websites are usually standalone solutions, and do not tend to “jump around” to other pages. Flash alone can not interact with databases and shopping cart API's however, though it can perform a behind the scenes execution of another server side script in PHP, ASP, ASP.NET, CF, etc and retrieve the variables of this script using the AS function LoadVariables(...). Whilst many 'old school' web developers claim that Flash use contains usability problems, Adobe is now boasting that 96% of browsers have immediate Flash support. In addition to this, via the Flash plugin, a Flash developer can be certain that his Flash application will render the same on any given browser on any given Operating System (other than mobile based devices, for which there is Flash Lite). So realistically, the adoption of Adobe Flash as a web development technology is hitting two birds with the one stone- design problems AND security problems. Comments? more

Resolved Question: How do i enabled java???????????????????????????????????????

Your account Sign out Your cart Contact United States (Change) Home Solutions Industries Broadcast and media Education Financial services Government Life sciences Manufacturing Solutions Consumer photo and video eLearning and Training Mobile Print publishing Pro photography Professional video Rich Internet applications Technical communication Web conferencing Web design All industries and solutions › Products Acrobat Connect Pro Acrobat family Adobe AIR After Effects ColdFusion Creative Suite family Dreamweaver Flash Platform Flash Professional Flex Illustrator InDesign LiveCycle Enterprise Suite Mobile products Photoshop family Adobe Premiere Pro Scene7 OnDemand All products › Support Support home Ask Adobe Support Customer Service Knowledgebase Books Training and certification Support programs Forums Updates More › Communities By user Designers Developers Educators and students Partners By resource Adobe Labs Adobe TV Forums User groups Exchange/Marketplace Experience Design Blogs Company About Adobe Press Investor Relations Corporate Affairs Advanced Technology Labs Careers Customer Showcase Events Contact Adobe Become an affiliate More › Downloads Downloads home Trial downloads Updates Exchange/Marketplace Get AIR applications Readers and Players Get Adobe Reader Get Flash Player Get Adobe AIR Get Shockwave Player Get Media Player More › Store Store home Software Fonts Books Support programs Your account Volume licensing Store offers Other ways to buy › Home / Downloads / Flash Player / Adobe Flash Player Install Adobe Flash Player 1.5MB Adobe Flash Player version 10.0.22.87 Windows, Internet Explorer Different operating system or browser? Learn more | System requirements | Distribute Flash Player | Installation instructions Also install: 0.8MB Free Google Toolbar (optional) Search Google from any web page, block pop-ups Learn more | Privacy policy | License You must close all other browser windows before installing. Download time estimate: 2 minutes @ 56K modem Total: 1.5MB Agree and install now By clicking the "Agree and install now" button, you agree to the Software License Agreement. Careers Online Privacy Policy Terms of Use Contact us Accessibility Report piracy Permissions and trademarks Product license agreements Send feedback Copyright © 2009 Adobe Systems Incorporated. All rights reserved. Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-08-2008). Search powered by Google™ and the site http://www.adobe.com/help/accessibility.html but how do this get enabled?Its on here but it dont show how to enbled http://www.adobe.com/help/accessibility.htmlThere an error while doing this installed pack is there any other way to do it?And it was enabled but now its not.How do i enabled java??????????????????????????... Details more

Resolved Question: Please help me find the most reliable full protection for a laptop?

I'm a college student who just started majoring in Computer Information System. I'm planing to buy a laptop to make, edit animated movie videos on the go, download music videos, designing web pages and completing my day-to-day college assignments. I found this laptop which I believe it would fits my needs fully except for the graphic card which I'm not so sure about. Now, I'm don't know from what brand*mcafee, norton...) should I buy the protection from (including anti virus, firewall, spyware and blah blah blah.) Please let me know your suggestions regard to this laptop and regard to what antivirus, firewall, spyware works very well for you. Please suggest other protection that are not free (lets just say that I have bad experiences with those free protection such as avg, avast, spybot. THANK YOU! THESE ARE THE SPECS OF THE LAPTOP I WANT TO BUY :-D Product Height 1.7" Product Width 15.6" Product Weight 7.6 lbs. Product Depth 11.2" Processor Platform Intel® Centrino® 2 Processor Intel® Core™2 Duo Mobile Processor Speed 2.4GHz Display Type WXGA high-definition widescreen with BrightView technology (1440 x 900) Screen Size 17" System Bus 1066MHz Cache Memory 3MB on die Level 2 System Memory (RAM) 6GB System Memory (RAM) Expandable To8GB Type of Memory (RAM) DDR2 Hard Drive Type Serial ATA (5400 rpm) Hard Drive Size 500GB Optical Drive Double-layer DVD±RW/CD-RW Optical Drive Speeds Drive speeds not specified Direct-Disc Labeling Yes Digital Media Reader or Slots Yes, digital media card reader Graphics NVIDIA GeForce 9600 GT Video Memory 512MB (dedicated); up to 2558MB total available graphics memory Personal Video Recorder (PVR) No TV Tuner No MPEG Yes Built-in Webcam Yes Modem: 56 Kbps* *Capable of receiving 56 Kbps downloads. However, current regulations limit download speed to 53 Kbps. Networking Built-in 10/100/1000 Gigabit Ethernet LAN (RJ-45 connector) Wireless Networking Wireless-A+B+G+N Bluetooth-Enabled No S-Video Outputs None Additional Audio/Video Connectors 1 HDMI Audio SRS Premium Sound Speakers Built-in stereo and subwoofer PCMCIA Slots 1 ExpressCard/34/54 USB 2.0 Ports 3 IEEE 1394 FireWire Ports 1 Parallel Ports None Serial Ports None Game Ports None Laptop Weight Standard (more than 5.5 lbs.) Battery Type Lithium-ion Battery Life Up to 3 hours and 15 minutes Pointing Device Touchpad with on/off button and dedicated vertical scroll up/down pad Operating System Windows Vista Home Premium 64-bit with SP1 Included Software: HP MediaSmart; Microsoft Works; muvee Reveal; Cyberlink DVD Suite; Adobe Acrobat Reader and more Included Accessories HP mobile remote ENERGY STAR Qualified Yes more

Resolved Question: Please help me find the more reliable full protection?

I'm a college student who just started majoring in Computer Information System. I'm planing to buy a laptop to make, edit animated movie videos on the go, download music videos, designing web pages and completing my day-to-day college assignments. I found this laptop which I believe it would fits my needs fully except for the graphic card which I'm not so sure about. Now, I'm don't know from what brand*mcafee, norton...) should I buy the protection from (including anti virus, firewall, spyware and blah blah blah.) Please let me know your suggestions regard to this laptop and regard to what antivirus, firewall, spyware works very well for you. Please suggest other protection that are not free (lets just say that I have bad experiences with those free protection such as avg, avast, spybot. THANK YOU! THESE ARE THE SPECS OF THE LAPTOP I WANT TO BUY :-D Product Height 1.7" Product Width 15.6" Product Weight 7.6 lbs. Product Depth 11.2" Processor Platform Intel® Centrino® 2 Processor Intel® Core™2 Duo Mobile Processor Speed 2.4GHz Display Type WXGA high-definition widescreen with BrightView technology (1440 x 900) Screen Size 17" System Bus 1066MHz Cache Memory 3MB on die Level 2 System Memory (RAM) 6GB System Memory (RAM) Expandable To8GB Type of Memory (RAM) DDR2 Hard Drive Type Serial ATA (5400 rpm) Hard Drive Size 500GB Optical Drive Double-layer DVD±RW/CD-RW Optical Drive Speeds Drive speeds not specified Direct-Disc Labeling Yes Digital Media Reader or Slots Yes, digital media card reader Graphics NVIDIA GeForce 9600 GT Video Memory 512MB (dedicated); up to 2558MB total available graphics memory Personal Video Recorder (PVR) No TV Tuner No MPEG Yes Built-in Webcam Yes Modem: 56 Kbps* *Capable of receiving 56 Kbps downloads. However, current regulations limit download speed to 53 Kbps. Networking Built-in 10/100/1000 Gigabit Ethernet LAN (RJ-45 connector) Wireless Networking Wireless-A+B+G+N Bluetooth-Enabled No S-Video Outputs None Additional Audio/Video Connectors 1 HDMI Audio SRS Premium Sound Speakers Built-in stereo and subwoofer PCMCIA Slots 1 ExpressCard/34/54 USB 2.0 Ports 3 IEEE 1394 FireWire Ports 1 Parallel Ports None Serial Ports None Game Ports None Laptop Weight Standard (more than 5.5 lbs.) Battery Type Lithium-ion Battery Life Up to 3 hours and 15 minutes Pointing Device Touchpad with on/off button and dedicated vertical scroll up/down pad Operating System Windows Vista Home Premium 64-bit with SP1 Included Software: HP MediaSmart; Microsoft Works; muvee Reveal; Cyberlink DVD Suite; Adobe Acrobat Reader and more Included Accessories HP mobile remote ENERGY STAR Qualified Yes more

Resolved Question: I need Help putting a template on my Yahoo Small Business website.?

I have purchased a template. I have a website using Yahoo small business. I am trying to figure out how to put this template on to my site. I really need help. I am familiar with HTML but not CSS and it uses alot of CSS. Here are the instructions it gives me: BASIC TEMPLATE INSTRUCTIONS Before getting started you should always duplicate this folder in another location, in order to refer back to original documents when needed. In order to use the same fonts as the sample file you will need to copy and paste the fonts located in your FONTS folder, into your fonts’ folder on your computer. Location Of folder: My Computer/WINDOWS/fonts Refer to the style.css file (located inside the SITE folder, folder name: styles] along with the html web pages) when needing to modify your text, colors, and some background images and colors. View your source code to identify which items you want to modify. This web template is designed in advanced cascading style sheets format. In order to work with this template you will need some understanding of how to use cascading style sheets. To learn more go to http://www.w3schools.com/css/default.asp. THERE ARE 2 VERSIONS OF LAYOUT DESIGN TO CHOOSE FROM. All web template files for the table-based site are located in the folder named “TABLE BASED SITE”. All web template files for the CSS site are located in the folder named “CSS TABLELESS SITE”. To modify your Business Logo, open the image called “logo-header.psd”, located in your SLICED PSD FILES folder. To do this you will need Adobe Photoshop- or any other software program that handles PSD files. While modifying your logo/header image you may find it easier to embed your “service times/join us” information with it. If you do this, simply delete the current “join us” text/css info from each page. Remember to save the file, in the appropriate format(jpg or gif), to the images folder. Also, be sure that your HTML code reflects your re-named image(s). The same applies to all the images that are modifiable in the SLICED PSD FILES folder. Alternatively, if you do not have Adobe Photoshop you can download a free software program called GIMP (http://sourceforge.net/projects/gimp-sharp/) that works similarly to Adobe Photoshop. Another option, if you have difficulty editing your images, is to use the blank images provided inside the blank-extra images folder found in the main directory. ALSO NOTE: There are blank images that can be used in any type of graphic editor inside the folder named “blank images”. All sample text has been left in the template for you to highlight and simply replace with your own text. Again, to modify any of the font colors, sizes, etc, refer to the style.css file (found inside the “styles” folder). For Dreamweaver user’s wanting to edit the content within a scrolling div tag, simply select the outer layer and then double-click. The layer will then expand and you will be able to edit your text without going into the code view. A text navigation bar sample page (nav-sample.html) and css has also been provided for those who find it challenging to change the graphic button images. Please be sure the entire SITE folder is uploaded to your server, including: images folder, styles folder, and all html pages. Our templates do not include any additional scripts. All forms such as search fields, newsletter subscription, or contact information are inactive. By definition, these forms are dynamic functions that require customized setup between the end user and his or her server/host company.  ANYONE CAN HELP? PLEASE! more

Voting Question: Photoshop save for web and devices?

I am getting into web design, and I have run into a problem. I have messed around with this quite a bit though. So I slice up pieces of a web site and click save for web and devices. So when I did this, the page would save as a washed out orange. And so I called adobe a few times, and they told me to embed the color profile. So I did that and imported in into dreamweaver and uploaded it to the web. Everything worked, but I have a mac and I use safari. So when I viewed that website in internet explorer or mozilla firefox, etc. it showed as a really washed out orange. What do I do about this? Please help... I've called adobe and other people many times and have tried to fix this, but nothing has worked. more

Resolved Question: » How do I design a web layout using adobe Photoshop , and dreamweaver (cs4)?

Hello , i am good at photoshopping.. i just want to make a nice layout for my myspace. original, different.. i have no html experience whatsoever, apperently oyu dont need it whilst using dreamweaver.. but how to i make an awesome page, get the codes right and use it on myspace? Ow and dreamweaver is completely new. dont have any experience yet, just photoshop experienced :D+ i have no html experience =) more

Resolved Question: Build Website in Photoshop?

I remember finding a program that allows one to design entire web pages and web sites in Adobe Photoshop and then converts everything to html so you can publish it. Can anyone tell me what this program is, i cannot find the website and i have no clue what is was called. more

Resolved Question: How can I make the background on my web page load faster?

I have two different websites that I am having this problem on. One is www.cordellchristianhome.org and the other is www.cordellpd.com. I created the backgrounds in Adobe Fireworks and then linked them as a background in Adobe Dreamweaver. I even changed the background to a JPG from a PNG file on the cordellpd website but it didn't seem to make that much of a difference. I am starting a web design company and I don't really want to advertise myself until I figure out this problem. If anyone could help, I would really appreciate it. Thanks! more

Voting Question: Question about slice tool in Adobe Photoshop?

Im al ittle confused with the slce tool in Adobe Photoshop. If im designing a website in Photoshop and i have finished designing my layout in photoshop and getting ready to click the "save for web" option what should i slice on the layout? I understand everything will be saved as an image if i dont slice but the areas I do slice I can edit in dreamweaver like text or buttons or media? Can someone give me a simple explanation about slicing to make a web page Thanks more

Resolved Question: What script for web page design would you use?

Ok low down, Obviously im a first timer when it comes to designing a webpage otherwise i wouldnt be asking this, however i currently have "adobe dreamweaver" which is an excellent program. Been on a couple of sites that have taught me enough and have 3 buddies that do this for a living, but i would like to attempt on my own first... But anyway my choices are HTML, CSS, XML, JAVASCRIPT, ASP, PHP, SQL... and so on (don't say html cause its a good starter, i need a better reason) My Site I would like to start off as a page centered and fixed (to begin with) Side buttons with separate pics with words within, change pic when highlighted (but when i get more creative would like them to animate, later on) Thats what i would like, also the standard basics that follow with a webpage, words and such Also im quite bright when it comes to computers and the lingo, this is just not my fortay yet... Thanks for the help more

Resolved Question: Need a easy web design subject to make a website?

Hi Everyone, I have to design a web site for uni and i find it hard so does any1 know a easy subject i could do a web site on? Also does any1 know a step by step guide on how to make a website in pspad which is where i have to make d website in. I know about HTML but just wondering on a guide to make one is all step by step , nice and easy and simply. The guidelines are as follows : Pages directory, with at least four valid pages, the first of which is called index.html. Images directory, with all images. Your main page must provide convenient navigation to other pages and back. The website should employ a common design threme and color scheme throughout. The overall layout of the site can be done using tables and has to be of at least the same standard as examples shown in class which is with banners and tables etc, the basic way at the start. It should contain an image map. At least one list of items. At least 1 fill out form. At least one table of information if you haven't already used tables for the layout of the site. Include at least two hyperlinks to similar external websites. All pages should include links from the bottom of the page to the top of the page, and also a link to the home page (ie a back to top and home link on every page). Each page must have a menu of links to the other pages. Include an email link to your email address. Include Meta tags on the index page, with relevant key words, description, copyright, austhor and content type/ character set for your site. At least two relevant images. If you are using photographic images then scan them in and investigate adobe photoshop - this product will reduce the size of images for faster downloading. All internal links ( within site) should be relative. Include some form of navigation in the form of a site map. marks will also be deducted if the site does not validate. Marks will be awarded for the attention paid to practical web design - Fundamentals of the Web Design.htm and Accessibility issues. I will need to include the following in a word document : Description of your website Identify potention customers List of reference from where you acquired your information/ images Include a drawing of your inital layout and any subsequent changes you made to the layout. Include reports generated from an accessibility tool of your choice So does anyone have any ideas for an easy and simply website to make on any subject at all? more

Voting Question: Is dreamweaver editor available for Linux?

I am a PHP web developer and now shifting to Linux platform. I have worked on Adobe and macromedia's dreamweaver editor on windows and loved them. Are they available for linux also? I am currently using eclipse PDT on linux but even the design and layout of a page also can't be seen using that. A dreamweaver like editor on linux would have been great. Is any such editor available. more

Resolved Question: is Adobe InDesign is using for design a web page layout?

 more

Voting Question: WEBSITE DESIGN AND CUSTOMIZATION NEEDED!!!?

Looking for someone to help with Adobe photoshop, animated banners, and web page customization. Must have experience with php (as well as html and java), and knowledge of incorporating banners and customization into coding. Project consist of three small websites that must be completed by end of Feb. Should only be a few days of work for customization. For more information, please write to halltristan@hotmail.com more

Resolved Question: Web-Design Help - How do I only make one section my page change when I click a link or banner?

I have designed a website using Adobe Photoshop CS3. I have my home page done completely, slices and everything. How can I make sure when I click a link ONLY the content image is changed? You can find a sample image of the site below. http://i360.photobucket.com/albums/oo45/fwfatscom/example.gif I have color coded all sections of the webpage. The images that I dont want to be changed are colored blue. The only image that I want changed every time someone clicks a link is Black and says content. PS. 10 POINTS TO THE BEST ANSWER (I PROMISE) Thanks in advance, fwfats more

Resolved Question: Web developers: If you could only take 2 of the courses below, which would you take and why?

Assuming you already have DHTML, Expressions Web, XML and Web database skills, which two courses below would you take to be more marketable as a developer (not designer)? 70.379 Website Design 70.384 Advanced Website Design and Development 70.385 Streaming Media for the Web* 90.227 Developing Interactive Help Systems 90.245 Website Server Administration 90.246 Active Server Pages .NET 90.247 Web Authoring: Adobe® Flash® 90.250 E-Commerce on the Web 90.292 Advanced DHTML 90.301 Java Programming 90.302 JavaScript 90.305 Introduction to Perl 90.347 Rich Web Development with Adobe® Flash® (Advanced) 90.348 Developing Dynamic Websites with ColdFusion®* more

Resolved Question: Can someone please help me with some web design issues?

I am a student doing a project on web design. We have to do a project on the software and hardware you would need to design a web page with a budget of £2000. I have most things but don't know what else to include. This is the list of things I have so far: Computer, modem, phone line, scanner, digital camera, memory stick, SD Card (for camera), adobe photoshop and dreamweaver. If anyone can help me out I would be very grateful. Thank you. more

Resolved Question: HEEELLPPP!!!!! What Should I Charge to custom design a web page?

i want to know what i should charge for just the main page template and how much should i charge for each additional page after that. No flash will be used in the websites. most likely i'm going to use Adobe imageready for multimedia and adobe golive.i'm pretty good with design, and i'm doing coding too.i use adobe golive for design which does coding by itself. more

Resolved Question: I have Adobe CS3 and I'm wondering, since I have flash do I even need Dreamweaver to create a site?

I have Adobe CS3 Master Suite and I'm sitting here in the book shop reading all these web design books and I'm wondering, if I'm trying to build web sites, should I be even worrying about learning Dreamweaver cause it looks like I can make for more cooler web pages with flash. I've had this CS3 for a month and a half now but I've never really had any time to really work with it but now that I'm devoting my time to it I'm noticing all these different things you can do in CS3 and it's kind of overwhelming. But please give me some insight on this matter (on CS3 period) And please don't give me any simple answers If you've never worked with Adobe CS3 don't answer these. Also I now I'm a Beginner so don't be a smart (HEY-HAW) about it, just give me some in depth pointers (you don't have to T.O. me with your Brilliance) If you can answer the question then obviously your better then me at this.I know CS4 is out there but that's some seriouse CS4 cashoola. Besides I got CS3 for free. It's probly best that I learn this first before I go out and spend on the new version. more

Resolved Question: What is a fair asking price for creating a basic web site for local businesses?

I know this may sound dumb, but I've never really sold my work before. These web sites I would be making would be for local businesses in my town, and other area towns...well...I guess whoever wants to order my services, but I'd like to begin with companies I know. Now, the last job I had was for Portland Public Schools. I was already working for them as a Computer Repair Technician for $9/hour, so that's I got paid to create their web site. I have NO idea what is normal asking price for basic web site design. I used to think like $100-$200, but then again, the company our school district hired before me, they paid them over $2,000 for the same thing I could have created. I found this on a blog: "If you're thinking you might not be able to afford putting up a website, think again. For a simple website, a budget of $2,000 to $5,000 for construction and $100 to $400 for monthly maintenance and updates should cover it. Robust sites with streaming video, opt-in subscriber functions and other, more complicated features can run between $12,000 and $20,000 for construction and $500 to $2,000 for monthly maintenance and updates." I also know it depends on the quality of work. I can best explain it as a simple yet visually appealing and informative site. Not like the little business sites with just text, and barely any images, but an actual layout and what not. I would be doing the web design work in Adobe Photoshop and Microsoft Front Page. Both well known and user friendly products. So since I used to think $100-$200...and a Design Company charged over $2,000 for the same style of work. What would be a reasonable price to offer to the local business? more

Resolved Question: What web design / development software is the best?

I have been told so many different versions of the " Best " Web design software. For a few years I was learning, practicing and using Microsoft Publisher. A Sales rep from one store told me I would need to use front page. Another store told me to use Adobe and last I was told to use Microsoft Visual Basic. And the prices of each of these are drastically different. Does anyone know which software is the best or let me know if there is an even better one than I listed above? Thank you for your time CE more

Voting Question: Adobe Flash and Web Design?!? Need HELP!?!? PLEASE!!?

Ok I am using CityMax to design my website and I am trying to get this video onto my webpage at this link http://studio2.nusoft.net/sos/. I am just trying to figure out how to 1) save this video onto my computer so that I can upload it to my page or 2) what the html code is to have it on my page Or any other way I can get it onto my webpage. Can you do like a page in a page or something? A redirect won't be good enough. Thanks in advance for your help, Ok I tried to get the source it looked like this but when i paste it into my webpage using html it doesn't work...heres the code... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SOS Product Orientation</title> <style type="text/css"> body { background-color: #0b2f5f; padding: 0 20px; color:#000; font: 13px/18px Arial, sans-serif; } a { color: #360; } h3 { padding-top: 20px; } ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; } </style> </head> <body> <script type="text/javascript" src="swfobject.js"></script> <div id="player">This text will be replaced</div> <script type="text/javascript">var so = new SWFObject('player.swf','mpl','800','300','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam("autostart ","true"); so.addParam('flashvars','&file=chapters.xml&backcolor=5a9eb0&frontcolor=ffffff&playlistsizeyecalrae i tried the code you posted and i got a big black box...better than nothing but still not it... more

Resolved Question: how to post a web page on an existing site?

i have bought adobe hands free to design web page. pls help me out in uploading the web page on an existing site more

Resolved Question: How important is the Maya software for web design?

I'm in Interactive Media, and I am going to learn Maya. I looked up the software online and it's very expensive over $500.00. I am going specifically for web design because I like designing and making pages. I need to know this because I want to know which software I will need to buy for homework and a future career. My school has a deal with Adobe for students. $237 for Flash, Dream Weaver, Fireworks and Contribute.  more

Resolved Question: Adobe Photoshop and Dreamweaver.?

Hello. I'm making a new website for my school as a project for one of my classes. I went to a training class a few weeks back and learned a few of the basics of web designing but nothing too advanced.... I really like the expandable button things. (also known as fly-our or accordion buttons) They are the ones that appear and show more links when you hover your mouse over them. I created my page in photoshop cs3 and i've sliced everything, as well as added links to the buttons I made on the page. I've saved it as an HTML and I can open it up and everything works properly. I'm just wondering how I can create the expandable/drop-down/accordion menu thingys..... If you aren't sure of what menu things i'm talking about, go to http://www.bismarcklions.net/ and you will see. I want our buttons to be like theirs, except have our school colors and my design I made in photoshop..... I don't know if this is even really possible to do.....I'm pretty sure it is but idk... I need as detailed of instructions as possible. Thanks alot! Bye!ok, that is a good tutorial and all, but that isn't the kind of menu i want..... It is the accordion menu, but I want one that automatically comes down by itslef when you hover your mouse over it, not click it. Also, I wouldn't know how to incorporate this in with my photoshop '.html' file that I made. It has a big confusing code in it already, so I don't really know how to read it... I'm not sure where I would place any of the codes for it to make it work..... Thanks for the help in advance! Bye! more

Voting Question: Adobe Photoshop CS Web Gallery and Pay Pal?

I want to put various clothing designs online that are created using the web photo gallery and link them to Pay Pal using CS2. This is an ideal solution because occasionally the designs will change or more will be added and I wouldn't have to manually change them all. I've seen examples of this here: http://www.tjcreativearts.com/photoshopcs2/paypal-dotted-wob/pages/holland-phfav008.htm except that I'm not selling prints. Where can I get something more specific to what I'm looking for, either via free help in a forum or perhaps pay for the templates? more

Resolved Question: What is a person called if they code and design webs?

Web designer is a person who designs web pages. Web developer codes them....so what if you know how to do both? What is that called? I'm heading towards that degree...right now I'm very familiar with Adobe Photoshop, Adobe Illustrator, HTML, CSS, and learning Adobe Flash.Well, thats the beginning of it. We're going to learn XHTML, Javascript, and all that other stuff. I'm in "interactive Media"My major says htese critical skills is what i'm going to learn Design, Scripting (HTML, CSS, MySQL, PHP, Actionscript in the coding aspect i guessOh, and what other coding is important for me to learn?I wish someone would tell me if you know how to do BOTH....not explain to me the difference lol . more

Resolved Question: Building a web site in Dreamweaver.. minor annoyance.?

So Im building a website using Adobe Dreamweaver CS3, using the Design view because Im a beginner. Well Im using the pre made layout of 3 columns (left and right side bar and main content) header and footer liquid. Well Ive done the main page and published it to the web and now that Im looking at it, I noticed its off balance. The left sidebar attaches to the footer perfectly with no gaps, but the right bar doesn't. Ive tried everything I know to get them the same length so they both connect but no matter what I do they are still uneven. Anyone got any hints?? more

Resolved Question: Designing a web page using Golive?

For school im creating a web page using Adobe Golive and im trying to create something like this: http://i498.photobucket.com/albums/rr341/SpeedyKatelyn/web.jpg but I cant figure out how to overlay my pictures on top of each other. I've tried just making it all one big picture but i want each of the different polaroids to link to a different page and i cant do that if it's all one big picture. So how can i achieve this result using Golive?http://stefanieburt.com/ more

Voting Question: ANYONE WHO KNOWS FLASH OR WEB DESIGN REALLY WELL, I NEED YOUR HELP!!!?

Ok so I made a website on dreamweaver and I made an intro for it on Adobe Flash Professional CS3. Now I saved it and it saved as the flash project and a flash movie so I can view it. But I don't know how to take the intro I made and put it on the website. There is no enter button on it or anything, it is just a quick 10 second movie, then when its done playing I want the home page to show up. I don't want it to loop, just play once and then bam the home page. Does anybody know how to do this???Can anybody help?my flash version is 9.0 more

Resolved Question: How can I make my website template fill the whole screen?.....NEED HELP BAAAAD!!!?

I had a friend design a website for me. The problem is the website does not fill the whole screen. It is all to one side. I don't have dreamweaver (adobe CS3) to fix it. I'm web design illiterate. I need to have the page expanded. What can I do! PLEASE HELP!!!! more

Resolved Question: How to create an online Graphic design website Portfolio?

I'm a student trying to get a job or some training at a graphic design studio and I've been told that I would have to send them with my cv an on-line website Portfolio.I may sound thick asking this but how do you do it and are there any free on line tuition sites where they show you how to put together an on line portfolio to show both print work and video???? I only have my work printed out in a portfolio. Please if anybody knows how to create a web page from scratch to display jpeg,avi.,swf or flv files and text. Can you create it using Adobe FlashCS3? Thank you best  more

Resolved Question: where or who do I report malicious websites to?

These websites that I suspect contain viruses. I opened two and got a virus. They are using my name and when people open they get a virus. How do I get these off the web. These are suspect: Holden monaro 1969 to reuse some sprinkling in the panel shaker and rightfully upgrade the ... Geri mcghee (6) Manhiem (4) Leonardo nunes radio tenor (5) ... farsund-norway.com/pages/farsund/.../holden-monaro-1969.html - Cached vision life ministries Inner city ministry NYC, urban outreach program and 24/7 prayer and worship. ... About Abiding Life Ministries and Geri McGhee. Our Vision ... uksiteguide.com/index.php?Keywords=vision+life+ministries&... - Cached numeris-ci.com/_ndex2.html Download Mp3/Mp3 Music Top Charts download Nirvana music lyric download Pearl ... design geri mcghee. geri mcghee. common continental airlines manila flight attendant ... numeris-ci.com/_ndex2.html Google Web Images Maps News Shopping Gmail more Video Groups Books Scholar Finance Blogs ... organ geri mcghee. geri mcghee. slip playskool star wars millenium falcon ... moda.recursosgratis.com/templates/templates_c/_m_ain.html WEB RESULTS Google Web Images Maps News Shopping Gmail more Video Groups Books Scholar Finance Blogs ... organ geri mcghee. geri mcghee. slip playskool star wars millenium falcon ... moda.recursosgratis.com/templates/templates_c/_m_ain.html - 97k - Cached Willkommen bei Adobe GoLive 6 Download Mp3/Mp3 Music Top Charts download Nirvana music lyric download Pearl ... city geri mcghee. geri mcghee. fat movie theaters 85021. movie theaters 85021 ... www.conjuring.de/Band.html - 55k - Cached dijusa.es/dijusa/a_0191kjhj124hnyg8237wfd4k1_formularios/ley_concur/come... dijusa.es/dijusa/.../ley_concur/comercia_l.html - 74k - Cached blue bonnie flag <? echo $description; ... Download Mp3/Mp3 Music Top Charts download ... experience geri mcghee. geri mcghee. table beatrice bramhall. beatrice bramhall ... tryme.pl/_indexk.html - 107k - Cached Google Web Images Maps News Shopping Gmail more Video Groups Books Scholar Finance Blogs ... example geri mcghee. geri mcghee. control life after gastric dilatation volvulus ... valentiniband.altervista.org/wordpress/wp-includes/b_ogware.html - 87k - Cached Rockford marching band tangent to curve excel find slope. sabina lempe pennsylvania ... geri mcghee. angle co sine indicator. limber gymnastics. fomc schedule. ventriloquist agt ... farsund-norway.com/pages/farsund/activepano/_images/.../map.html more

Resolved Question: Anyone know about Web Design programs?

I have a MAC. So it has to be compatible with it. I remember how to use Front Page by Microsoft, so I wanted something similar to that. And Something I can download. Help anyone? I was thinking about buying the Adobe Dreamweaver CS3. But I want to see if there's anything I can download and try before. Please don't tell me about how you hate MACs or leave ridiculous answers, because it's just really irritating. more

Resolved Question: having problem viewing a website that was created in flash (swf) and embedded in html using dreamweaver?

i created a flash webpage in adobe flash, i have the .fla file. i export it to become a swf file format. i used dreamweaver to created a page in XHTML Transitional. Using dreamweaver, i embedded the swf file that i created in flash inside the XHTML file. The URL for the website is http://www.sumberuni.com.my/contact.html To all Internet and web design gurus, please help me identify my mistake by viewing the source of my page. Thank you in advance for all your thoughts and views Sincerely, Desmond Chin more

Resolved Question: after effects, dreamweaver, and flash help please!?

So I'm relatively new to web design and I've hit a wall. I created what I want to be my splash page in after effects and I wanted to get it onto my website which I'm designing through dreamweaver. Does anyone know how I go about doing this? I i have the adobe suite and I've tried flash but I really don't know anything about flash. Any help would be GREATLY appreciated. Thanks! more

Resolved Question: How do I use Dreamweaver in design mode?

Hello, I used all of the Adobe packages and am now designing a web page for myself, someone mentioned you can use Dreamweaver in 'design' mode which avoids all the coding, is this true and how do I go about starting this...? Many thanks.x more

Resolved Question: is 21 units a bit too much for a community college sophomore?

Here's the following classes I'm gonna take for this coming Fall semester: 1. Statistics (4 units) 2. Yoga (1 unit) 3. The Communication Experience (3 units) 4. Newspaper Design (3 units) 5. Ballet (1 unit) 6. Advanced Adobe Illustrator (3 units) 7. Beginning Photoshop (3 units) 8. Creative Web Page Design ( 3 units) The Statistics class is hybrid (combination of online and in class) and the Creative Web Design class is online...I'm a Graphic Communication major and at my college we have a Mac Lab dedicated to studets taking Graphic Communication classes...I'm not gonna be working or looking for a job because it will be hard to juggle work along with 21 units but I will be an ad manager for the school newspaper because you get paid for that... Has anyone ever taken more than 18 units? How was it like for you? Did you get burnt out? Did you work?And I know what to expect in most of my classes btw. I took yoga last Fall. I was a writer for the school newspaper last Fall (my orignal major was Journalism) and I saw what some of the graphic designers were doing and I get a lot of advice from the former ad manager...I'm gonna be a designer and ad manager for the newspaper. For the whole advanced Illustrator class you have to design a calender as a project. The instructor for the Creative Web Design class was my former Beginning Illustrator instructor and he's really easy and doesn't give a lot of work. Does it still sound like I'm gonna have a hard time anyway? more

Voting Question: Dreamweaver CS3?

Hi everybody. I was wondering what those dotted lines are that you can use to lay-out your web design. I thought it would be tables... but I cannot freely move tables the a specific place on my page. You know... like the lined boxes on the "Aquo" webpages Adobe uses to advertise in their video workshops. "http://www.adobe.com/designcenter/video_workshop/" Please help! Thank you. more

Resolved Question: does this sound like too much?

my class schedule for the Fall semester at my college: M/W: -Statistics (9 am-10:10 am) -Yoga (10:30 am-11:50 am) -Communication Experience (12 pm-1:20 pm) -Newspaper Design (1:30 pm-4 pm) T: -Ballet (2:30 pm-3:50 pm) -Beginning Photoshop (5 pm-6:40 pm) Th: -Advanced Adobe Illustrator (9 am-10:40 am) -Ballet (2:30 pm-3:50 pm) No school on Fridays I'm also taking a Creative Web Page Design class but it's an online class. I will not be working but I am the ad manager for our school newspaper along with being one of the graphic designers...for the ad manager you get paid for it, and you set your own hours but most of the work is done via email. I also might be taking 40 minute Tae Kwon Do classes at this studio by my house on Monday and Thursday nights. Is this schedule too much for me to handle? I'm not focused on getting a job right now...my top priorities are to do well in school so I can transfer to a university and to prepare for next year's cheer tryoutsOh and that equates to 21 units I am taking in college...the maximum is 18. I had to petition to take extra classes. more

Other Adobe Web Page Design results

//

Navigation



Web design Home

Web Site Design Company Florida
Web Site Design Classes
Seo Web Design
Web Site Design San Diego
Web Design New York
Web Design Contract
Web Site Design Jobs
Web Page Design Tools
Cheap Web Design
Mortgage Web Site Design
Learn Web Design

Privacy Policy

Sitemap