Objects in a circle around another object

Hey everyone,
I work for a non-profit and we are adding more Partner's to our building, and so we need to add them to our "Partners" page, which currently looks like this: http://gapfamilycenter.org/partners.php <- that doesn't work for 13 partners, so we are trying to come up with a better, more fluid/unversal way to put partner logo's on that page without having to redo the whole layout every time we add or remove a partner organization...
So, what I want to do is place pictures in a circle around another picture, and each picture needs to be clickable in a link, but I don't know how to do that (and I DON'T want to use flash)... Anyone have any idea's help on this? (I created a rough mock-up in photoshop so you can see the end result, the spacing would be done better on the final, this is jsut a rough idea)

A Template.dwt file is driving your child pages.  The question is, do you want the image map on every page or just one page?
Every Page:
Open template.dwt file and insert image and hotspots. Save template.  When prompted to update child pages, hit yes.  Re-publish all site pages using that template.
One Page:
Open template.dwt file, insert an Editable Region where you ultimately want to place the image map.  Save Template.  Update child pages.  Open desired child page, insert image & hotspots.  Save.  Re-publish all site pages using that template.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com/

Similar Messages

  • How do you select an object that is directly under another object?

    How do you select an object that is directly under another object?
    I was working from a template and I wanted to make a text box the same size as a column box that was put there in order to keep the text in the confines of the paper that is was being printed to.
    I could actually put text in each column fine but I wanted it to be in a text box so that I could slightly tilt the test box to compensate for my printer feeding it in slightly wrong. I accomplished this on another template but I could not on this one. If I was working in InDesign or something I know I could just select that layer but I'm at a loss of what to do here. How do I select a column right under a text box? I just thought of something. Once I make the text boxes the same size as the columns I think I can just delete the columns from the inspector. But that would be kind of a work around. I know you can hold down command when nothing is selected from outside the document and then highlight but this is not working. Does anyone have some tips and tricks when it comes to having control over which objects you are selecting when it comes to objects that are overlapped as well as directly over each other.
    Thanks.
    Tim

    I'm not sure it's documented any where, but it's not too difficult. First, ⌘-click outside of the layout area to enter object mode then drag the cursor towards the two objects until you see the handles. Now, again ⌘-click on the top object to deselect it. You can now move the underlying object to the front to edit, delete, etc.
    After typing this, it dawned on me, why not just click the top object to select it & move it to the back? I've only done the other way a bazillion times & now I think of this.

  • Rotate object to match path or another object

    How do I rotate an object to either make one of its sides match another object, or become totally horizontal/vertical.
    Let's say I want to rotate rectangle A in the picture so that its red line has the same angle as the horizontal path B, or the same angle as the blue line in rectangle C. Is there an easy way to do this?

    (This is one of those ridiculously elementary things that mystified me too, for longer than I would've liked, but I finally figured it out.)
    Like Carlos depicts in his post above, the key is having Smart Guides on, and then setting the rotation point by single-clicking somewhere once you have the Rotate Tool seletected.
    Snap the two shapes in question together on the same point. Also, set the rotation point at that same point.
    NOW, referring to the shape who's rotation to you need to modify: click and drag (making sure to always snap) on one of the two segments, which is connected by the point where you snapped the rotation point to and rotate it until your cursor contacts the shape who's rotation is already correct. Instead of grabbing a segment, you can also grab another point of the same shape.
    I wish Wade would've included that in his video - it's hard to explain.
    Once you set the rotation point, you can click anywhere and cause the selected object to "pivot" that your designated rotation point. Using a point on the rotation-needing shape it especially effective. Illie's snaps aren't the best - using points is the surest way to snap correctly.

  • Cropping objects that go outside of another object

    Hey,
    Lets say I have a template of a t shirt, and bits of my illustration go outside the edges of the shirt. Is there a way of deleting any part of objects that go outside the tshirt object? Something in the pathfinder options maybe? I feel like its obvious and Im missing it! Argh!

    Daniel,
    You can always use a copy of the T shirt outline as a Clipping Path for an Object>Clipping Mask.
    Otherwise, it depends on the actual artwork; in some cases you may use one of the Pathfinders.
    If you have CS5, you should also be able to use Draw Inside.
    Edit: Hi Monika.

  • How can I get an object to rotate around another object in Motion 5? Also, can I export on a transparent background to FCPX?

    Attempting to make one .png (its and arrow) rotate around a circlular logo which is also a .png. I need to them come out of Motion 5 for FCPX on a transpartent background. Anyone have any help for me. Stuck on this for hours now.

    Thanks Russ...
    I spend severale hours (new to Motion) trying to figure out how to set the orbit around the cicular logo. I was able to finally get it. I was missing the square under the orbit behavior that I could plug in the circular logo. lol... Once I got that set, I added to the align to motion behavior and set the drag to that behavior to get it all to rotate and work right. I then published as a generator to FCPX. After setting the background to transparent.
    Works like a charm. Just took most of my day trying to figure it out. lol.. But thats how you learn I guess.
    Thanks for the reply!

  • Flash AS3 OOP = Can 1 objects class find and change another objects xy properties?

    What I have is a game with a Level object, inside the Level is a Player object, and they don't have instance names given, what I'm trying to figure out is how to do is make it so that the player can change the x or y properties of the Level object.
    To be more precise, I'm making it so that when the player moves in a certain direction, he either moves accross the stage, or he starts moving the Level object around the stage, it'd be in an Event kind of function, now I can easily make the Player move, but I don't know how to make the Level object move which the player is inside of.
    Is anyone able to help me on this please?

    I tried a simple getter setter idea, but it doesn't seem to work
    public class Mover
      private var _moveValue:Number = 5;
    public function Mover()
      Player.shift = _moveValue;
    public class Player
    private var _vx = 0;
    public static function set shift (_move:number):void
      _vx = _move;
    public function Player
    addEventListener(Event.ENTER_FRAME, onEnterFrame);
    function onEnterFrame(event:Event):void
    x += _vx;
    Thats with my limited imagination and knowledge of AS3 here so far... is that going completely wrong? If so are there any good examples or tutorials I could check out to get a better idea of what I'm trying to do?

  • Is there a way using lab view objects to let an object that is contained within another object get access to its owner?

    I've been playing with lvoop for 4 or 5 months now, and in general I like it very much, but I've repeatedly wanted to build classes that know something about who owns them and I can't figure out how to make this happen.
    The simple example I've been thinking about is imagine having a person class which contains a car class. Now say that I get an instance of a car class and I want to ask it who its owner is. In C++, I'd do this by giving the car class a pointer to the person class it belongs to. (Of course you have to worry about car objects that don't belong to anyone in which case the pointer has to point to NULL.)
    I've tried copying this idea by giving the car class a data value reference to a person class, but when I dereference the reference using an in place loop and call a method on it I get data from the moment the reference was made and not the current data of the person class.
    I realize this is sorta breaking data flow so maybe it's not possible on purpose?

    Scot18 wrote:
    I've tried copying this idea by giving the car class a data value reference to a person class, but when I dereference the reference using an in place loop and call a method on it I get data from the moment the reference was made and not the current data of the person class.
    Yes, LVOOP uses value based references, and when you split the wire to write the owner you created a data copy. The function you're after requires you do use a DVR for all class functions in which case you'll get reference based OOP, which is more familiar coming from text based OOP.
    It just so happens that G# uses that approach, take a look at it.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Property of an object Notifies a property of another object

    Hi.
    I have an itemsDatagrid whose DataContext = Invoice object.  The itemsDatagrid ItemsSource is set to LineItems objects:
    LineItems Object:
    Item
    Price
    LineTotal
    Invoice Object:
    InvoiceNumber
    InvoiceTotal
    LineItemsCollection
    Basically, the Invoice has an ObservableCollection of LineItems.  How can I calculate InvoiceTotal as soon as LineTotal changes? All the LineItems properties implement INotifyPropertyChanged.  Thanks.

    The trick is to update the InvoiceTotal property of the Invoice whenever an item in the LineItemsCollection raises the PropertyChanged event for the LineTotal property. Here is an example:
    public class Invoice : INotifyPropertyChanged
    public Invoice() {
    this.LineItemsCollection = new ObservableCollection<LineItem>();
    //populate the LineItemsCollection as before here....
    //hook up an event handler to the PropertyChanged event for each LineItem in LineItemsCollection:
    foreach (var lineItem in this.LineItemsCollection) {
    (lineItem as INotifyPropertyChanged).PropertyChanged += item_PropertyChanged;
    //make sure to do this also for any new LineItem that might get added to the LineItemsCollection dynamically at runtime:
    this.LineItemsCollection.CollectionChanged += LineItemsCollection_CollectionChanged;
    private void LineItemsCollection_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) {
    //add event handler..
    if (e.NewItems != null) {
    foreach (object lineItem in e.NewItems) {
    (lineItem as INotifyPropertyChanged).PropertyChanged
    += new PropertyChangedEventHandler(item_PropertyChanged);
    //remove event handler...
    if (e.OldItems != null) {
    foreach (object lineItem in e.OldItems) {
    (lineItem as INotifyPropertyChanged).PropertyChanged
    -= new PropertyChangedEventHandler(item_PropertyChanged);
    private void item_PropertyChanged(object sender, PropertyChangedEventArgs e) {
    if (e.PropertyName == "LineTotal") {
    decimal total = 0;
    foreach (var lineItem in this.LineItemsCollection)
    total += lineItem.LineTotal;
    //set the InvoiceTotal property to the new total here
    this.InvoiceTotal = total;
    private decimal _invoiceTotal;
    public decimal InvoiceTotal {
    get {
    return _invoiceTotal;
    set {
    _invoiceTotal = value;
    NotifyPropertyChanged("InvoiceTotal");
    public ObservableCollection<LineItem> LineItemsCollection {
    get;
    set;
    //rest of the properties as before...
    public event PropertyChangedEventHandler PropertyChanged;
    private void NotifyPropertyChanged(string propertyName) {
    if (PropertyChanged != null) {
    PropertyChanged(this, new PropertyChangedEventArgs(propertyName));
    Hope that helps.
    Please remember to mark helpful posts as answer and/or helpful and please start a new thread if you have a new question.

  • How can I select an object located under another object?

    IS there a shortcut like in QuarkXPress to select an object located under or behind another object?

    Press the CMD-key while clicking or use the layers panel.

  • I cannot wrap around object shape in CS6. The object is a circle.

    I have made a circle in inDesign CS6 and need to wrap around the circle.  But "wrap around an object" treats it like a boundary box.  What is the problem?

    Try restarting ID and start a new document. Draw a text frame, fill it with placeholder text. Draw a circle. Click the wrap button indicated in the screen shot. Does it now work?
    You may need to reset your preferences.
    http://forums.adobe.com/thread/526990
    If that fixes it for new documents but not your working document, it may be corrupted.
    http://forums.adobe.com/thread/526991
    Mike

  • Solved: InDesign CC: Problems with text in text box: text flows around invisible object

    I just upgraded from CS4 to CC. I have two problems with text in some text boxes:
    The text seems to flow around invisible object that I cannot find or delete. It's as if there is a photo or other object behind the text box; but when I press COMMAND-a to select all, I don't see any such object.
    When I move this text box, the layout of the text within changes. For example, when the box is high on my spread, the text flows correctly within the box; but when I move it down, it flows around that hidden other object. For another example, when the box is low on the page, the text starts at the top of the box; but when I move the text box up, the text starts somewhere in the middle of the box.
    I have checked margins of the text box and the paragraph options of the text paragraphs (margins, indents, alignments). They all look OK.
    If I modify the text box, checking the box "Ignore text wrap", then the problem goes away; but then the text also will not flow around a real object that I want it to flow around.
    Solution:
    There were objects in a hidden layer on that one spread. It seems that in CS4 when you "select all" you would also select objects in hidden layers; but in CC it doesn't.

    Arthur, Garry
    Would be great if you could send the files as attachment in an email to [email protected]
    Else, you may post here using these steps: http://forums.adobe.com/message/3994281
    Thanks!
    - Neeraj

  • ClassCastException while passing object from one context to another

    I am hoping that someone will bear with me as I think it is my knowledge of classloaders that is tripping me up. I am using Spring and have a SecurityContextImpl object that I want to pass from one web app (WA2) to another web app (WA1). In WA2 I do the following:
    ServletContext wa1Context = getServletContext().getContext("WA1");
    wa1Context.setAttribute("SPRING_SECURITY_CONTEXT" , SecurityContextImpl);WA1 then tries to get the SPRING_SECURITY_CONTEXT and cast it to a SecurityContext object. This is where I get the ClassCastException. I have:
    crossContext="true"in my context.xml fragment. My reading tells me that I may be able to get around this by copying all the spring jars into my Tomcat lib folder but I seem to have to copy so much in there (Spring, hibernate, atomikos etc.) that it does not seem to be a good solution; I gave up before copying all the dependencies it asked for. Is there another way around this problem?
    What I really want to do is find an easy way to copy this one object from WA2 into WA1.

    Thanks for taking the time to test this. I also tried with a String and was successful but still cannot get it to work with my SecurityContextImpl. I also tried passing a String wrapped in a custom bean with a single string property. I get the same ClassCastException. I think that using a String works because it is native to the JVM and somehow bypasses the class loading issue but as I say, my knowledge of classloaders is null.
    Here is the exact code I am running in WA1 and WA2:
    In WA2 (context is /forum):
    ServletContext servletContext = httpRequest.getSession().getServletContext().getContext("/");
    servletContext.setAttribute("SPRING_SECURITY_CONTEXT", httpRequest.getSession().getAttribute("SPRING_SECURITY_CONTEXT"));
    logger.debug("It was of type [" + httpRequest.getSession().getAttribute("SPRING_SECURITY_CONTEXT").getClass().getName() + "]");In WA1 (A JSP sitemesh decorator with context "/"):
    Object object = getServletContext().getAttribute("SPRING_SECURITY_CONTEXT");
    System.out.println("IN DECORATOR, OBJECT IS OF TYPE [" + object.getClass().getName() + "]");
    SecurityContext securityContext = (SecurityContext) object;The log output is:
    DEBUG uk.co.prodia.prosoc.security.spring.cas.login.CheckDecoratorKnowsAboutLogin  - It was of type [org.springframework.security.context.SecurityContextImpl]
    IN DECORATOR, OBJECT2 IS OF TYPE [org.springframework.security.context.SecurityContextImpl]

  • How to place grouped items into another object with content collector tool?

    Is it possible to paste a group into another object (i.e. frame) by using the Content Collector Tool while linking the content?  Paste Into is either deselected or possibly whatever was last saved to the clipboard ends up inserting. I was able to place grouped, linked content into a frame (and later applied a scrollable frame overlay to it) once or twice but can't seem to repeat. Tried selecting the object being pasted into.. holding shift, holding ctrl, all kinds of options, just very confused now.

    Found a potential work-around (I think....).
    1. Use the Content Collector tool and select grouped objects
    2. Select Content Placer tool, check "Create Link"
    3. Place grouped object into doc/onto page with Content Placer tool
    4. Copy placed grouped objects
    5. Paste into frame that will be scrollable later
    For now it seems like the link still works

  • Ps CS6 Problem: Transform applied to Smart Object cannot be repeated on another target

    Ps CS6
    OS X 10.6.8
    Problem: Transform applied to Smart Object cannot be repeated on another target.
    "Edit > Transform > Again" fails to transform any target after a Transform is applied to a Smart Object. The following message appears:

    When ever I have a problem in CS6 and I have many I always test priot releases like cs2 cs3 cs5.  I nevet nitice before you posted this problem the Photoshop has different favlors of Free Transform and that free transform for CS6 has been modified.  Adobe seems to be introducind new improvement matche with new bugs, 
    Investgating your bug using CS5 I see the following.  There are two types of free transform one type seems to be for smart Object layers and the other for other layer types.  In CS5 you should see a difference in the Option bar for Free transform.
    The option bar for layers other then smart object looklike this:
    Transform 9 anchor point icons  X: field Relative icon Y: filed  W: % Constrain icon H: %  Angle ° H: ° V: °
    The Option Bar for Smart Object layers look like this:
    Transform 9 anchor point icons  X: field Relative icon Y: filed  W: % Constrain icon H: %  Angle ° Check Box Anti Alias (grayed out)
    If I use the one for other then smart object layers Transform Again is not gratey out and I can use Transform Again on layers even smart object layers However the anchor point seems to be relative always to the first transformed layer's anchor point
    If I use free transform on the smart Object Layer and not have done any transform on a other then smart object layer in this Photoshop session not even in an other document the smart object layer will be tramsformed and Transform again menu item will be grayed out. If any had done a Transform on an layer other then smart object layer even in an other document Transform Again would not be grayed out and could be used on the smart object layer at hand.  The transform would not be the one just done on the smart object layer rather it be the one done to the other then smart object layer.  Seems a bit bazzar to me.  This may be how CS6 is also working.
    CS6 also added interpolation method to the other then Smart object layer transform and not the one for smart object layers. To be consuitant Adobe should have also put interpolation into the omart opject transform for Adobe transforms smart opject layer by first rendering the pixels for the smart opject then transforms them like a raster layer.  Adobe did manage to record the interpolation use into an action step.  However I do not know if the made it into Scripting  it did not make it into the photoshop javascript user guide. I will test the scriptlistener plugin to see if it records it for the action manager....
    Message was edited by: JJMack
    I have now tested the Scriptlistner Plugin it does record the interpolation for transform normal layers. Still the layer resize method in the Photoshop Javascript user guide has not been change for that support. In the past what I have done is scripting was to save the users default interpolation Photoshop prenerenvr changed the preference to what I wanted to use do the layer transform resize then restored the users interpolation preferance.  Adobe broke that in CS6 if the users defalt preference is what Adobe's defalt is "Bicubic Automatic" an internal Photoshop error occurs. Adobe did not add "Bicubic Autoimatic" to scripting when I try to save the preference scriping has the internal error. There is also no way to set the preference back to "Bicubic Automatic.  I'm also transform smart object layers so I would still have to use the save preference, change preference, transform, restore preferance method.  This works if the users preference is set to some preference other the "Bicubic Automatic"
    Message was edited by: JJMack
    So to me it look like CS5 and CS6 transform work basiclly the same.  There seems to have been some behavior changes made to CS6 I can not seem to put my finger on as well as the addition of the interpolation method in the option bar. I can't put my finger on it so it may be the same in CS5 and CS6.
    It may have to do with the bazar behavior of Free Transform  and Transform Again not being available on smart object layers if no free transform to a normal layer has been done in this Photoshop session  but are available if one was done in any doument. And thet you can start to do a transform on the smart object layer and see the Transform handle but then start using transform Again shortcut Ctrl+Shift+T and watch the old transform being done perhaps rotating some virtual anchor point and not around the acnchor point bing displayed in the Transform bounding box and control points.
    Message was edited by: JJMack
    Over in the Adobe Feedback site several issues were posted with CS6 Transform one was marked "Not a problem" by Adobe. One was marked "Solved" by Adobe and the others have no Adobe markings the may on not be a problem
    So I beleive there is a bug but I do not think it originated in CS6 the bazar things I see happing also seem to be in CS5.

  • Make a grid only appear on top another of another object

    hi everyone
    having trouble with trying to make a grid only appear  when its over another object. Basically i'm trying to lay 45 degree  lines over a circle, but i only want the grid lines to appear over the  circle and not outside.
    any suggestions without scissor tooling the lines outside the circle and it not looking good.
    very new user to illustrator so sorry if this is a dumb question

    You could use the polar grid tool
    You could use pathfinder's divide function, but that will also cut the circle into 45 degree sections.
    You could turn your lines and shape into a Live Paint Group and then use the Live paint Selection tool to just select the overhanging segments and delete them

Maybe you are looking for

  • Print quality problem with Officejet Pro K5400

    I purchased the above printer on August 8th of this year and I have really liked it until now. The print quality has gone to ----! I have done a chat with a technician, replaced any of the cartridges that might be low and it is worse than ever. Two t

  • BAPI_GOODSMVT_CREATE for Outbound delivery

    Hi Gurus, I am using BAPI_GOODSMVT_CREATE for creation of GRN against a Outbound delivery I am able to create the same using MIGO,but not with the help of this bapi i have passed GM_CODE as 01 and MVT_IND as L and all relevant datas but it throws an

  • Use of DECODE and NULL value in a WHERE clause

    hi all, I came into an issue trying to use the DECODE function in a simple where clause. this is my test case CREATE TABLE tab_test (lev NUMBER, code VARCHAR2(10), val VARCHAR2(10)); INSERT INTO tab_test VALUES (1, NULL, 'val11'); INSERT INTO tab_tes

  • New major release, JE 5.0, is available

    Hi all, We're pleased to announce a new major release, JE 5.0.34. The release contains a significant number of new features and performance enhancements. Complete information can be found in the JE documentation, specifically in the change log. The r

  • In 10.7 my Airport Disks only connect once...

    Here is my setup: I have a MBP that used to run 10.6.x. I had an AExtBS and two satellite AExpBSes, one of which was hooked up to a very nice stereo. My iTunes library is very very large - several Ts of lossless audio. That library lives on a drive t