No Qualified People Here?   Need Help with Contact - Linking Email

I have two pages - XML, I'll post photos . Just need to link it to my email and also I page to link social buttons.

It is getting late here, nearly 3:00 am.
I'll get back to you later on. But I am still in a quandary regarding the question. What I have now is
you post photos, presumably to the website
you send an email to yourself with a link to the image
somewhere (please state where) you want social media images with their relative links
I just want to link it to my own email - probably refers to point 2 above
so when someone sends it to me - someone sends what to you. Do you post the iphoto or does it get uploaded by someone else.
we need to disregard the XML-file

Similar Messages

  • I need help with contacts.

    Ok, I just recently got the Iphone 4s.  I need some help with contacts.  I ended up adding my hotmail contacts to my phone and now every time I add a new contact, it adds the person to my hotmail contacts instead of my All On My Iphone contacts.  I don't like it because I am adding phone numbers, not necessarily with email addresses. 
    If you sent me a message right now and I went in and added you as a contact, it adds you to my hotmail contacts instead of my iphone ones for some reason.  How can I fix this?  And if I delete my hotmail account temporarily (and re-add it) will I lose the contacts that my phone put in there mistakenly? 

    Well, I don't care if it makes a back-up of my contacts in my hotmail. But, I would like my contacts to go to my actual phone contacts.  I call and text much more than I email and it would be nice to have to not wade through my email contacts to find someone I am looking to text, etc. 
    I know it's not a huge hassle, but I prefer to keep the people I contact most within my text/phone contacts, rather than email. 
    Also, if I opt to change my email service (hotmail gets a lot of spam), I don't want to lose phone/text contacts because I no longer use that email anymore. 
    I wouldn't even care if they appeared in both, for my most contacted. I just would like to have them in my phone book without having to add them all by hand. 

  • I need help with circular linked list

    Hi,
    I need help with my code. when I run it I only get the 3 showing and this is what Im supposed to ouput
    -> 9 -> 3 -> 7
    empty false
    9
    empty false
    3
    -> 7
    empty false
    Can someone take a look at it and tell me what I'm doing wrong. I could nto figure it out.
    Thanks.This is my code
    / A circular linked list class with a dummy tail
    public class CLL{
         CLLNode tail;
         public CLL( ){
              tail = new CLLNode(0,null); // node to be dummy tail
              tail.next = tail;
         public String toString( ){
         // fill this in. It should print in a format like
         // -> 3 -> 5 -> 7
    if(tail==null)return "( )";
    CLLNode temp = tail.next;
    String retval = "-> ";
         for(int i = 0; i < -999; i++)
    do{
    retval = (retval + temp.toString() + " ");
    temp = temp.next;
    }while(temp!=tail.next);
    retval+= "";}
    return retval;
         public boolean isEmpty( ){
         // fill in here
         if(tail.next == null)
              return true;
         else{
         return false;
         // insert Token tok at end of list. Old dummy becomes last real node
         // and new dummy created
         public void addAtTail(int num){
         // fill in here
         if (tail == null)
                   tail.data = num;
              else
                   CLLNode n = new CLLNode(num, null);
                   n.next = tail.next;
                   tail.next = n;
                   tail = n;
         public void addAtHead(int num){
         // fill in here
         if(tail == null)
              CLLNode l = new CLLNode(num, null);
              l.next = tail;
              tail =l;
         if(tail!=null)
              CLLNode l = new CLLNode(num, null);
              tail.next = l;
              l.next = tail;
              tail = l;
         public int removeHead( ){
         // fill in here
         int num;
         if(tail.next!= null)
              tail = tail.next.next;
              //removeHead(tail.next);
              tail.next.next = tail.next;
         return tail.next.data;
         public static void main(String args[ ]){
              CLL cll = new CLL ( );
              cll.addAtTail(9);
              cll.addAtTail(3);
              cll.addAtTail(7);
              System.out.println(cll);          
              System.out.println("empty " + cll.isEmpty( ));
              System.out.println(cll.removeHead( ));          
              System.out.println("empty " + cll.isEmpty( ));
              System.out.println(cll.removeHead( ));          
              System.out.println(cll);          
              System.out.println("empty " + cll.isEmpty( ));
    class CLLNode{
         int data;
         CLLNode next;
         public CLLNode(int dta, CLLNode nxt){
              data = dta;
              next = nxt;
    }

    I'm not going thru all the code to just "fix it for you". But I do see one glaringly obvious mistake:
    for(int i = 0; i < -999; i++)That says:
    1) Initialize i to 0
    2) while i is less than -999, do something
    Since it is initially 0, it will never enter that loop body.

  • I need help with document in email

    Need help with document  from email

    Have you updated to the latest version of Adobe Reader? Have you read the Help file in Reader about bringing PDFs from an email?

  • Need help with contact recovery

    i need some help please
    i lost my bb 9900 last week and now am using a bb 8520 that has os 5.0 i believe
    supposedly bb protect will not work with this phone so I cannot access my weekly backups from protect website
    is there anyway i can transfer those online backups to my home mac computer so i can load to this phone without installing protect app? (it wont let me install on this phone)
    if not - can someone from RIM send to me? i can see the backup files on protect website - latest from around when i lost my phone.
    the reason for all this is i have many BBM contacts - and previously, i was able to restore using email when i got my 9900 and it loaded successfully - now, when i try retore by email - it states no contacts linked to my email address!
    i dont have these bbm contacts on my mac since the last backup on the computer was last year - since then, i have only backed up using protect
    i am having no luck at all!!!!

    sunnyb82 wrote:
    but i dont understand your last part:
    (this doesnt show up in my options tab for contacts)
    As for the continued inability to restore your contacts from BB Protect, also check this:
    On the BlackBerry smartphone, navigate to Contacts > Options > Desktop Contact List. Set Wireless Synchronization to No.
    Check that same setting for any Contact Lists you have displayed in the Contacts Options area.
    not sure what this all means > Further, if you are going to use Google as your Contact list source, then restoring from any source is moot...if Google has the correct data, then allowing it to continue OTA synchronization would be your best approach.
    My point was that the Option setting indicated may or may not exist...if it exists, then it needs to be set to NO. If it does not exist, then it is not relevant (which I think is what applies in your case). In any event, since you were able to restore, all is well as far as contacts are concerned.
    sunnyb82 wrote:
    so i have my old BBM pin - how can i retrieve the BBM contacts from there? its linked to my gmail address because i restored by email to my 9900 last time
    You have your old BBM PIN? Hmmm...I'm not quite sure what you mean by that. Knowing the PIN is just that...knowing the unique PIN that was assigned to your old BB at time of manufacture. But, for obtaining your old BBM contacts, you'd need the actual device or a successful backup that was previously created (either the Desktop Software or via the in-BBM backup method). Knowing only the PIN itself now, I don't see how that applies. Perhaps I do not understand?
    Now, if what you did was do the remote in-BBM backup using an email address, then that's a different thing indeed. But I don't exactly know how that works...it may well be that it only works for the exact same BB and not to another BB. I've always used the local file BBM contact backup as I then know for certain that I have control over the backup file.
    sunnyb82 wrote:
    can someone from rim help me retrieve this data since its all stored on the servers...
    For free, only if you can convince your mobile service provider to escalate your case into RIM.
    For a fee, you can ask via Incident Support, but it does cost to just ask the initial question, and I've no idea if there even is a way to accomplish what you are wanting to have them do (I rather doubt it, but I still do not quite understand what your request is):
    http://us.blackberry.com/support/programs/technical/incident.html
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Hard problem. need help with contact file (data.syncdb)

    hello everyone. i lost my iphone. i have the data.syncdb file.
    how can i view this?
    if i cannot view it can i send it to someone and they can replace their file on a old iphone (if someone has one) or touch? then they can see the contacts and email them to me? i would paypal you some $$ to help me out. i dont have much just need the contacts bad.
    any help would be great.
    Thanks!

    anyone?

  • Need help with href link that submits

    I need some help. I dynamically create HTML that displays a horizontal row of page numbers in Position 8. Although they look like page numbers to the use, are not true Apex pages, but rather "logical" pages that change the content in a single Apex physical page. The URL that gets returned from the HREF sets a variable in the page. Then I need a submit to occur so that all my "after submit" processes run, and the page re-renders. Is this even possible? I've been unsuccessful so far.
    Thanks.

    Martin,
    Two things...
    1. Be careful about "hard coding" values in a link. I don't know if you've already done this, but the link should use substitution variables as so...
    f?p=&app_id.:&app_page_id.:&app_session.::NO::P94000_LOGICAL_PAGE_NUM:2
    When the page renders each substitution variable will be replaced with the correct value.
    2. Not that it really matters, but you named your variable starting with P94000. Typically this would indicate the variable appears on page 94000. Is this the case?
    The problem with what you want to do is that it can be done so many different ways. Each way is not necessarily better than the other. Number 1 above is using a link in the traditional sense. It's a link to the same page (achieved by using app_page_id). It will not submit the page but it contains enough information to set the value of a variable and you can code off of that variable's value.
    You could use a JavaScript trick, but I wouldn't bother for this. In addition, you could use the request value over a variable value to feed off of but since you already started with the variable I'd stick with that.
    The first thing you need to do is figure out if your variables value is being set with the link... Let me know if you have more questions.
    Regards,
    Dan

  • Day one of my new MacBook Pro & I desparately need help with calendar and email

    It's day one of my new relationship with a Mac, and I need help! I'd like to use microsoft exchange to sync my calendars to iCal &amp; my emails the way I currently do with my iPhone 4 and iPad 2. The problem is that all I get are error messages. They either say that communication with the server cannot be established or communication to ports 80 &amp; 440 cannot be established. One account I'd an ssl and the others are gmail. Please advise!

    anyone? please? i would appreciate any information.

  • Need help with my Yahoo Email

    I just purchased a new Desktop this year and am having difficulties with my Yahoo email.
    After writing a new email, when I go to put the person's email address in, previously I could just type a couple of letters from their email address and it would automatically input different address's.
    Now after writing an email, nothing comes up. I have to actually save my email as a draft, go find the email address and copy/paste it into the new email.
    When I click on about my computer, I know it says my system is a 10.8.3
    Can anyone help me to solve my problem?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Portfolio site, need help with contact form

    Hi,
    Im a graphic designer turned web designer student. I dont know A LOT of flash, but im learning more as time goes by in and out of school. I currently redid my portfolio website, before it was more of a design taken into dreamweaver and uploaded. Now everything is not completely done, but im doing the site in flash.
    www.Nikdesigns.com, if anyones interested...
    but im trying to set up a really basic contact page. I have a name/email and message input text boxes and a submit button so far. Is there anyway someone can explain to me exactly what code I need, and what I need to do to be able to set this up correctly? Or link me a good tutorial?
    I understand flash needs a php to send the info out and comunicate with, but other then that im lost. What actionscript? and what keyframe?
    flash is so frustrating =/ someone please help, lol.

    If your contact page is just 1 of the many pages in your site, I'll recommend you write it in HTML/PHP/JSP.
    There are many cases when Flash/AS is the efficient tool to get jobs done. But just my humble opinion, I think in this case you'll be more efficient to construct the contacts page with mark-up languages.
    Of course, it is possible to do it in Flash/AS and not difficult. I just have 1 question before I go off and try:
    When an user submits the form, how do you wish to receive it? As an email in your inbox? Store it in a database? Or elsewhere?
    Cheers,

  • Need Help With Contact Info Before Sync

    I just got my first iPhone, I had a treo 700wx before this, and use Outlook 2003 for my contacts. I want to download them to my iPhone but would like to know if I need to make changes to my contact names before I do.
    In Outlook and my 700wx the names are list last name first with a comma in between i.e., Doe, John.
    When I sync my contacts will the first name end up where it should and the last name where it should, or do I need to change them in Outlook before syncing.
    Thanks for any help,

    You can set Contacts to display and sort them as you prefer:
    Settings > Mail, Contacts, Calendars > (scroll down to Contacts) Sort Order > Last, First or First, Last and Display Order > Last, First or First, Last

  • Need help with contacting HTTPS URL

    Hi,
    I am new bie to Java Security. I do not know where to start off with. Here is the requirement.
    I need to contact an HTTPS URL and this URL gives me output which is encypted data.
    I have to save this ecnrypted data into a file and I have the KEY to decrypt the data.
    I have tried several ways (all listed below) to get it working. But I am not successful. I get
    "javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found"
    Can you guys give me some insight on how to proceed?
    Thanks
    Mathew
    import java.util.*;
    import java.text.*;
    import java.net.*;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.net.HttpURLConnection;
    import java.net.URL;
    import java.security.Permission;
    import javax.net.ssl.HttpsURLConnection;
    import java.security.*;
    import java.security.cert.*;
    import javax.net.ssl.*;
    import java.io.*;
    public class temp
         protected BufferedReader messageResponseReader;
         private static final String CERTIFICATE_TYPE = "SunX509";
         private static final String KEYSTORE_TYPE = "JKS";
         private static final String SSL_PROTOCOL = "TLS";
         private static final String CERTIFICATE_FACTORY_TYPE = "X.509";
         public static void main(String args[])
              try
                   try{
                             temp tmp = new temp();
                             String url = "https://test.mysite.com/one/perform.jsp?mode=get&check=true";
                             tmp.sendRequest(url);
                        }catch(Exception e)
                             e.printStackTrace();
              catch(Exception e){
                   e.printStackTrace();
    public String sendRequest(String urlString) throws Exception
    StringBuffer response = null;
    BufferedReader messageReader = null;
    try
                   String username = "user";
                   String password = "pwd";
                   String encoding = new sun.misc.BASE64Encoder().encode("username:password".getBytes());
                   //java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
                   //System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");
                   // Needed for validation of the server certificate
                   //System.setProperty("javax.net.ssl.trustStore","C:\\cert\\key.txt");
                   // Needed for providing a clint certificate for client authentication
                   //System.setProperty("javax.net.ssl.keyStore","C:\\cert\\key.txt");
                   //System.setProperty("javax.net.ssl.keyStorePassword","te5t1ng");
                   //System.setProperty("ssl.SocketFactory.provider", "com.sun.net.ssl.internal.ssl.Provider");
                   KeyStore ks;
                   ks = KeyStore.getInstance("JKS");
                   CertificateFactory cf = CertificateFactory.getInstance(CERTIFICATE_FACTORY_TYPE);
                   TrustManagerFactory tmf = TrustManagerFactory.getInstance(CERTIFICATE_TYPE);
                   KeyManagerFactory kmf = KeyManagerFactory.getInstance(CERTIFICATE_TYPE);
                   FileInputStream fis = new FileInputStream("C:\\cert\\key.txt");
                   BufferedInputStream bis = new BufferedInputStream(fis);
                   Collection c = cf.generateCertificates(fis);
                   Iterator i = c.iterator();
                   while (i.hasNext()) {
                   java.security.cert.Certificate cert = (java.security.cert.Certificate)i.next();
                   System.out.println(cert);
                   ks.load(null, null);
                   X509Certificate the_cert = (X509Certificate)cf.generateCertificate(bis);
                   ks.setCertificateEntry("server_cert",the_cert);
                   tmf.init(ks);
                   ks = KeyStore.getInstance(KEYSTORE_TYPE);
                   ks.load(null, null);
                   the_cert = (X509Certificate)cf.generateCertificate(new FileInputStream("key.txt"));
                   ks.setCertificateEntry("client_cert",the_cert);
                   kmf.init(ks, null);
                   SSLContext ctx = SSLContext.getInstance(SSL_PROTOCOL);
                   KeyManager[] km = kmf.getKeyManagers();
                   TrustManager[] tm = tmf.getTrustManagers();
                   ctx.init (km, tm, null);
                   HttpsURLConnection.setDefaultSSLSocketFactory(ctx.getSocketFactory());
    urlString = urlString.replaceAll(" ","%20");
    URL url = new URL(urlString);
    //HttpsURLConnection urlCon = (HttpsURLConnection)url.openConnection();
    HttpURLConnection urlCon = (HttpURLConnection)url.openConnection();
    //com.sun.net.ssl.HttpsURLConnection urlCon = (com.sun.net.ssl.HttpsURLConnection)urlCon;
    /*urlCon.setRequestProperty("Host", url.getHost());*/
    urlCon.setDoOutput(true);
    urlCon.setDoInput(true);
    urlCon.setRequestMethod("POST");
    urlCon.setUseCaches (false);
    urlCon.setAllowUserInteraction(true);
    urlCon.setInstanceFollowRedirects(true);
    urlCon.setRequestProperty ("Authorization", "Basic " + encoding);
    //Permission permision = urlCon.getPermission();
    //System.out.println("permission name:"+permision.getName());
    urlCon.connect();
    //messageReader = new BufferedReader(new InputStreamReader(urlCon.getInputStream()));
    //response = new StringBuffer();
    //String line;
    //while((line = messageReader.readLine()) != null){
    // response.append(line);
    // response.append("\n");
    catch (Exception e) {
    e.printStackTrace();
    throw e;
    return "testing";

    sorry for the junk data.. Need to post it again

  • Need help with contacts

    Hi,  I've had contacts on my imac for years.  then, about 4 years ago, I got an iphone... I help out for a while ;-) 
    I back my iphone and ipad up to my imac at home.  So once I got my iphone, I created a group called iphone contacts as, at the time, I did not want to have EVERY contact I have on my phone.  At the time, I felt like there were ones I'd want to keep at home, wanting to just have my family and friends on my phone. So when I backed up, I had a folder I called iphone contacts and that is what backed up to my phone.
    Zip forward what feels like a technological millenium, iCloud is working and I'm using my phone much more than I did in the beginning and for more things. 
    Now I have much of my data backed up to iCloud, such as contacts, calenders, reminders, safari and notes.  I don't have mail via iCloud as I use gmail and it does it for me basically.
    So today, I got an address update for one of my contacts.  I went into contacts on my iphone and edited it with the new snail mail address.  Upon arriving home tonight, I decided to back up my iphone and looked at my contacts first, wanting to make sure the new change was there.  It is not.  I'm not sure why but in looking at my iphone's contacts, I find I have groups that were created due to previous ways of sorting and tracking data and now, with the cloud, it is just a bit confusing.  in my contacts on my imac, I see the following categories and groups
    at the very top
    ALL Contacts (in blue)
    On my Mac (in gray)
         All on my mac
    iCloud (in gray)
         All iCloud
         Family
         iPhone Contacts
    Smart Groups (in gray(
         Last Import
    And on my iphone I see three groups
    All Contacts
    Family
    iPhone Contacts
    It seems that now that I am using iCloud to hold and sync my contacts, the use of groups is truly more about a mail list.. such as family, so if I want to email all my sibs, etc.  So can I just delete all the groups and just have one pool of contacts, which I assume would be ALL CONTACTS, correct?  
    And then, as I see the need, I can create a group and drag the various contacts to that group? 
    And if I change info in a contact, will it show up in any group in which that contact is a member?
    thanks for any help.
    M

    From Contacts Help. Type in smart groups:
    Use Smart Groups
    A Smart Group groups contacts automatically based on criteria you specify. For example, group all the members of your swim club by creating a Smart Group for contacts that have “swim” in the notes field. Then every time you enter “swim” in a contact’s notes field, the contact is added automatically to your swim club Smart Group. Smart Groups can include contacts from any account.
    Open Contacts
    HideCreate a Smart Group
    Choose File > New Smart Group.
    Enter a name for the Smart Group.
    Specify the conditions.
    Use the pop-up menus and entry field to set the conditions. Click Add to specify additional conditions.
    If you include a group in a condition (by choosing “Card is member of” or “Card is not member of”), you can’t delete that group until you either change the condition or delete the Smart Group that uses the condition.
    Click OK.
    HideEdit a Smart Group
    Select the group, and then choose Edit > Edit Smart Group.
    HideRename a Smart Group
    Select the group, and then click the group’s name.
    Enter a new name, and then press Return.

  • Newbie here needs help with features.

    I hope I'm doing this right.
    Problem #1
    With my storm when I make a call the key pad for the phone goes away. This is problematic especially when I'm checking voice mail. It is prompting me to enter my access code and i'm trying to get the key pad  to display itself. what do I do? Can I lock the key pad to display while making calls?
    Problem #2
    When entering a contact or a message that has several strings of number how do I get the Number pad to stay displayed so it does not toggle back to the alpha key pad?
    Problem #3
    Removing unused applications.How do I do it?
    Problem#4
    I am on an enterprise server how can I remove email accounts? I get two displays of the same emails comming in. They all come into a application marked messages then I get a second display with just messages for the email address showing on the application box. It is confusing and a duplication. 
    Thanks to anyone that can help me resolve these problems!

    Greetings, and welcome to the BlackBerry.com Support Forums.
    It is always helpful to receive help, to include your exact BlackBerry device model # and carrier name, so that when you have a question, that information won't need to be asked up front. Also, stating your device Operating System version is normally another common question, found on your BlackBerry at Options > About, third line down, looks like "v4.x.x.xxx"
    1. When on the call, yo'll see at the lower left a keypad symbol. Press it to bring up the keypad.
    If that doesn't appear or work, answer those above. There was one OS release way back that had a glitch of not allowing the keypad to show at all when calling.
    2. Message.. as in email? Press and hold the lower left numeric symbol on the keypad a full second the numeric keypad will lock in. Press the Alpha character at the lower left again to revert back.
    3. Most can be removed simple at Options > Advanced > Applications. Scroll to the application name and press Menu > Delete. Later OS releases will be at Options > Applications.
    4. Answer my questions above about the model and OS. The Storm1 and 2, according to the OS release vary on this.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Need Help with Contact Book to Mysql in Flash

    Hi... this is a lil over my head. If you go to
    www.rampagesoundstudios.com and click on the contacts tab, there is
    a guestbook. I am not that experienced in flash to get this to work
    with the mysql databases on the webserver.
    What I need to have done is when you click the submit button,
    it sends it to a text file, then I would guess to a php script and
    then when I want to retrieve it, have a html file queue the
    database for retrieval.
    Can anyone assist me or teach me how to do this? I would be
    willing to pay you via paypal if needed.
    Please reply off list to ramtazz(at)comcast.net
    Thanks,
    Bill

    Visit gotoandlearn.com. There are a few video tutorials that
    take you thru the process of loading data into Flash.
    The general scheme for a MySQL database is... Flash calls a
    php file that collects the data and writes (echoes) it into an xml
    format which Flash can read using its xml processing function(s).
    Putting new data into the database follows a similar path,
    where Flash sends the variables to a php file and that file places
    the data into the database.

Maybe you are looking for