Easy and fast building for multiple sites

Hi all, my first post. So, I've got a lot of sites but right
now I am working on about four main ones - all commercial. In the
past I had a webmaster but for the short-term and until my company
is stronger financially I'm taking on the building again myself. My
question is, in the past I'd used HTML, then looked at some CSS
combo, and then finally my webmaster hand coded my main site to
work with PHP/MySQL. So, as I begin to build my new sites, which
don't need to be super complex, what are the easiest and fastest
tools for me to use and have the least amount of grief. Should I
even bother with CSS? Can I just use a php page and use tables?
Should I delve into Flash, since many of my sites are media
oriented? Clean, quick, easy and functional are what I need. Thanks
in advance!

.oO(2manyirons)
>[...] My question is, in the past I'd used HTML, then
looked
>at some CSS combo, and then finally my webmaster hand
coded my main site to
>work with PHP/MySQL. So, as I begin to build my new
sites, which don't need to
>be super complex, what are the easiest and fastest tools
for me to use and have
>the least amount of grief. Should I even bother with CSS?
Of course you should. Reasonable and properly structured HTML
4 Strict
in conjunction with CSS for the presentation should be the
way to go.
>Can I just use a php
>page and use tables?
Whatever you like (or need).
>Should I delve into Flash, since many of my sites are
>media oriented?
No, because ...
>Clean, quick, easy and functional are what I need.
... Flash is neither of them. In fact it will cause a lot of
problems if
it's used improperly, for example for building the entire
site. In some
rare cases it has its uses and can be a valuable add-on, but
usually
it's just annoying and a usability problem. Things like
Flash, JS etc.
should be used wisely and carefully, especially on commercial
sites.
Micha

