Newbie Dreamweaver Question

Hi all,
Im very new at designing websites, in fact I just designed my
first real one, I learned from the "Studio 8: Training From The
Source" book, which I went over and took notes twice. The question
I have is probably a very very simple one:
How do I change the color of a particular link? Not the whole
page properties, just a link that I have in a certain section of
the site that is on a blue background (thus a blue link will not
work :-P)
Also, I was going to ask a good way to make a template in
photoshop and then make an image map or use it for a site, since Im
proficient in Photoshop, but then I though "would I slice it up
just like the site I just made?" If thats the case, please let me
know? And do I make the buttons separate from the site? Any
tutorials on this out there?
Thanks a lot in advance for reading and for your help. May
the <div> tags be with you.
Humbick

> How do I change the color of a particular link? Not the
whole page
> properties,
> just a link that I have in a certain section of the site
that is on a blue
> background (thus a blue link will not work :-P)
If it's just one link, the best way is to make a class, give
it the CSS
properties that you want (color, size, etc.) and then apply
the class where
you want it. The CSS would look like:
.redlink {
color: red; (or use the hex #ff0000)
Then you can select the link and apply the class to the link.
>
> Also, I was going to ask a good way to make a template
in photoshop and
> then
> make an image map or use it for a site, since Im
proficient in Photoshop,
> but
> then I though "would I slice it up just like the site I
just made?"
You can .. I wouldn't recommend it. A site that is made up of
image slices
is not nearly as functional or sleek as one created with well
placed images
and html and css code. I usually make what I want in
Photoshop cause I find
it so easy to things around during the process (I end up with
60 layers
sometimes) and then I do any slicing and optimizing in
Fireworks.
However, I never port the whole page to slices .. just a few
parts that need
to be created in images. I then use the Fireworks file as
more of a guide
and create the actual page in Dreamweaver.
If thats
> the case, please let me know? And do I make the buttons
separate from the
> site?
> Any tutorials on this out there?
You can make buttons (image) in Photoshop, Fireworks ..
whatever, but I
recommend creating the rollover code in Dreamweaver rather
than an image
program. OR you can make buttons with CSS and then it's easy
to create the
states of the button in CSS rather than using images. I do
that whenever I
can.
Nancy Gill
Adobe Community Expert
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
2003)
Technical Editor: Dreamweaver CS3: The Missing Manual,
DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide
Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
Web Development

Similar Messages

  • General place for newbie datamodeler questions?

    With the production release of SQL Developer Data Modeler I'd assume that this forum will draw a bunch of new users. Is there a better place to ask some pretty simple, newbie like questions that won't bother the more seasoned members?
    For instance, I am working in a Rails environment, which has some stringent naming conventions, one of which is that all of the primary key columns are numeric and called "id", with the foreign key linked columns called <table_name>_id.  When engineering a logical model to a relational model, the added foreign key columns are all "id#".  Is there a way I can define a naming rule to keep me from having to redo the relation column names?
    Also, we have a standard set of columns (mostly Rails related) which appear in every table. Can I define a generation rule which automatically includes these tables?
    Thanks

    Thank you. I will try changing that setting.
    IS there a setting which tells the relational model to automatically create pk and fk indexes? I haven't seen one, and manually setting them up is a tedious task. --sw                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Newbie script question... consecutive numbers with update.

    complete newbie type question... this is also my first post.  ( I am using CS3)
    does anyone have a script which can make it so I can add numbers into the text consecutively.
    for example, if this is my text "the big fat dog sat on the very wide mat, but was then displaced by a unfriendly cat."
    and I wanted to place a number 1, number 2, 3, etc at points in the text so it read, "the big fat dog1 sat on the very wide mat2, but was then displaced by a unfriendly cat3." but later wanted to add another number and have later numbers update themselves, so the text then said, "the big fat dog1 sat on the very wide mat2, but was then displaced3 by a unfriendly cat.4".
    by inserting the three, the previous three became four.
    Has anyone got something which might be useful in this regard.
    Many thanks
    Steve

    i wanted to avoid footnotes as they leave a bar at the bottom of each page.
    i wanted a script to do something similar to footnotes but not much further.
    does anyone have just a simple script that can do what I asked?
    Steve

  • Newbie XSan question - authenticating a computer from XSan Admin

    Hello - I have a very newbie XSan question!
    I have 2 computers that connect to an XSan. 1 I am having no problems with. The other I am unable to connect with.
    When I look in XSan Admin the 2nd computer (the one that is not working) is not authenticated.
    So I click on it and choose Authenticate. I enter what I know is an Admin username and password for the computer I am attempting to connect. The dot next to the computers IP turns green with 3 dots in it and then it turns gray again. It just does not connect.
    What is the problem?
    Is it licensing?
    Thanks
    Taj

    You need a different license ID for each machine, plus the admin machine. Do you have that?

  • Flash and Dreamweaver question? Please help :)

    Okay, how do I make it so that if I import a .swf file, that will act as an index with buttons to the other pages of the website, into my dreamweaver project and make it so that when I click the buttons on the .swf file, it will take me to the pages I make?
    Sorry if this should've been in the Flash forum

    It is a flash question, but still answerable... There are two options I could suggest:
    1. You can set up your links to be "absolute"... for instance, if your site is named http://www.mysite.com and you have a button named "About Me" that you'd like to link to a page named "aboutme.html", simply set up the link to go to "http://www.mysite.com/aboutme.html". *Note that this method won't allow you to test the link locally - it will only work after you've uploaded the "aboutme.html" page to your webserver.
    2. Second option is: You can link to the pages locally, but be sure all of your pages are set up in the directory correctly so that links aren't broken. For instance, if you have your "index.html" with your flash navigation embedded on the page, I would recommend NOT placing the .swf file into a subfolder like "images" or something like that - keep it on the same level of your directory as your index page. Also be careful about pointing to all subsequent pages - it's easiest if all of those are also on the same level, but if you have a large site and want to organize it, be sure your navigation links reflect the directory structure. e.g., if you're going to link to "aboutme.html", and it's in a subfolder named "generalstuff", the link would look like this: "generalstuff/aboutme.html".
    ***Note - if you're going to use the same flash-based navigation on every page of your site, you HAVE to use either absolute links, or ALL pages need to be on the same level of your directory (no sub-folders)...
    Hope that helps - good luck!
    Jess

  • This Newbie Has Questions

    Hi there. I am a newbie to Apple. I purchased the iBook last month and of course, when the MacBook (which had the features I wanted) came out, I rushed out and got one and I'm very pleased with my purchase - but I have a few "newbie" questions:
    1) Printing on a PC based Linksys seems to be a nightmare. I can't get anything printed on the shared HP 2600N and HP1012 printers. I literally have to disconnect them from the PC and plug the USB directly to my MacBook to print. It seems like there should be a better, easier and MacFriendly way of doing this - anyone have an easy solution?
    2) I'm going to purchase Windows XP so I can run my windows programs on this computer. Does anyone have any pre-installation advice?
    3) I have a blackberry device that worked fine with my iBook, but does not work with my MacBook - any suggestions or is there a software compatibility patch?
    4) I transferred everything from my old Mac to my new Mac with no problem. How can I migrate my contacts from Entourage to the Address Book?
    5) I notice that sometimes the MacBook "stalls" or doesn't work fast in some functions...is it just me - I expect the machine to jump quickly...but sometimes I get that annoying pinwheel when opening programs.
    Thanks for your help!

    1) Printing on a PC based Linksys seems to be a
    nightmare. I can't get anything printed on the
    shared HP 2600N and HP1012 printers. I literally
    have to disconnect them from the PC and plug the USB
    directly to my MacBook to print. It seems like
    there should be a better, easier and MacFriendly way
    of doing this - anyone have an easy solution?
    The problem is probably a driver issue.
    Printing to a printer on a XP PC from a Mac running 10.4.x
    http://www.ifelix.co.uk/tech/3015.html
    You may need to use a third-party driver such as the HPIJS drivers or the Gimp-Print drivers, but this is not the case with all printers.
    2) I'm going to purchase Windows XP so I can run my
    windows programs on this computer. Does anyone have
    any pre-installation advice?
    Ensure you get a full version (not an upgrade version) and it comes with XP SP2 already.
    Do not install Boot Camp on a critical machine and make regular backups of your data, this is beta software and there are bugs and issues.
    5) I notice that sometimes the MacBook "stalls" or
    doesn't work fast in some functions...is it just me -
    I expect the machine to jump quickly...but sometimes
    I get that annoying pinwheel when opening programs.
    Are these Universal or PPC only applications?
    iFelix

  • Newbie wireless question (slightly off-topic)

    I didn't want to post this here as it's not entirely an Airport-specific question. I posted this to the iBook forums, but nobody there has answered so my apologies if this is not welcome here. (Any moderators can remove it if that's the case.)
    I've been using computers extensively for over a decade, but I'm a total newbie to wifi. I just set up a wireless network in my house and would appreciate some advice/feedback.
    My main concerns are whether or not my network is reasonably secure. I know there is no such thing as perfect security, but I don't know if what I've done is good enough or not.
    I don't have an Airport base station, but I do have a D-Link Airplus G and an Airport card in my iBook. I have WEP set up on the router and I have enabled MAC filtering, listing only my desktop and my iBook, excluding all others from the network.
    I'm fairly certain that nobody in my neighborhood is going to get into my machines this way or be able to sniff my network data stream, but am I right in assuming that nobody can "piggyback" on my Internet connection too? Presumably, if everyone but my own machines are MAC-filtered and kept out, then the Internet connection is also protected. Is that how it works?

    WEP and MAC filtering are better than nothing, but you can do better. These are my suggestions:
    1. Use WPA with a pre-shared key (PSK) and TKIP encryption on your Netgear router, along with an alphanumeric passphrase of at least eight characters not found in any dictionary. The equivalent setting on your Mac is "WPA Personal". Unlike WEP security (which an expert can crack in under half an hour), WPA security is currently unhackable by any practical means as long as you use a non-dictionary passphrase. One last point - WPA security requires all your wireless Macs to be running MacOS 10.3 or newer.
    2. MAC filtering is (these days) essentially useless as a wireless security method. Using "packet sniffing" of traffic on your wireless network to find out what MAC addresses are used by computers on your network, and a PC that allows its MAC address to be cloned so that it is identical to the MAC address of one your own wireless computers (which is possible with most PC wireless network adapters) even an amateur hacker can defeat MAC address filtering in minutes.
    By the way - I don't think your posted message here is off topic. In my opinion, the Airport discussion forums are the best place to post any questions related to usage of wireless networks. Questions of this nature are virtually never specific to any Mac model.

  • Newbie DW question (from an iWeb user)

    I was trying Dreamweaver and find I can't even get it do some
    basic simple things I'm used to doing on my Mac in iWeb,
    such as drag around text and sections, or insert a web widget
    (some embedded HTML in a box) and resize and move that around.
    Are things like that possible in Dreamweaver?
    I can't even figure out how to add new text somewhere on a
    sample
    "header, column and footer" page outside one of the existing
    divs. :)
    And the stuff I do create (since I am not a designer - more
    of a programmer type) tends to look square, blocky and clunky -
    like something from a 1999 web page. Are there themes and templates
    as with iWeb?
    Anyway, I would like find out if I am just overlooking some
    obvious functionality or not. I am willing to accept that "DW might
    not be for everybody" and am not trying to be argumentative at all.
    I just want to find out if I can drag stuff around to freely
    position things like I can in iWeb - and if there are built in
    themes and such to make things look cool without having to be an
    artist myself.
    Thanks!
    doug

    > Just out of curiosity, how do you drag things around (it
    wasn't obvious to
    > me
    > clicking here and there and trying to grab a selection)
    and why do you
    > think it
    > is not a good idea to be able to do so?
    You make it absolutely positioned.
    > Isn't being able to finely position via a WYSIWYG
    interface something
    > desirable in a web authoring tool?
    Certainly. I do it all day every day, but not using a WYSIWG
    interface (by
    the way, there is no such thing as WYSIWYG - and won't be
    until there is
    only one version of one browser). I fine tune the CSS to
    locate things
    exactly where they should be.
    > I believe I am very proficient in HTML and reasonably
    proficient in CSS. I
    > have to be for the kinds of web application development
    I do.
    This is sure not consistent with your opening questions in my
    opinion. But
    that's not the focus of this discussion.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Doug Lerner" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for your reply, Murray.
    >
    > I believe I am very proficient in HTML and reasonably
    proficient in CSS. I
    > have to be for the kinds of web application development
    I do.
    >
    > But to me, the purpose of having a web authoring tool is
    so that you don't
    > have to constantly be diving into the HTML - especially
    if you have a
    > complicated layout - and let the authoring tool take
    care of the mechanics
    > of
    > it.
    >
    > Otherwise I might as well use BBEdit to create my web
    pages, right?
    >
    > Just out of curiosity, how do you drag things around (it
    wasn't obvious to
    > me
    > clicking here and there and trying to grab a selection)
    and why do you
    > think it
    > is not a good idea to be able to do so?
    >
    > Isn't being able to finely position via a WYSIWYG
    interface something
    > desirable in a web authoring tool?
    >
    > Thanks,
    >
    > doug
    >
    >
    >

  • Newbie saving question in Illustrator

    I know this is a newbie question. I designed a logo in Illustrator. Is there a way to save just the logo for exporting into other applications (ie Pagemaker or Photoshop) without having the white artboard?
    Thanks
    Brad

    I don't know Pagemaker but with Photoshop I simply select all, copy and then paste in Photoshop - transparency will be maintained. If you paste as a Smart Object you retain the ability to edit the Illustrator artwork in Illustrator and update the PS file.

  • NEWBIE Table question

    Sorry I'm a newbie here and to website design. I just
    installed CS3 with DW (version 9.0) and was trying the Tutorials in
    the manual from online.
    Tutorial #4 on pg 56 "Creating a table-based page layout".
    After you've created the 3 tables (straight forward and are easy
    enough), it says to:
    1. click on the 1st table, row 1. Go to properties (at the
    bottom of the screen) and enter 90 for cell height. press enter. (I
    have no problem doing this.)
    2. click on on the 1st table, row 2, Go to properties and
    enter 166 for cell height and press enter. (no problem)
    3. click on the 1st table, row 3, go to properties and enter
    24 for the cell height and press enter.
    HOWEVER now when I go back to Row 1 the cell height for row 1
    is 24. I have tried several different times but it seems that all
    rows in the table are going to the latest entry for cell height.
    Tutorial seems simple enough, simple idea, but it doesn't work. Is
    there a default I need to turn off or something?
    It doesn't make sense to me (am a newbie), but if I click in
    the 1st table, 1st row and then have to click in the Properties box
    at the box there isn't a cursor left in the table... how would the
    program know that I only want row 1 changed?
    There has to be a simple answer here, but I'll be darned if I
    can find it. Help please...

    Are you supposed to be putting anything into these cells?
    Regardless of
    whether you put in a height for a row / cell, it will only
    shrink or grow
    depending on the contents within the cell. The rows are just
    shrinking
    back to their default height, until you place something
    inside them. Also,
    if you placed an image into the row that was 28px high and
    you entered 24px
    for the row height, it would not go down to 24px it would
    stay at 28, the
    height of the image inside it. Seems like a strange way for a
    tutorial to
    be written - must be something from the 'old days' :-)
    May I recommend instead that you head over to the Adobe site
    and read
    /practise through the tutorials there. You'll actually learn
    the latest way
    to develop pages and that is with CSS layout - rather than
    using tables.
    Nothing wrong with using tables while you start, but as a
    fresh beginner,
    you may as well start off with using CSS.
    Tutorials here:
    http://www.adobe.com/devnet/dreamweaver/css.html
    Look for the beginner ones - I'm sure you'll get more value
    out of those
    than the one you are going through now :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/
    ~ Forum Posting Guidelines ~
    http://www.adobe.com/support/forums/guidelines.html
    CSS Tutorials for Dreamweaver:
    http://www.adobe.com/devnet/dreamweaver/css.html
    "broke.dave" <[email protected]> wrote in
    message
    news:[email protected]...
    > Sorry I'm a newbie here and to website design. I just
    installed CS3 with
    > DW
    > (version 9.0) and was trying the Tutorials in the manual
    from online.
    >
    > Tutorial #4 on pg 56 "Creating a table-based page
    layout". After you've
    > created the 3 tables (straight forward and are easy
    enough), it says to:
    > 1. click on the 1st table, row 1. Go to properties (at
    the bottom of the
    > screen) and enter 90 for cell height. press enter. (I
    have no problem
    > doing
    > this.)
    > 2. click on on the 1st table, row 2, Go to properties
    and enter 166 for
    > cell
    > height and press enter. (no problem)
    > 3. click on the 1st table, row 3, go to properties and
    enter 24 for the
    > cell
    > height and press enter.
    >
    > HOWEVER now when I go back to Row 1 the cell height for
    row 1 is 24. I
    > have
    > tried several different times but it seems that all rows
    in the table are
    > going
    > to the latest entry for cell height. Tutorial seems
    simple enough, simple
    > idea, but it doesn't work. Is there a default I need to
    turn off or
    > something?
    >
    > It doesn't make sense to me (am a newbie), but if I
    click in the 1st
    > table,
    > 1st row and then have to click in the Properties box at
    the box there
    > isn't a
    > cursor left in the table... how would the program know
    that I only want
    > row 1
    > changed?
    >
    > There has to be a simple answer here, but I'll be darned
    if I can find it.
    > Help please...
    >

  • Photoshop/Dreamweaver question

    Hi,
    I used Photoshop to create a Flash slideshow via the Tools menu in Bridge. 
    Now i want to put it is a Dreamweaver page, but it has left me with the folowing files: flashobject.js, photos.js, gallery.swf, galleryconfig.xml, photos.xml, index.html, UserSelections.txt, images file, pages file and thumbnails file.
    When I add the gallery.swf file to Dreamweaver it goes on in a large grey box as it should, but when I try to play it or open it in a browser it is just blank, as in there is nothing there.  If I double click index.html it works perfectly.
    If it helps the gallery.swf icon is like a filestrip with Adobe Illustrator logo in it, rather than the usally Flash logo.
    any help would be great,
    Thank you,
    markus

    The answer is to not let Photoshop write either your HTML or your CSS for you.  What you show is a disaster waiting to happen, really, and is characteristic of the kind of mess produced by any wizard that writes HTML based on a graphic layout.  Use your graphics editors to produce your graphics.  Build your page in DW.  It's a much better way to go.
    I know how to make a DIV center (with Margin auto left and right) but I do not know how to center all DIV's at once.
    I hope you are willing to help me with this. In case you have more questions let me know.
    Leaving your page with all absolutely positioned elements is really asking for trouble, but here's how to make them all center at once -
    Change this -
    </head>
    to this -
    <style type="text/css">
    #wrapper { width:760px; margin:0 auto;position:relative; }
    /* 760px will display on an 800px screen maximized browser window without */
    /* horizontal scrollbars. Change as needed */
    </style>
    </head>
    change this -
    <body ...>
    (the ellipsis represents any other attributes that might be mentioned in the body tag, and SHOULD NOT BE INCLUDED EXPLICITLY!)
    to this -
    <body ...>
    <div id="wrapper">
    and this -
    </body>
    to this -
      <!-- /wrapper -->
    </div>
    </body>
    and see if that helps.

  • GENERAL DREAMWEAVER QUESTION

    New to web design. Using Dreamweaver 8 and Photoshop CS2. Is
    this the best combo for layouts and graphics for web design? Also,
    I am trying to keep things organized and streamlined. What is the
    best and quickest way to update dynamic content, including
    pictures, video, and text? I have tons of questions and any extra
    advice would be greatly appreciated. Please feel free to strut your
    stuff here!!! Thanks

    > Is this the best
    > combo for layouts and graphics for web design?
    No - not in my opinion. The best combo would be Fireworks for
    graphics, and
    Dreamweaver for layout.
    > What is the best and quickest way to update
    > dynamic content, including pictures, video, and text?
    I don't understand this question. What are you trying to
    update?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "dsmflash" <[email protected]> wrote in
    message
    news:eorc9c$4pf$[email protected]..
    > New to web design. Using Dreamweaver 8 and Photoshop
    CS2. Is this the
    > best
    > combo for layouts and graphics for web design? Also, I
    am trying to keep
    > things organized and streamlined. What is the best and
    quickest way to
    > update
    > dynamic content, including pictures, video, and text? I
    have tons of
    > questions
    > and any extra advice would be greatly appreciated.
    Please feel free to
    > strut
    > your stuff here!!! Thanks
    >

  • CS4 Dreamweaver Question: "Find all" has stopped working.

    Dreamweaver will no longer perform a search using the "Find All" option. Nor will it place results in the Search panel.
    Can you help in answering the question of how to make it work again?
    Dreamweaver will . . .
    Find Next within the current document.
    Find Next within a specified folder.  And, with repeated mouse clicks will find each instance within the defined set of pages.
    It will NOT . . .
    Find All within the current document.
    Find All within the defined set of pages (e.g. folder, site, etc.)
    The Search Panel at the bottom of the page will appear when the Find All search starts, but nothing populates in it.
    Your help in answering this question is most appreciated.

    It worked a couple of times, but no longer. Any other thoughts?
    If you have experienced it several times and using latest updates for CS4 this means there must be more going on.
    Do you check and repair your disk permissions for OSX on a regular base and do you have also latest updates for OSX (software update) running regularly?
    There are two other options, purge cache for folder (or delete the entire cache file to the trash and start again caching). In the Bridge prefs is a setting to also purge global cache. (Per CS4 it seems save to use this setting, earlier version could bring you in trouble as Tai Lao often has stated)
    You will find the cache file in the user library caches folder and it can grow to huge proportions.
    In the same library in the preferences is also a  Bridge plist file that can be deleted.
    Both Cache and plist file will refresh itself with a default empty file as after first install once you restarted Bridge.

  • Newbie - Dreamweaver CC 2014 - Document Scan - Get Save Path/File

    Hi, 
      I've been a programmer for a long time but have done very little web development. Last time I touched dreamweaver has to be 10 years ago. A company I'm working with is developing a web front end for their system. In their existing system, they are able to scan a document by pressing a button in the application. The button push scans the document and open Acrobat Pro. When the user saves the PDF, they are able to get the path where the user saved the file as well as the file name and then they store that information in the DB of previously mentioned system. From the application they are hitting a TWAIN driver to invoke the scanning (if I understood correctly). The scanner I saw this done with is an EPSON GT-S50 and I believe they are programmatically reading the registry to get the last 15 files that were saved and determining the path and file name from there.
    Since they are now developing a web front end over the existing business logic, there are some things they have asked me to figure out. The first of which is how to duplicate what I mentioned above in a web front end. That being said, here's what I need to do:
    - Add a button labeled "Scan" to a web page with Dreamweaver that will invoke the scan process of the EPSON Scanner.
    - Have that scanned document open in Acrobat.
    - On save of the document in Acrobat, I need to get the path and file.
    - Add a button to view the file labeled "View".
    - On select of the "View button", I need to display the PDF on the same web page.
    I've done a bunch of reading so far and I haven't quite found what I need. If you can help point me in the right direction or have done something similar or even if you just want to offer moral support (haha) please let me know. I'll respond as quickly as possible to additional questions, I need to move on this...
    Thanks,
    Rob

    Hi Nancy,
    Thank you for responding. I guess the environment would be helpful.. (Sorry) . The web front in will be on servers in one of the major clouds (AWS/Rackspace/etc) and the DB's will be on other servers in the cloud while the servers will be at the customer's offices. So yeah, it is complicated. What I'm trying to come up with is  way to do it without tying the end customer to have to marry their network to the cloud network or forcing them to use RDP or Citrix etc.. Trying to come up with the most flexible option. One other thing they are shooting for is mobile compatibility. I just started working on this with them, I wasn't involved in the meetings along the way...
    Thanks,
    Rob

  • Dumb newbie hardware question! :)

    Hi folks,
    I'm new to the world of the blackberry and am just about to take the plunge with an unlocked sim-free BB Bold to use in the UK on Vodafone. I have read about the software differences between BIS and BES and would be going for a BIS set-up. My dumb newbie question is does the hardware come in BES and BIS versions or not?
    Many thanks in advance and feel free to mock my foolishness
    Solved!
    Go to Solution.

    hello, about BIS and BES it's explained on the website but it's clear that if someone sums it up for you it will be easier...
    so BES is a type of contract between a company and Blackberry. The company IT buy computers, put Blackberry servers, and buy a fleet of Blackberry Devices for the people in the company to use them and get email through the Blackberry servers.
    BIS is a type of contract between a common person and a carrier. The consumer goes to the carrier, and buys a Blackberry device, and a BIS plan that will enable him/her to :
    phone/sms/mms
    receive emails that have been configured on the BIS site
    do data things if you subscribe to (like browse the web)
    You can buy a Blackberry from a carrier that has a deal with RIM (the company that sells Blackberries). Or you can buy a blackberry alone, and then go and contact a carrier that has a deal with RIM.
    phone/sms/mms
    receive emails that have been configured on the BIS site
    do data things if you subscribe to (like browse the web)
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Maybe you are looking for

  • IPhoto won't open - says unreleased version of iphoto

    Hi, I've been using iphoto without problems since I got my powerbook in March 06. I'm currently overseas and have been uploading hundreds of photos each week. Tonight, I went to upload pictures from today and they would not load - it said they were a

  • Transfer data from 4 BACK to 5.

    Canadian iphone 5. just got it unlocked. been using unlocked iphone 4 here in australia. want to transfer all my data from 4 to the 5, without losing the pics and data that is already on the 5 from when i used it in canada.possible? mostly want to ke

  • Screen enhancement with table control IW31, IW32, IW33.

    Hi Gurus, I am facing issues with enhancement implementation for Maintenance Orders transaction IW31, IW32, IW33. (SAP basis version 4.7) 1) I have implemented enhancement IWO10018 for creating an Enhancement tab in transactions Iw31/ 32/ 33. This ta

  • "Edit with Photoshop" problem...

    I can no longer effect the "Edit with Photshop CC (2014) command on my laptop. When I click to Edit with PS, it does launch PS but nothing happens. I does NOT launch the dialog box that gives you the choice to edit a copy with LR corrections etc. All

  • Query String not having any effect in MSIE

    I have a very strange problem. I have a set of JSPs that uses a date to change the result of the page, and passes that date in a query string. So: http://mysite.com/result.jsp?date="2003-08-02" should produce a different result from http://mysite.com