How do i start a website?

hoping to start a website and wondering if iweb or ano is good, also looking for hosting

iWeb will work with all of the web hosting services out there.  Even though it's been discontinued by Apple it will still work and is easy to learn to use.  There are 3rd party web design apps out there that you can use. You just need to download demos and try them out. Regarding iWeb read the following:
On June 30, 2012 MobileMe will be shutdown. HOWEVER, iWeb will still continue to work but without the following:
Features No Longer Available Once MobileMe is Discontinued:
◼ Password protection
◼ Blog and photo comments
◼ Blog search
◼ Hit counter
◼ MobileMe Gallery
Currently if the site is published directly from iWeb to the 3rd party server the RSS feed and slideshow subscription features will work. However, if the site is first published to a folder on the hard drive and then uploaded to the sever with a 3rd party FTP client those two features will be broken.
All of these features can be replaced with 3rd party options.
There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
Click to view full size
However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: iW14 - Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
NOTE: the iLife 11 boxed version Is no longer available at the online Apple Store.  To get a copy you'll have to try Amazon.com or eBay.com.
This may be of interest to you: Life After MobileMe.
OT

Similar Messages

  • How should I start a website

    I have all of the adobe cc programs but don't know exactly where to start in building a website. Please help.

    All depends on your skill set and what you want your web site to do.
    Dreamweaver requires a basic understanding of Web Design Theory, HTML & CSS code.  JavaScript & PHP is also very helpful to know.  Without these skills, DW will be a very steep learning curve.   But there's no limit to what you can build if you have the necessary coding skills.
    Start with the fundamentals:
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    http://webdesign.tutsplus.com/sessions/web-design-theory/
    On the other hand, Muse is aimed at non-coders who just want quick and easy results.  This might be all you need for a static hobby or small personal web site.  However, the trade off for all that "ease of use" is limited features.  For example, MU cannot help you build dynamic apps, blogs, shopping carts or CMS sites. 
    Define your project goals first.  Then use the right tools for the project.
    Nancy O.

  • How to find "start-dreamweaver-first-website" zip in local site folder?

    Hallo...
    I have download that file already. But somehow it does not show up on the "local site folder" when i want to save it as in the tutorial video suggest....
    Do i need to do anything else before that to save it.???
    BTW, how to unzip that folder....??
    Thanks a lot.

    Dear Ken:
    Many many thanks...[?]
    2015-03-08 19:22 GMT+08:00 Ken Binney <[email protected]>:
        how to find "start-dreamweaver-first-website" zip in local site
    folder?  created by Ken Binney
    <https://forums.adobe.com/people/Ken+Binney> in *Dreamweaver support
    forum* - View the full discussion
    <https://forums.adobe.com/message/7264408#7264408>

  • How we set up multiple websites on OSX Server

    BACKGROUND
    After fiddling and futzing around for weeks (actually since last year) I've finally figured out how to set up multiple websites (virtual sites) using one port and one IP address. While there seems to be lots of discussion on this topic, it seems that the basic assumption is that one knows everything about websites, DNS and all that stuff, which I do not.
    When our network was originally established the engineer set up a wiki and also configured webmail, so we had two sites, one secured for mail and the other open for Calendar and the wiki. We were not hosting any websites locally because our school website is hosted by a company in New England.
    This year I wanted to set up websites for teachers and students. As great as the wiki is, there are some things it just can't do as well as a website. So I figured if I set up the sites teachers could link back and forth from one to the other. In addition kids could now start to use a real website instead of the cobbled together file mess I had when we ran a Windows network. Also iWeb is a much more accessible tool than FrontPage.
    SERVER SIDE:
    Snow Leopard Server - 10.6.4
    There are two - actually three pieces if you want your iWeb clients to connect to the server: Server Side Web Services, DNS and, in my case, FTP.
    ================================================ SERVER SIDE - WEB SERVICES
    If you haven't turned on Web services, you'll need to open Server Admin and do that. If you don't know how to set up web services - just reply and I'll step you through that as well.
    Once web services are set up and turned on, you'll see it listed under your server’s name in the Server Admin sidebar. Click on "Web" and then click on the "Sites" tab at the top of page. This is where you list all your sites.
    Click the plus button and enter the fully qualified name of your site, for example: "students.myschool.org". Don't use the defaults here (no name) - that's what got me in trouble before. BE SPECIFIC!
    You'll be looking at the "General" tab (the other tabs, "Options", "Realms", etc. we'll deal with in a second).
    On the "General Tab", the default IP address ("any") and port (80) is just fine. We'll run everything over port 80. (Apache figures all the virtual site stuff out - you don't need your rocket science degree for that.)
    "Web Folder:" is important because this is how you'll "segment" your websites. While I would NEVER do this again, we have a solid state hard drive for the OS and a RAID array for our data files. IF you have that, make sure you do NOT use the default "Web Folder" because it will store all your files on your solid state drive. There may not be enough room, over time, on that drive. I've not experienced it yet, but it's my understanding that if the drive fills up, the server shuts down.
    I store my web sites on a folder on the RAID array.
    Everything else on that tab can be left as the default. (Just make sure that you have an "index.html" or "index.php" file in your web folder root, but iWeb will take care of that for you.)
    I would put in your email address in the "Administrator Email:" field.
    Under "Options" you really don't have to put anything. I've tested making websites with iWeb and it doesn't appear that anything needs to be checked.
    Nothing needs to be entered in "Realms" as well from what I see working w/ iWeb.
    The defaults in "Logging" are fine.
    You can leave "Security" alone, but we do have a (self-issued) certificate listed for our webmail site.
    "Aliases" is important. Under "Web Server Aliases" you enter how you want the site to respond to when users type in a URL in their web browsers.
    When our web server was initially set up the engineer set up "wiki.myschool.org" on port 80 and "mail.myschool.org" on port 443. In the aliases section was nothing but a "*" (the wildcard character). That means, from what I can figure out, that the webserver will respond to these sites regardless of what is typed in the URL. (Well, something like that - point is, if you create OTHER websites, you'll NEVER get to them because the wildcard character in the "Aliases" section, in effect, grabs those web requests and redirects them to the sites that are already there.
    In my case I deleted both of those wild card characters. For my "wiki.myschool.org" site, I entered "mail.myschool.org". That means if you type EITHER "wiki." or "mail.", go to the site that’s stored in the “Web Folder” we set up when those sites were created.
    For "mail.myschool.org" I just DELETED the wildcard character. I wanted that site (since it was secured) only to respond to "mail." - nothing else. (You're not going to that secured site for any other reason than to get your mail.)
    "Proxy" can be left blank. Have no idea what that does. As time permits I'll do some research and figure out what it's used for.
    "Web Services" is if you want to provide any MORE services to this particular site. Most likely you'll want to uncheck all the boxes. For our "wiki." site, we have checked "Wikis", "Blogs", and "Calendar". For our "mail." site we have those checked PLUS "Mail".
    I would create a separate "Web Folder" for each of your sites. I don't know if that's a requirement but for housekeeping purposes, I would keep the sites separated. And I SUSPECT that it's "best practice" to separate your wiki from your other websites.
    SERVER SIDE - DNS
    OK...now you have to make your site reachable and the only way to do that is to set up DNS so that folks don't need to type in the IP address of your web server. You need to set up DNS inside your network and, if you want folks in the outside world to reach your website, you'll need to set up an external DNS as well. I'm going to cover INTERNAL DNS - if you don't know how to set up EXTERNAL DNS - reply or email me and I'll post those instructions.
    Most likely you have already created Zones for you network...all you really need to do is create "Aliases" so that when you type "students.myschool.org" your web browser will know that site resides on IP address XXX.XXX.XXX.XXX.
    If you've set up Zones then you already have a "Machine" setting that translates your server’s name to an IP address and vice versa.
    All you need to do is create an "Alias" (CNAME) record for, in this case, "students". You’ll see the choices for types of records when you click the "Add Record" button.
    There are only two fields to configure for a record: "Alias Name" - in this case "students" and "Destination" - in this case "servername.myschool.org". (You've already entered a machine record that says "servername" = 192.168.1.x.)
    That's it for Internal DNS.
    SERVER SIDE - FTP
    Now you have to get iWeb to communicate with the webserver.
    There are only three ways iWeb will communicate with webservers: MobileMe, Local Folder and FTP Server.
    Local Folder is really only practical if you want to host a website on a laptop (I was blown away initially when I found out that all Macs had a built-in web server - how neat is that?). I think there are some very cool things teachers could do with configuration, and, of course, you wouldn't need to set up any web services on the web server, but that's for another discussion. You need to set up FTP services on the web server.
    Turn on and enable FTP on your webserver.
    You can leave the defaults for "General", "Messages" and "Logging". "Advanced" is the only thing you want to set. I set "Authenticated Users See:" to "Home Folder Only". I set the "FTP Root" to the same root folder in which I plan to store my web sites (/VOLUMES/RAID Array/WebServer/Documents). This setting sets that folder only to be accessible via FTP.
    I would suggest returning to your DNS settings and adding one more "Alias". Set "ftp." to point to your webserver. Why? So folks can edit their sites from home (see below).
    CAVEAT: If you are running FTP on other servers, make sure that the settings here do not conflict with the settings on the other servers. For example, I'm running FTP on my file server so that my scanners can communicate with it. However, I configure my FTP settings by machine name and NOT "ftp.myschool.org".
    ================================================
    CLIENT SIDE - CONFIGURING iWEB
    Now you have to configure iWeb so that it will communicate with your server.
    Click on the "Site" icon so that "Site Publishing Settings" appears.
    Publishing:
    "Publish to:" = "FTP Server"
    You can set the "Site name:" and "Contact email:" to whatever you want. But see below!
    FTP Server Settings:
    "Server address"=ftp.myschool.org (you could also enter in servername.myschool.org or the IP address. However, if you want folks to be able to work on the site from home, you will need to configure external DNS for that. If you use the IP address, you're out of luck for remote access to the site. (You can do it but it's beyond the scope of this discussion.)
    "Username" & "Password" should be your user's network login credentials.
    "Directory/Path" - this is important. Remember, you set your "FTP Root" to be "/VOLUMES/RAID Array/WebServer/Documents". If you leave this field blank then the website will be dumped into this folder. If you are only setting up one site, that may be OK. However I wanted to set up a "students" site folder, a "faculty" site folder and a separate site for our literary magazine.
    THEREFORE: I have, in my ..../Documents folder (on the server), a "students" folder, a "faculty" folder, and a "litmag" folder.
    SO...in my "Directory/Path:" field, I have "/faculty". That means the full path to this website is "ftp root/faculty" or "/VOLUMES/RAID Array/WebServer/Documents/faculty" (You don't need a trailing "/" character. iWeb will automatically append the folder for you user depending on what you entered in "Site Name:" in the "Publishing" area.
    Website URL:
    This is the root website depending on whether it is "students" or "faculty". Since iWeb will append the site name to this root website, I accomplished what I hoped to accomplish in this post (http://discussions.apple.com/message.jspa?messageID=12288561#12288561).
    Faculty sites will be @ http://faculty.myschool.org/username. Students @ http://students.myschool.org/username. PERFECT!
    iWeb is such a GREAT tool - NOW the kids can start using it!
    I want to reiterate that this works for our school but it should work for you as well. There may be better ways to do this but it works for us.
    Hope this has been helpful and you won't have to spend weeks trying to figure this all out by yourself!

    OK...here's how we did it.
    To get access to the website you created from outside your network there are a couple of steps.
    First, you have to have a STATIC IP address from your ISP. If you have a T1 circuit, no problem...you usually get a couple of static IPs you can use. However, if you have a cable modem circuit, most likely you have a dynamic IP address which changes when you connect to the internet. Usually a static IP will cost a bit more because the ISP has to go through a couple of steps to set it up for you. But once you have the address, you now have a way for folks outside your network to connect with you.
    (I’m also assuming that you use a router of some sort through which traffic flows out to the internet and that you aren’t using connection sharing or something like that.)
    The next thing you need to do is have your new static IP address associated with the server on which you are hosting your website. You've probably already done that if your website works inside your network. However, you've associated a private ip (192.168.x.x, etc.) to your web server. That doesn't mean anything to folks on the outside because private IP addresses are just that - private - folks can't access them. (I won't get into VPN because that's a whole other topic.)
    The way you associate your new static IP address to your web server is through some sort of dns application from your ISP. For example, we use TierraNet to manage our external DNS information. They have a web interface control panel that is very similar to the DNS interface for XServer. You can create CNAME records (aliases - other ways that folks can access your servers).
    Basically you create an "A" (CNAME) record with a fully qualified domain name (e.g. webserver.myschool.org) and point it to your public IP address (XXX.XXX.XXX.XXX) which you just got from your ISP. It's going to take a while (24-48 hours) for this change to take effect. BTW, you can create as many “A” records as you want. For example mail.myschool.com and wiki.myschool.com could point to the same place.
    You want to make sure that the fully qualified domain name you enter in the external dns utility matches the name you used when you created your internal dns records on your XServer.
    OK...so now folks can get to your domain - but, remember, you have a private network IP scheme between them and you. You now have to tell your router that when web traffic arrives, allow it inside the network and direct it to your web server.
    Let's say your public IP address is 205.100.112.50 and your web server is 192.168.0.5.
    You have to create, in your router’s "Security Zone" (router companies call them different things) a couple of rules. Usually the first rule is: "Let everything inside the network get out to the web." You've probably already done that if folks inside the network can reach the internet.
    You then have to tell the router to allow web traffic (port 80) into your network AND redirect that traffic to 192.168.0.5.
    We use AdTran routers and they have a web interface which allows you to write "rules" affecting public and private traffic. Public is folks outside the network, private is folks inside.
    AdTran calls them "Security Zones" and you modify those zones with policies.
    So my "Policy" would say, in the above example, redirect traffic from my public IP (205.100.112.50) -> to my web server -> (192.168.0.5).
    THEN you have to modify this policy with what AdTran calls "Traffic Selectors". You've said, OK, you can get in, but WHAT can get in?
    The "Traffic Selector" is written to say: "Permit" "TCP" traffic from 205.100.112.50 only through Port 80. (That's the port that web traffic goes over. If you wanted a secure website, you'd add another traffic selector that opens port 443, for example.)
    I'll tell you I'm no genius when it comes to this. I called AdTran and had them configure my router for me. I told them what I wanted done, they remoted into the router and configured it. But then I could go to the web interface and see what they did and then added rules later on when I wanted, for example, to get access to the network via Apple Remote Desktop or VPN into the network on my iPad.
    I'd bet that your router has a maintenance agreement that includes this service and if it doesn't it should have.
    I did find that I still had issues when I tried to set this up originally and it had to do with the ORDER of the policies. I can’t remember exactly what the issue was, but, effectively one of the policies highjacked traffic before the policy that I wanted got triggered. Simply moving them around in the list fixed that issue. So if you have this set up but still can’t access the site, check the order of your rules.
    I don’t know if that helps or not, but I try to think about this stuff conceptually and then get someone to help me with the details. I work with this stuff so infrequently that I forgot how I did something 6 months or a year ago. I’m in the process of creating a wiki for the school which documents all this stuff, but that’s a major undertaking.
    Cheers,
    John

  • How do I start iTunes with whichever iTunes library I want?

    How do I start iTunes with whichever iTunes library I want?
    I've created a 2nd iTunes library using the "press shift-key while opening iTunes from the start menu" method given in iTunes help. Now, when I try to start iTunes from the Quick Launch menu or from the system start menu, I get the new library--without choosing it.
    Otherwise, the new library works as I'd hoped. By turning off "Copy files to iTunes Media folder when adding to library," I'm able to use "Add Folder to Library" (where the folders are in the 1st iTunes library) without using more disk space for the 2nd library. So far, it works just fine for CDs and movies. I'm anticipating an iPad which can hold much less than my iPod Classic.
    I have the latest iTunes (10.2.1.1)

    A solution found!
    I found where Apple addresses the question. Actually, I had tried this before I found Apple's answer and before I asked the question here and I didn't get it to work. I finally have it working, but the Apple answer is missing a step--or so it seems.
    Locating Apple's answer:
    From the iTunes window,
    Help > More resources > iTunes Support Website > iTunes Library and Backup > iTunes Library >
    How to open an alternate iTunes Library file or create a new one.
    Apple quote:
    1.If iTunes is running, quit iTunes.
    2.If you are using Windows, hold down the Shift key and from the Start menu and choose All Programs > iTunes > iTunes.
    3.If you are using the Mac, open iTunes and immediately hold down the Option key.
    4.You should see one of the following screens:
    End quote.
    As it says, you get a prompt to: Quit or Choose Library or Create Library.
    I created my new library by choosing "Create Library" and expected to be able to use "Choose Library" later. So, when I clicked "Choose Library," I got a new window that's titled "Open iTunes Library" (it looks a lot like a Windows Explorer window). I selected (on the sidebar) the old library, clicked "Open" and nothing happened. The problem is likely my inexperience with this type of issue, but, still, the solution seems hokey.
    After too much screwing around and a 24oz beer, this is what's working:
    1. If iTunes is running, quit iTunes.
    2. Hold down the Shift key and from the Start menu, choose All Programs > iTunes > iTunes. (You don't have to have the shift key down until just before you click the last "iTunes.") Don't release the shift key 'til the prompt comes up.
    3. The prompt is: Quit or Choose Library or Create Library. Click "Choose Library."
    4. When the "Open iTunes Library" window comes up, click the desired iTunes library on the sidebar. (Mine are named "iTunes" and "iTunesIPad.")
    5. Then, you'll see a list of items in the right pane. Find the file named "iTunes Library.itl" and click it.
    6. Now, with both the iTunes library name selected on the sidebar and the "iTunes Library.itl" file selected in the right pane, click the "Open" button.
    7. iTunes will come up using the desired library.
    8. Using iTunes from the Quick Launch menu or the desktop will bring up the same iTunes library again, even if you shut down your computer.
    9. When you want to change the iTunes library in use, start at step 1.
    Nice about this, is that I would only have to get into the "iTunesIPad" library if I need to add something to it from my regular "iTunes" library or I want to sync to the iPad. Most of the time, I'll use my regular 185GB "iTunes" library (even here, I deselect many movies so that I can sync the library to my iPod).
    Caution:
    I must add the warning that I'm doing this because the iPad (that I don't have yet), won't hold even half of what I have in my iTunes library. At this point, the "iTunesIPad" library will take up very minimal disk space since it's using pointers to the regular library rather than copies from the regular library AND it's easy to switch between libraries only when needed. I can't say that this will all work until I try more setup work and I actually use it with an iPad. If someone knows that this is going to cause problems or if they have a better idea, I'd sure welcome comment. BTW, before trying this, I restructured my iTunes library (File > Library > Organize Library > Reorganize files in the folder "iTunes Media.") to bring it up to date and then backed it up on an external drive. The website "iLounge" has an article about the old and new library structure.

  • How do I add a website to my favorites in my ipad Mini?

    How do I add a website to my Favorites Bar in my Ipad Mini?

    to bookmark some of the sites you visit most often. This can give you quick access to the information you need the most.
    1. Use Safari to navigate to any web page.
    2. Tap the Share button at the top of the screen.
    3. Choose Bookmark.
           4. Edit the title of the bookmark. The official title of the web page is prefilled, but you can use the keyboard to change it. You can tap the X to clear the text and start fresh.

  • How can i delete a website made in iWeb from MobileMe but not from iWeb

    The problem is that I have made changes to several pages (almost all of them) on my site and since the changes my site no longer displays correctly in Internet Explorer.
    I have looked in the IE CSS file and the CSS file for IE is completely messed up and would take a long time to correct by correcting the code for every page, so I decided just to delete the whole site from MobileMe and then republish it as a new site, rather then as an altered site.
    The problem is I don't want to delete the site from iWeb, because it has took me months to build it and I don't want to have to start again. I just want to delete the site from MobileMe, so I can republish it as a new site (and hopefully correct the screwed up code).
    So how can I delete a website created in iWeb and published on MobileMe from MobileMe without deleting it from iWeb.
    Huge thanks
    Jay

    Hey thanks for your reply, unfortunately I have already tried to delete my site from iDisk >> Web >> Sites. But it said that i didn't have permission and it wouldn't delete the files.
    I am loged in as an Admin and I still cant delete them
    Thanks again
    Jay

  • How do I get a website live with BC after publishing it?

    How do I get a website live with BC after publishing it?

    Hi
    You would need push site live , in admin dashboard of the site you would get the option "Launch Site".
    Please checkout this video :
    http://tv.adobe.com/watch/introducing-business-catalyst/getting-started-with-business-cata lyst-and-muse-creating-and-publishing-sites/
    Thanks,
    Sanjit

  • How should I start with EJB programming?

    I have more than one year's programming experience in developing complicated data-driven web applications.
    Now I decide to use EJB to build new web applications, how should I start?
    Should I take a professional training class or just read several EJB books? I have Ed Roman's EJB book, it is great.
    Thanks for your reply in advance.
    James

    I think you start of by reading the EJB book by Ed Roman.It's free and availaible at www.theserverside.com.
    Read the first few chapters.
    Another good book is Richard-Monson Haefel's EJB published by Orielly.
    Start of by coding a few examples of stateless session beans on an easily deployable server like the J2EE server, available from this website.
    Your next aim should be to understand Entity beans and the issues surrounding container managed persistance and bean managed persistance.
    Voila in no time you wil be a champ.

  • How to delete a iweb website

    I published a website and i did a couple of things wrong i want to delete the sight and start over. how do i delete my website?

    Depends where you published it? If you published to MobileMe, then you need to log into your account and go and delete your site directly from your iDisk.

  • How should i start with web dyn pro abap

    Hi,
    I have been working on webdynpro java now i would like to start working on webdynpro abap
    could any one tel me how should i start with it.. pdfs, blogs would surely help??
    i do have sufficient knowledge of abap too..
    some brief idea about what is "web dynpro for abap" would surely help me
    Thank u in advance...

    hi,
    please do a search before posting for basic questions, i searched the same and got around 700 hit.
    any ways check these links.
    As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.
    The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.
    Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.
    The following r excellent websites containing PDF & PPT docs on ABAP Web Dynpro:
    Web Dynpro for ABAP in SDN
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/512040e1-0901-0010-769c-c238c6ca35d9
    Developing ABAP Applications Using Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/42/d41b25d2216babe10000000a1553f6/frameset.htm
    Web Dynpro ABAP: Development in Detail
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm
    WDA Sample programs & tutorials
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Web Dynpro ABAP Demonstration Videos
    Web Dynpro ABAP Demonstration Videos
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/28113de9-0601-0010-71a3-c87806865f26?rid=/webcontent/uuid/fed073e5-0901-0010-4eb4-c9882aac7b11
    SAP Web Dynpro Overview
    http://wendtstud1.hpi.uni-potsdam.de/sysmod-seminar/SS2005/presentations/12-WebDynpro-Overview.ppt
    Web Dynpro General Concepts
    https://admin.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/30ea953b-8e57-2910-4e85-f7be60b00407
    Web Dynpro
    http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm
    Web Dynpro for ABAP: Tutorials for Beginners
    Web Dynpro for ABAP: Tutorials for Beginners
    Developing ABAP applications using Web Dynpro Configuration Scenario
    http://www50.sap.com/businessmaps/8729920B31E343F099B71340B15F06DB.htm
    Web Dynpro for ABAP
    http://www.vnsg.nl/temp/508773747/A1-WDA_Themadag.pdf
    Yogesh N

  • How I can start my career in BI

    Hi frnds,
    Currently I am working as a PL SQL developer.It is a kind of IFS ERP related support.Already we are doing Quick report all those things..How I can start learning this OBIEE I have more interest on that....any specific website is there for learning OBIEE......

    Hi,
    Refer below link
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/tutorials/index.html
    http://obiee101.blogspot.com/2009/07/obiee-how-to-get-started.html
    http://www.rittmanmead.com/blog/
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/tutorials/index.html
    http://docs.oracle.com/cd/E23943_01/bi.htm
    Thanks
    Deva

  • I want to use Dreamweaver instead of Godaddy.  Are there any templates already made for Dreamwaver that I can modified?  How do I start?

    Where or how do I start building anything on Dreamweaver?
    I want to dump my Godaddy account, but I don't know where to start with Dreamweaver....
    And I don't know how much space do I have to build pages?
    Can hosting from Adobe load different websites on my Creative Cloud account?
    Trying to contact Adobe over the phone to ask question is a problem... waiting for 45 minutes just to review my account and didn't get anybody...

    What can I tell you Ken?
    So far the issue is kind of solved... waiting for email instructions on how to transfer my Muse files to be able to host them with Catalyst.
    But.... what a disappointment with Adobe right off the bat.... 
    My CC subscription includes hosting to up to 5 websites.....
    I called Adobe customer service, and they couldn't tell me what did my subscription included, instead, they sent me to Catalyst to purchase a product I already had....
    Then I called Catalyst and they tell me to call back Adobe because my package already include a small subscription to Catalyst....  You think this guy Catalyst will get fired for not trying to sell me something I already had??!!
    Seems like customer service from Adobe, and some of the people at the forums are obsessed on trying to sell you something before looking at the real  issue.
    My previous experience on Adobe forums was on Acrobat from which I asked how to position a table in the file, some dude answer that I needed to buy some other program when all I needed was to press Shift + Arrow........
    People must be careful with Adobe.... they have good programs, but they will milk every dollar you have before paying attention to technical solutions their customers can use with their apps.

  • How to get rid of website popups

    I try to click at something and then all of a sudden a tab opens up and its an ad to clean my macbook air. It is really annoying. How can i remove these websites form coming up??!

    There is no need to download anything to solve this problem.
    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • How to create / edit a website using SharePoint Designer 2013

    How to EDIT a website created by Frontpage using SharePoint Designer 2013 ?
    How to CREATE a new website using SharePoint Designer 2013 ?

    You can edit any sharepoint site using designer not any other site.
    To create a new website using designer follow below:
    To create a new site, click the File tab, choose Sites, and perform one of the following:
    Click New Blank Web Site to create a blank, empty SharePoint site.
    Click Add Subsite to My Site to create a new site under your My Site.
    Under Site Templates select a template to create a new site based on a SharePoint template.
    http://office.microsoft.com/en-in/sharepoint-designer-help/get-started-with-sharepoint-designer-2010-HA010370548.aspx#BMopensites

Maybe you are looking for

  • J2SE 1.4.2 on RedHat Linux 7.3

    Hi , I have to install J2SE 1.4.2_04 on a RedHat Linux 7.3 system on intel hardware. Is the download available at Sun.com can be run on this machine. My concern is that is the download is for NPTL implementation only or it will run on any thread impl

  • Can't install Win7 with K8N Neo Platinum (MS-7030)

    Hi, with an XP system running smoothly on my old machine, I decided it's time for a Win7 installation. However, the Win7 installation crashes after first reboot with a BSOD some 20 seconds into the windows boot process (logo displayed). I suspect mis

  • Foreign Trade Data configuration

    All, I have the following scenario/issue: 1. Orders (OR) created for Argentina country (goods coming from US to Argentina, not intercompany) are getting the commodity code printed on the invoice which the business doesn't want to happen. Researching

  • Combo chart in WAD

    Hi All, I have two queries one is displaying Current week Sales and the other one is displaying Previous week sales.I have assigned the column Chart for Current week query in WAD,i want to display the last week data also in the same chart as a Line g

  • Migration 10.2.0.1.0 windows server 2003 to linux 11gr2

    Hello we are migrating from 10.2.0.1.0 windows server 2003 to unix 11gr2 please suggest any material regarding this kind of migration there is a test environment also, so that i can test right now i have downloaded the oracle linux 5.7 and will be in