Similar Messages

  • Iweb 09_good for multiple site designs

    Hi!
    I am looking to upgrade to a better imac and iWeb 09 to create "microsites" for my current print design clients to help expand their marketing. Is this version of iWeb easy to use for that or does it to multiple sites at all? Basically I am asking is this version a good one for multiple site building? Ease of use for that purpose? Thanks!

    Welcome to the Apple Discussions. iWeb 09 can handle multiple sites quite easily. However, a lot depends on where you plan to host the sites and manage them. Will they each have a domain name for the site?
    On MobileMe you can have only one site with CNAME domain name forwarding to the same account. The others must use the standard html URL forwarding. AND they all must be created in the same Domain.sites2 file. That can be a problem.
    If you use the standard domain name forwarding with MMe for all the sites then you can have a separate domain file for each client and use Web Site Maestro to manage then them and select which one to open and work on.
    If each client will provide their own hosting server then it's possible that CNAME forwarding can be used for each client if they have a domain name and their server supports CNAME.
    I use iWebSites to manage over 75 individual sites. It lets me create multiple sites and multiple domain files.
    This lets me edit several sites and only republish the one I want.
    OT

  • AP Payment for multiple sites

    Is there a way to pay more than one site for a supplier in the same payment?

    Hello All,
    Any solution for this situation ? We are on R12 and we would like to pay single payment for multiple sites for same supplier. Anyone has any idea how do we go about this ?
    Thanks in Advance
    Dinesh
    Edited by: Dinesh Chauhan on 11-May-2010 01:15

  • How to send right CallingNumber when Cisco CER is down for multiple sites

    Hi,
    Cisco ER 7.x system with centerized CUCM 7.1(x) cluster for multiple sites over WAN, where each site has local voice gateway (MGCP) with T1/PRI connected. All the phones are DIDs.
    When considering 911 calls redundancy when CER is down, Cisco ER administration guide recommends using Local Route Group for 10911 or something else route-pattern on CUCM which is used:
    http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cer/7_1_1/english/administration/guide/e911plan.html#wp1062106
    To configure LRG, follow these steps:
    1. On Cisco Unified Communications Manager Administration, configure the LRG route pattern and route point for 911 emergency call routing.
    2. On Cisco Unified Communications Manager Administration, configure any destination route point that is being forwarded in the emergency call route point with the LRG route pattern.
    3. On Cisco ER Administration, configure the LRG route pattern as the default ERL.
    My question is:
    On the 10911 route-pattern using LRG, how can configure the each site ELIN number as the calling number on the route-pattern which is normally assigned on E911 partition only? or do I need change MGCP to H.323 in order to achieve this purpose?
    Do I miss something?
    Thanks,
    JJ

    Hi,
    I am not sure with in obiee it is possible? But third party tool we can do it.
    Site scope monitor tool is there, what this tool will do it will send the alert mail to respective team whenever services are down.
    For more information google it? You can get better idea.
    Thanks,
    Satya

  • LDAP design question for multiple sites

    LDAP design question for multiple sites
    I'm planning to implement the Sun Java System Directory Server 5.2 2005Q1 for replacing the NIS.
    Currently we have 3 sites with different NIS domains.
    Since the NFS over the WAN connection is very unreliable, I would like to implement as follows:
    1. 3 LDAP servers + replica for each sites.
    2. Single username and password for every end user cross those 3 sites.
    3. Different auto_master, auto_home and auto_local maps for three sites. So when user login to different site, the password is the same but the home directory is different (local).
    So the questions are
    1. Should I need to have 3 domains for LDAP?
    2. If yes for question 1, then how can I keep the username password sync for three domains? If no for question 1, then what is the DIT (Directory Infrastructure Tree) or directory structure I should use?
    3. How to make auto map work on LDAP as well as mount local home directory?
    I really appreciate that some LDAP experta can light me up on this project.

    Thanks for your information.
    My current environment has 3 sites with 3 different NIS domainname: SiteA: A.com, SiteB:B.A.com, SiteC:C.A.com (A.com is our company domainname).
    So everytime I add a new user account and I need to create on three NIS domains separately. Also, the password is out of sync if user change the password on one site.
    I would like to migrate NIS to LDAP.
    I want to have single username and password for each user on 3 sites. However, the home directory is on local NFS filer.
    Say for userA, his home directory is /user/userA in passwd file/map. On location X, his home directory will mount FilerX:/vol/user/userA,
    On location Y, userA's home directory will mount FilerY:/vol/user/userA.
    So the mount drive is determined by auto_user map in NIS.
    In other words, there will be 3 different auto_user maps in 3 different LDAP servers.
    So userA login hostX in location X will mount home directory on local FilerX, and login hostY in location Y will mount home directory on local FilerY.
    But the username and password will be the same on three sites.
    That'd my goal.
    Some LDAP expert suggest me the MMR (Multiple-Master-Replication). But I still no quite sure how to do MMR.
    It would be appreciated if some LDAP guru can give me some guideline at start point.
    Best wishes

  • IPv6 deployment problem for multiple site

    Dear Expert,
    I have a question about the deployment of IPv6 on two different site and the requirement is that client may need to auto switchover to another site while one of the ASR1002 is failure. I have using two different prefix on two sites with IPv6 stateless autoconfig like above diagram. Different prefix used for each site due to each site should use there own IPv6 prefix for Firewall Stateful(Default gateway point to local site firewall only). Client will retrieved two IPv6 addresses at the same time and it seems workable on Vista PC and Mac(Mac haven't select the High DRP one but work fine) and I haven’t try for other mobile device (have WiFi device for vlan100). Is it a valid solution? Any other solution for multiple site deploy IPv6 with Firewall no NAT enabled?
    Thank you very much!
    Regards,
    Kawaii

    One option would be to tweak the OS prefix policy table to prefer v4 to v6.  On Linux this is in /etc/gai.conf; on windows you'd run "netsh interface ipv6 set prefixpolicies ...".  The side effect would be that you'd only do v6 with the v6-only sites, not with the dual-stack sites.

  • Flash learning interaction and Course Builder for CC products?

    Hi all, Could anyone advise me where I could get extension Flash learning interaction for Flash CC and Course Builder for Dreamweaver CC? Sometimes their use and after stopping the development of eLearning Suite I anywhere on the Adobe site found these extensions.
    Thanks for any response.
    Yarik

    You would be better advised to ask these questions on the Flash or Dreamweaver forums.  This is the Adobe Captivate forum.

  • Step by step what's an easy and fast way to transfer photos and videos from my iphone to my imac?

    step by step what's an easy and fast way to transfer photos and videos from my iphone to my imac?

    Same as you would from any digital camera.  Open iphoto, connect iphone, import photos
    iOS: Importing personal photos and videos from iOS devices to your computer

  • Good Morning! As a feedback, I still prefer the physical purchase instead of downloads. It suppose to be easier and faster and always end up being slower, annoying and frustrating. I just want to download the software Mountain Lion that I have purchased

    Good Morning! As a feedback, I still prefer the physical purchase instead of downloads. It suppose to be easier and faster and always end up being slower, annoying and frustrating. I just want to download the software Mountain Lion that I have purchased. Redeem is a pain. How do I redeem my purchase without ERROR or COULD NOT RECOGNISE , the code that you have sent to me!!!

    It appears PowerMacs (your profile) aren't supported.
    Check that your computer is compatible with Mountain Lion/Mavericks.
    To check the model number hold down the option/alt key, go to the Apple menu and select System Information.
    iMac (Mid 2007 or newer) model number 7,1 or higher
    MacBook (Late 2008 Aluminum, or Early 2009 or newer) model number 5,1 or higher
    MacBook Pro (Mid/Late 2007 or newer) model number 3,1 or higher
    MacBook Air (Late 2008 or newer) model number 2,1 or higher
    Mac mini (Early 2009 or newer) model number 3,1 or higher
    Mac Pro (Early 2008 or newer) model number 3,1 or higher
    Xserve (Early 2009) model number 3,1 or higher
    Your Mac needs:
    OS X v10.6.8 or OS X Lion already installed
    2 GB or more of memory (More is better - 4 GB minimum seems to be the consensus)
    8 GB or more of available space

  • CQ5 Multiple custom 404 error pages for multiple sites

    HI,
    I have multiple sites, and I would like to set up a different 404 page for each of my sites
    Someone already faced this problem? How I can accomplish this?
    Or there is a way to do via the dispatcher and create a static 404 error HTML page each time I publish a site?
    Thank You
    Adolfo

    Currently the most effective way to do what you're asking is to set up your 404.jsp to include the content of a site specific 404.
    There was a conversation about this here;
    http://dev.day.com/discussion-groups/content/lists/cq-google/2010-02/2010-02-11__day_commu nique_Sling_error_pages_zambak.html
    -jason

  • Creating Iweb seperate domains for multiple sites DIDNT WORK

    Hi! Any help would be much appreicaited!
    I am creating mutiple websites in iWeb 09'. All 3 of my websites have been stored under 1 domain file on my mac. I have read numerous discussion boards stating the steps of how to seperate each of the created sites from the one domain file, into mutiple domain files. I followed the steps on this website :
    http://lmsdiweb.wikispaces.com/Saving+Locally
    I moved the Domain folder out of its original location into a new folder on my harddrive entitled "Sites". Then i made sub folders within that folder and duplicated the domain 3 times and placed each copy in those folders. then i double clicked on the domain for my 1st site, opened iWeb, and then deleted the other sites i did not want on this new "domain" file i created and hit saved. This is exactly what the website said to do to create the seperate domain files for each seperate site. It then said repeat for each site, deleting the sites that are not needed on that domain.
    All of that being said, it didnt seem to work when i tried to open the 2nd copy of the domain. When iWeb opened after double clicking the 2nd domain copy, it did not open and show me all 3 sites as it should have, it opened to show me the one site that i just "saved" after deleting the other sites for the previous domain i was trying to create.
    I'm afraid i posisbly lost my other 2 sites. I backed up my first initial "domain" file which had all 3 sites within it on my external hard drive, and when i double clicked on that to make sure my sites weren't lost forever, same thing happened and only my lastest site that i saved on the 1st attempt to seperate domain files is visable on my iWeb.
    Did i loose everything i created in my other 2 sites? How do i get them back? What did i do wrong? Any help is much appreiciated as i have a feeling i might have made a serious mistake and need some help figuring this all out!
    Thank you!
    Also, I published all of my sites "to a folder" on my hard drive before doing this as well. Is there any way to take the published folder contents and put my site back on iweb for editing again?

    With three sites in a domain file here's how I would do it.  Create 3 copies of your domain file and name them for the three website, i.e "website1.sites, website 2.sites, etc.
    With the application discussed in the text below open website1.sites and delete website 2 and website 3 from it and save.  Open website 2.sites and delete 1 and 3.  Do the same for website 3.sites. 
    Then use the application mentioned below to open iWeb and select the website you want. 
    In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or Mountain Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file in your Home/Library/Application Support/iWeb folder that you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    NOTE:  iWeb 2 is not compatible with Mt. Lion and has trouble saving to the hard drive.  It's suggested you obtain iWeb 3
    OT

  • URL prefix under IIS for multiple sites

    I'm trying to set up DW8. I webmaster a large number of sites
    for clients using a variety of hosting companies and web servers. I
    use IIS under Win2K Pro.
    Pre-DW, my setup has been to have a test area with folders:
    Inetpub\wwwroot\site1, Inetpub\wwwroot\site2, etc. To test I browse
    to localhost/site1, localhost/site2, etc. Then I copy the files to
    another part of the disk: websites\site1, websites\site2, editing
    them to change directions to the include files (sometimes I work in
    ASP, sometimes in PHP). Even with a utility we've made special for
    this task, this is a ROYAL PAIN. Then I upload site1 to server1,
    site2 to server2, etc.
    I have to do it this way because IIS will only recognize one
    website at a time, and I jump around from site to site so often
    it's a real pain to turn the sites on & off via the Control
    Panel.
    Now I'm trying to set up site definitions on DW8. For Site1 I
    say the URL is www.site1.com, the local testing spot is
    Inetpub\wwwroot\site1, and it gives me this "site URL prefix for
    the testing server does not match the site URL prefix specified in
    the HTTP address". What do I do? What have you-all found is the
    easist approach:
    1. fool DW about where files are kept?
    2. Do the PITA switch between which site IIS thinks is
    "live"?
    3. host a local multi-site server?

    > I have to do it this way because IIS will only recognize
    one website at a
    > time
    Fix:
    http://mnteractive.com/archive/running-multiple-sites-on-win2k-and-xp/
    -Darrel

  • Can I use SRST for multiple sites wit separate 911 lines

    Is it possible to use an SRST (like a 2911 CME/SRST) to support multiple sites. 
    We have two sites next door to each other. They are connected by fiber with Cisco switches (vlans) at box sites.
    Can I use a single SRST and have two separate 911 POTS lines setup so that each site has it's own unique 911 associated with it?
    I can create two separate Voice vlans for the two sites and I could have both 29xx interfaces in use (one for each VLAN), but can I separate the dialing out function so that each vlan uses a unique POTS line this way?
    Any other solutions other than two SRSTs?

    We have to keep the 911 dialing the same at all sites since I already had an idea like that ...but we use 911, 9911 and 8911 for everyone to reach 911 so that they are not confused during an outage.
    We will just have to bite the bullet and order 2901 SRSTs for all our small remote sites. 

  • Submitting site maps for multiple sites to Google

    I sort of glommed on to the end of the thread "meta and google-ing...i give up," but I'll start a fresh post here with this:
    I have three sites in iWeb, all of which have their own registered Go Daddy domain names and are forwarded to .mac without masking. I followed James Tseng's instructions and successfully submitted to Google and verified my "www.mac.com/user/iWeb" url.
    I also successfully uploaded a site map for one of my sites (let's just call it Site 1), which is in my iWeb folder (not the Site 1 folder).
    My question: I assume I can create separate site maps for Sites 2 and 3. Do they also go in the same iWeb folder as the first one? Is that possible if they're all named "sitemap.xml" or do they have to be given different names?
    Also... if I want to submit these three sites to other engines like MSN and Yahoo, can I submit the forwarded domain names, or will these engines not follow the forwarding to my .mac url?
    If that's the case, is it best to submit the single "www.mac.com/user/iWeb url" as I did with Google, or should I submit each site's .mac url separately?
    Thanks in advance for your help!
    Mitch

    <As posted in the the other thread...>
    Hi Mitch....
    I hope you've been finding all this helpful so far! It's always fun to see just how much feedback you can get from Google. Sort of gives you a feeling that "you've arrived". haha.
    Regarding your question about sitemaps and multiple sites.... My strategy is this... I like to give Google sort of the broadest catch that I can. That's why I really suggest to people that they register the most general URL... http://web.mac.com/username/iWeb/ . You see how that really leaves the door open for the possibility of multiple sites, without having to register multiple sites. Google really doesn't care that you call them separate sites...to Google they appear as part of the same site...with the same base verified URL.
    So with that registered URL, there really is only one place where the verification file and sitemap.xml file can go. And that place is in the iDisk/Web/Sites/iWeb/ folder. And there is really only a need for a single verification file and a single sitemap.xml file, no matter how many sites you have. The point here isn't telling Google that you have more sites...it's just about telling Google that you have more LINKS in the site that it already knows about.
    So how do you do this? Just spider your new site or gather the links in your own way and then copy and paste the links (just the links section...not the first two lines or the last line of the code) into the sitemap.xml file that you have already submitted before. Then resubmit it to Google.
    Does this make sense? Let me know what you think.

  • Site Search for Multiple Sites in 1 Account

    Is it possible to have multiple sites in 1 account with search results from selected pages?
    Eg, Site 1 only show Site 1 pages and Site 2 only show Site 2 pages in the results. When searching in Site 1, the results pull from all pages.
    Is there a way to selected certain pages for certain searches (without securing an entire site)?

    Hi Trina,
    That's not possible at this stage.
    -mario

Maybe you are looking for

  • Can Crystal Reports Runtime 2008 be installed on other than C: Drive?

    We use Crystal Reports 2008 as part of a custom database package. We have users that do not want the Crystal Reports installed on the C: drive. With this version there doesn't appear to be an option to select another drive on which to install the sof

  • Creating a trigger for update

    I have a table that consists of the following: product_id number, location number, qty number. product_id and location are primary keys. I want to create a trigger before an update and if the record doesn't exist that is trying to be updated, then I

  • Viewing HDV sequence / media on Broadcast Monitor?

    Is it / or is it not possible to view a HDV sequence or media on Broadcast Monitor via a Firewire Device such as a HDV camcorder? If so great, if not, what are my options and how can I achieve this? VV URGENT Thanks in advance.

  • Need some advice on MCSA training

    I wanted to work on getting my MCSA in Windows Server, but I wasn't sure if it made sense to get the 2008, then upgrade to 2012, or at this point just go straight to the 2012.  Honestly, I think I'd prefer to just move on to 2012, but I didn't know i

  • Billing Error when trying to "gift" an App

    every time i try to gift an app to my friend i get a billing declined message, i changed my billing info to a paypal account and get the same message. I can buy and DL apps for myself I just get the error when trying to gift them? what gives