Help Sifting Through Various Development Styles

I have CS4 and a basic self educated understanding of CSS, HTML, & programs Dw, Fw, Ps, & Ai.  With these top notch programs at my disposal & my addiction to learning new things I've decided to design a custom website for my office.
So far I've followed most of David Powers tutorials on here & have been able to make pretty cut & dry web pages through hand coding.  I was hoping to make a more detailed & modern one.  Through Google searches I found some recommendations of designing the page in Ps & cutting it and saving as HTML & images to load right up to Dw & do the rollover images.  Screenshot of my desing can be seen here http://d.pr/i/gA7y & http://d.pr/i/qqm (rollover).  The only problem now is that in Dw I feel the code is more unfamiliar to work with & I have read comments saying that this technique isn't for final products.
I'm kind of stuck right now wondering if I should start over & if so where?  I want a site that looks like the screenshots, has coding that is managable, and can be great with SEO.

Well first, as good as David's tutorials are I prefer this one for showing people how to go from FW or PS to DW.  The tutorial is in FW, but if you have a basic understanding of Photoshop you should be able to translate it fairly easily.
http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
That is part 1 of the 3 part tutorial.
As an experienced developer when I look at your proposed layout I see a header, footer, menu bar, content area and possibly an image area on some pages.  You have one repeating background image that could be sliced out at 10x10px and repeated.  The only difficult part I see for you is the menu bar.  I would recommend staying away from menu bars that have rounded corners only on the ends.  Or if you are, consider doing away with images and use a CSS container around your menu that has rounded corners.  Just makes things easier and neater.
The last thing I will say, bury that thought of SEO right now.  If all you are worried about is SEO, your website will fail.  Worry about who your target audience is and getting code that validates ( http://validator.w3.org ).  If you can reach your target audience successfully and have good code, then you can start to worry about SEO.  Too many companies try to sell SEO as the end-all/be-all of websites and if that's all you have going for you eventually that website will be exposed for the fraud it is.

Similar Messages

  • How do I migrate views from MS SQL 2008 to Oracle 11g through SQL Developer

    Is there any way to migrate the views from MS SQL 2008 to Oracle 11g through SQL Developer? Please give me some detail steps. Thanks for your help.
    Kevin

    Hi Kevin,
    user13531850 wrote:
    Hi Turloch,
    When I use migrate to oracle, I got a problem, the migrate tool create a new schema for me in my case (AZTECA_KSMMS), it migrates all the stuffs under that schema (AZTECA_KSMMS). However my application need the all the Oracle data under schema AZTECA instead of AZTECA_KSMMS. Is there any way to specify specific schema (AZTECA) for target oracle database? Schema remapping is available:
    First Capture (separately) then during right click convert on the captured model there is a Specify the conversion options with a Object Naming tab where the schema (and other) name changes are editable.
    I have not used this recently.
    Also during the migration process, when I choose repository, there is a check box for truncate to reset repository to empty state, Do I need to check that truncate Check Box so the repository will be cleared from last migration?The repository can hold multple migration attempts. Check truncate to get rid of previous attempts information. This cleans up the repository - not the destination database.
    There are also online database and offline database options during the migration process, what are the difference between these two choices? After I migrated to Oracle, all my views has a red cross icon next to it. Does that mean the view migration is failed or not? Please give me your comments. Thanks for your help.offline: for big (amount of data) databases with simple data types,
    uses bcp + files + scripts + sqlldr.
    online: for small (amount of data) databases (easier),
    uses (Java) jdbc.
    The view is likely to be broken - recompiling it may help.
    The Oracle schema is created using a .sql file - see under generated in the directory you gave originally in the wizard. There is a .out file that contains the result of running this script including any errors. During conversion there are also likely to be warnings displayed on the UI.
    There may be a single issue that is causing multiple issues - if viewa depends on functionb, and functionb is broken, viewa will also fail.
    >
    Kevin-Turloch
    SQLDeveloper Team

  • Error connecting oracle 11g through SQL Developer

    i am using SQL Developer to connect to oracle 11g which is installed to another machine in same network
    means i am using a client machine to get connected to oracle installed to host machine through SQL Developer
    iam getting this error
    network adapter could not establish the connection
    vendor code 170002
    my listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = his-zoheb.PCSTECH.COM)(PORT = 1521))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    my tnsnames.ora
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = his-ansari.pcstech.com)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    iam not understanding what is problem
    please somebody help

    I would say it's vendor code 17002 (not 170002). And such a message is thrown by SQL Developer , unfortunately very generic for any kind of connection problems.
    Start sqlplus and try to connect, very likely you get a better error message.
    Recently I had such a connection problem and the reason was - No Listener.
    Werner

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • Migration from Access to Oracle through SQL developer

    Hi,
    I want to migrate an mdb file which contains a set of tables to oracle. During this process, i have created schema and all the tables in Oracle using DDL scripts. I would like to transfer only the data to Oracle from access through SQL developer. How can I do that?
    Regards,
    Meena

    Hi Meena,
    You mention that you have created the schema and tables in Oracle using DDL scripts. Did you use the Oracle SQL Developer Migration Workbench, creating a Migration Repository, to carry out this process? I see from your other postings that you are experiencing issues using the Exporter tool, which would lead me to believe that you haven't used the Migration Workbench to migrate your database. Obviously you will need to resolve your Exporter issues before you can proceed to the next phase of the migration process. I will aim to assist you with those issues on the seperate thread - ShowSplashScreen("_OracleSplashScreen",3) error The XML file generated by the Exporter tool forms the basis of your MS Access migration.
    In order to migrate your data from MS Access to Oracle using the Migrate Data option in Oracle SQL Developer, you will need to have access to the Migration Repository used for the migration of the MS Access database. The information contained in the Converted Model, in the Migration Repository, is used during the data migration process. The data migration requires the following connections:
    1. a source database connection i.e. a database connection to the MS Access MDB file
    2. a target database connection i.e. a database connection to the migration Oracle schema
    3. a Converted Model connection
    For further information on the creation of a Migration Repository, and the migration process, please refer to the accompanying documentation available via the online Help within Oracle SQL Developer, and also from OTN - http://download.oracle.com/docs/cd/E10405_01/doc/nav/portal_booklist.htm.
    I hope this helps.
    Regards,
    Hilary

  • How to cycle through various (imported) presets

    How to cycle through various (imported) presets/ effects in lightroom without adding them to the previous effect? In other words, I want to just keep trying various presets in developer mode but when I click on different effects, it should reset and apply current effect, instead of adding/ compounding over previous effect.
    What I am doing now is Undoing the effect each time before trying next effect or preset.
    Crysis 3 Hack Cheat 2013
    http://crysis3-cheat-hack.tumblr.com

    I have downloaded very few presets, but in order to make presets useful for me I need to have them pretty specific, so all in all it adds up to a pretty long list when you list all of them. All I wanted was a way to chose what presets gets listed in the import dialog (alternatively sort them in a specific order). Whatever you name your user presets folder they get listed at the end of the list, and conversely the Lightroom default presets gets listed at the top. The way Lightroom behaves with these presets folders is very unintuitive and frustrating, one of many reasons why I have a love/hate relationship with this program, but I'll have to get back to that because I have to run now!
    crysis 3 cheat hack

  • I'm trying to clean up my mailbox and when I delete an item(s) I get a message that say's "operation could not be completed- file exists. Further, when I do this one message is copied (not deleted) to the trash folder. Can someone help me through this?

    I'm trying to clean my mailbox and when I click on delete or highlight and move to trash I get a message that says "operation could not be completed - file exists. Further, when I select a message or group of messages, one of them is copied (not deleted) to the trash folder. Can someone help me through this?
    Thanks.

    It's a POP account. I decided to clean up my mailbox today after noticing the computer was real slow after USA Today started sending their daily top stories with new graphics. Also before I noticed the problem with mail deletion - two things happened. 1) I updated security sofware as prompted by Apple and 2) downloaded Mackeeper and went throught some preliminary scans but did not buy their package. Thanks forn nstaying with me.

  • Help required from JDeveloper Development Team.

    HI there,
    I Download the JDeveloper 10.1.2 (1811) from OTN, But the downloaded archive file is unable to open. I did the download once again but I am facing same problem. I want to JDeveloper 10.1.2 for the installation of BI Beans 10.1.2.
    Help required from JDeveloper Development Team
    Thanks For Your Time,
    Regards,
    ViSHAL.

    Please use an informative Subject line, there is more chance that people will read the post.
    All we can suggest is that you try the download again.

  • I recently purchased this 21.5 inch iMac in the month of February. The woman that helped me through the process of purchasing this told me that it comes with the latest Mountain Lion. which it did, but i cant write a review in the app store! Help...

    II recently purchased this 21.5 inch iMac in the month of February. The woman that helped me through the process of purchasing this told me that it comes with the latest Mountain Lion. which it did, but i cant write a review in the app store! Help...

    You want to write a review about Mountain Lion? I'm not sure that you can write about the OS at the app store - it's not an app. Or are you talking about the online Apple store? If you want to send feedback to Apple, you could use this:
    http://www.apple.com/feedback/macosx.html

  • Updated to LR 5.4, images now importing extremely slow. After importing and rendering images are still very slow to go through and develop. No issues in LR 5.3 which was very fast.

    After importing and rendering images are still very slow to go through and develop. No issues in LR 5.3 which was very fast. Canon,Nikon, Leica and Fuji files all rendering slow. iMac 2.9 ghz 16gb RAM OSX 10.8.5. Catalogs and images are kept on external drives. Drives running fine. Really need a fix on this since I'm norally imported and processing at least 4,000 images per LR Catalog. Is there way to revert back to 5.3? I can't use 5.4 is its current state. Thanks.

    Download LR 5.3 and install it
    By the way, lots of people have this complaint about LR 5.4, and the advice I give is to use LR 5.3 unless you need one of the new camera models supported by LR 5.4

  • Search Help in ITS Custom Development

    Hello Gurus,
    I need your help, please.
    I develop an application and its IAC templates for internal ITS.
    Everything works fine, except the Search Help.
    I wonder how can I put a button next to a field, where he appeared to load a search help for the field. This search should help such an IAC. Do i need to develop a IAC to the search help and then call the screen when i push the button? Or are another way to do this?
    Thanks for you help
    Best Regards.
    Paulo

    Hi Klaus,
    I tried with the code
    `searchhelp(~fieldname=u201CEXT_SEARCH-ZINSPECTORu201C)`
    , but don't work. When i try to open the template, show me a error telling that:
    Erro interno 0x2103: Interpreter: The input contains errors.
    I'm using SRM 4.0 with integrated ITS.
    Thanks in advanced.
    Best regards.

  • How to create a mock service from WSDL through J developer

    Hi All,
    I want to create a mock service from available WSDL through J developer. The thing is, the WSDL doesn't have any endpoints associated with it. But, I have a requirement where I have to create a mock service from the WSDL and it should be deployed into local server for testing purpose. What is the procedure for creating mock service? The WSDL has two operations request and response, whenever the bpel sends some input to it, the WSDL has to return some response.
    Thanks,

    Hi,
    Create a new web project then create a new "Java web service from WSDL"... This will generate the service for you in java... Edit the code to insert the mock data to be returned... Deploy the web project and should be all that you need...
    Cheers,
    Vlad

  • HT5622 i need help using the icloud it is not making any since to me can some one call me and help me with it please don't try to help me through email i need to talk and listen i don't understand instruction by reading

    i need help using the icloud it is not making any since to me can some one call me and help me with it please don't try to help me through email i need to talk and listen i don't understand instruction by reading.
    <Phone Number Edited by Host>

    You aren't addressing anyone from Apple here.  This is a user forum.
    You might want to call a neaby Apple store to see if they have a free class you could attend.

  • I am unable to turn on do not track in Safari through the Develop tab. How do I turn this feature on in my MacBook Pro?

    I am unable to turn on do not track in Safari through the Develop tab. How do I turn this feature on in my MacBook Pro

    Open Safari > Preferences > Privacy and tick Tell websites not to track me

  • My mouse wheel stops working after a few minutes every time I load Firefox. I've searched through various fixes, but none of them have worked for me. Help!

    I have a Lenovo desktop and mouse. I haven't had this problem with any other program.

    It could be the work of one of your add-ons, or even add / mal-ware.
    Look thru your add-ons list and make sure you know what each one is
    and what it does. Also, check the programs that are on your computer
    '''Windows:''' Start > Control Panel > Uninstall Programs.
    '''Mac:''' Open the "Applications" folder
    '''Linux:'''
    * [http://www.freesoftwaremagazine.com/articles/see_all_your_installed_applications_ubuntu_unity Ubuntu Unity]''' {web link}
    * Xfce: Applications Menu category sections
    * options depends on the package manager and the desktop environment
    Go thru the list. If you find something that you don't
    know what it is, use a web search.
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware Troubleshoot Firefox Issues Caused By Malware]''' {web link}

Maybe you are looking for

  • Field seperator in excel sheet.

    Hi experts,               I am using GUI_DOWNLOAD to populate fields from internal table into excel sheet. I need to seperate the fields with ~ symbol. How should i do this?

  • QM: Authorization for plant, insp type and transaction

    Hi, I haven't found a way to solve this problem. Maybe you know better. I would like to create an authorization profile that allows a user to view inspection lots and results in plant A and B for certain inspection types. Furthermore, the user should

  • Dynamic ip and your own domain name (how-to)

    Not sure what the usability of it is for other people, but here is how I did it..more or less. http://wiki2.archlinux.org/index.php/Zo - namic%20IP *shrug* Maybe it will help someone out there.

  • Updation of Excise Record thru Direct Table Entries in Table J_2IACCBAL

    Hi, While updating Excise Opening Figures in Table J_2IACCBAL, I am able to make the following entries only, RG23ABED RG23ASED RG23AAED RG23CBED RG23CSED RG23CAED PLABED PLASED PLAAED PLACESS and There is no field to enter Secondary Edn. Cess How wil

  • Download help for skype on lumia 510

    I m not able to download Skype app. On my Nokia lumia 510 plz give solution how can I download it