Looking for VCDX Mentor

Hello All,
Me and a college are currently working on our VCDX design and have been looking for a VCDX mentor.  We have tried the VCDX mentor list with mixed results but haven't managed to find a Mentor as of yet.
If anyone in the group is reading this and interested in helping us feel free to message me here or email me at [email protected]
Thanks again,

We had 2 other VCDX mentors on board previously, however one dropped out early due to other obligations and the other one kind of went MIA on us.  We haven't heard from him in a 2 weeks or so now.  He was extremely helpful with our first meeting but we have unfortunately been unable to get of hold of him since.  It could be a communication issue or he has just been caught up with other things.  Non the less just looking for a VCDX mentor that could work closely with us until we submit our design or go for defense. 
Ideally my first concern atm is just getting the design in the right format so it will be accepted for a defense.  I will worry about the presentation / defense part when we get to that bridge.
Any help is greatly appreciated
Thanks again

Similar Messages

  • Looking for a mentor

    Hello,
    I am fairly new to web design, and I usually stumble upon little, silly problems. I am looking for someone who I could ask for help at anytime.
    For help, I can help with basic errands web-design based. I could set up a web-site template, do simple coding and really anything within HTML & CSS for a bit of help.
    My email: [email protected]
    I just don't wanna have to post 15 questions a day on a forum, on which I am not sure if I will get a response from.
    Thank you!

    Learn the basics.  If you understand HTML, CSS, JavaScript, and Web Design Theory, DW isn't all that difficult to learn.  If you don't understand the basics, DW has a very steep learning curve.
    Start with these links and bookmark them for future reference:
    http://www.html.net/
    http://w3schools.com/
    http://www.csstutorial.net/
    http://phrogz.net/css/HowToDevelopWithCSS.html
    http://webdesign.tutsplus.com/sessions/web-design-theory/
    Nancy O.

  • Looking for a real mentor

    I am new to the programming world in general and I have been getting used to the programming mindset and reading like a med student while practicing in Xcode.
    I am looking for a local, experienced Mac developer with patience to instruct and also "look over my shoulder" while I code my first apps. Mainly I need someone to tell me "there is an easier or better way to do that" or "you idiot" or "read this chapter" or something along those lines. I am brand new to programming, but have a high aptitude for learning and retaining. I have many questions and need some one on one instruction since there are not really any classes that are cost effective nearby. Consider it propagating the species or something cool like that.
    In return, I know many projects that need experienced contract developers .
    I am in the Fort Lauderdale area.
    I also know of many people in the area that are interested in the same so maybe we can get a class together and you can charge them for the classes...Just a thought.
    Thanks in advance.

    Hi Murray,
    There were a couple of reply's. I could not make either one work. I tried contacting you several times. The answer you gave me does not work. It is probably piIot error.  would like to talk to you about it. Can I call you? If so, send me your telephone number and I will call.
    Thanks for the followup.
    Jim

  • The NEW Community VCDX Mentoring Process!

    Fellow Community Members,
    I am proud to provide a much-needed update on what has become known as “VCDX Mentoring”.  Many people have come to Karl and I asking about being assigned a mentor.  After much consideration, feedback, and discussions with the new VCDX Advisors, we have decided to do something a little different.  We believe the mentoring program will be more fluid, adaptable, and successful if it is managed by you, the community, rather than owned and controlled by VMware.  This is intended to help mentor you through the VCDX Defense Process assuming you have already completed your VCAP/VCIX Test Pre-Requisites.  It's entirely up to the mentor, but this is what we've recommended to them.
    Why the change?
    Mentoring is a personal relationship, initiated and developed by one individual asking another to be their mentor.  It’s not something that should be “assigned”.
    The two people involved (mentor and "mentee") can ultimately foster the relationship as they determine best.
    The VCDX program leaders can focus VMware resources more on the strategy and execution of the program’s success and growth.
    Who are the available Mentors?  
    We will provide a list of VCDX holders who have volunteered to help out as mentors.  This is something they are doing on their own time, and they will ultimately decide who and how many people they can mentor. You can find the up to date mentors on the NEW VCDX Directory using the "Mentor" flag.
    VCDX holders interested in volunteering their time as a mentor can be added to the list simply by enabling the check box on their profile through the new directory's self service option.  There is NO TIME limit on when current VCDX's can sign up to be a mentor.  I want to thank those that have already stepped up to be a volunteer prior to this announcement.  Each of the volunteers have agreed to follow some very basic Mentoring Guidelines.
    UPDATED Note:  It has always been stated in the Panelist Code of Conduct than panelists are not available as mentors.  This is also documented in the Mentoring Guidelines above.  However, we are looking into a possible change to the policy whereas "retired" panelists after a certain time may become eligible to be mentors.  However, until that time any and all previous and current panelists are identified in the directory and cannot enable the self service tag to be mentor.  We hope to have more on this in the coming months now that the directory is live.
    How does having a Mentor help?
    All mentors have been through this process. They understand what you will experience and the work involved. They have been given some basic guidelines as to what they should and should not be doing as mentors, as well as “Mentoring 101” materials to help them.  Having a mentor is having someone to guide you; they are not there to do it for you.  It’s entirely up to the mentor to provide the level of guidance they feel is appropriate.
    How do I get a mentor?
    That’s 100% up to you! You simply need to look at the New VCDX Directory, filter for mentors, and decide whom YOU think you might connect with best.  The relationship between you and the person you are asking for help is very personal.  Maybe you know someone on the list, maybe you greatly respect someone on the list. Drop them an email and start the discussions!
    We hope this will grow on its own through the community. We will make sure the list of available mentor volunteers stays updated.  We will also post new mentoring resources as they become available that will help the mentor and in turn help you.  Outside of that, it’s between you and your new mentor to decide what works best to help you succeed.

    Since the new VCDX Directory is now live with the 'Mentor" flag available, we'd like to ensure that everyone signed up on the previous spreadsheet is tagged as a mentor.  Going forward that is going to be the system of record and we will retire the sign up form and spreadsheet.

  • Looking for best practice sending args to classes

    Unfortunately, I'm stuck in a company that only employs MS developers, so I'm kind of stranded with no buddies to mentor my java skills... so thanks in advance for any help, I appreciate it.
    Anyway, I think that I've been doing things the hard way for a while and I'm looking for some sort of best practice to start using. I'm currently working on a GUI that will take all the selections, via combo boxes, text fields, etc., and send them to a class (a web bot, actually) and run it.
    I'm starting to run into the problem of having too many arguments to send to my Bot class. What's a good way that I should be doing this? I figure I can do it a couple of ways, right?
    new Bot(arg1, arg2, ......... argX);
    Bot bot = new Bot();
    bot.setArg1("something");
    bot.setArg2("something");
    etc..
    bot.run();Or, is there a better way? Can I package all the args in a collection somehow?? That way I only have 1 argument to send... I don't know... Thanks for the help.

    Create a class "Data" (for example) that encapsulates all the data you want to pass to the Bot class. Then create an instance of the Data class and set all the relevant fields (i.e. setArg1 etc). Now you pass this Data instance to your Bot class. This way you only have to pass one Object around and you've encapsulated all your data.

  • New to SAP CRM world... Looking for RoadMap

    Dear Friends,
    Recently moved to SAP CRM environment and has no SAP backgroung either. At this point, i am looking for any kind of road map that coaches / mentors me in understanding the subject.
    Can anyone please lead me further? Thank you.
    Rashmin

    There is no single roadmap for CRM. You have to figure out what is needed for your business.
    Two good tools are Solution Composer and the below mentioned book.
    You can find an overview of available functionality in SAP CRM in the book
    Title: 'mySAP CRM - The Official Guidebook to SAP CRM 4.0'.
    Authors: Rüdiger Buck-Emden & Peter Zencke
    Published by: SAP Press
    Buy it at: SAP Press
    Important Note: The book contains
    NO information on customising. 

  • Movie rentals that I downloaded onto iMac with Lion to do not show up on ATV 2 in menu for computers.  Purchased movies show up just fine.  What to do or look for?

    I have an imac that is running lion and an Apple TV generation 2.  I have rented a movie from itunes and it shows up on my imac in Itunes under a rental icon, and will play fine on my computer.  However, it does not show up as choice to play on my apple tv.  I have homesharing enabled and everything else works fine including purchased movies that are on my imac, but no where does it show rental movies. 
    What do I look for?  What do I do to play the rental movie on my apple tv 2?

    Answer to my own question:
    Wait until the downloaded rental has completed its download to the imac.  This took a long time for me, since it was part of several things that I was downloading at the same time.
    Finally, it showed up on my apple tv.   Interestingly, I was able to watch much of the movie on my iMac before the movie finished its download and was available to the ATV 2.

  • Need help to open and look for file by name

    Hi,
            Im needing help to open a folder and look for a file (.txt) on this directory by his name ... The user ll type the partial name of file , and i need look for this file on the folder , and delete it ....
    How can i look for the file by his name ?
    Thx =)

    Hi ,
        Sry ,, let me explain again ... I ll set the name of the files in the follow order ... Name_Serial_date_chanel.sxc ..
    The user ll type the serial that he wants delete ...
    I already figured out what i need guys .. thx for the help ^^
    I used List Directory on advanced IO , to list all .. the Name is the same for all ... then i used Name_ concateneted with Serial(typed)* .. this command serial* ll list all serials equal the typed , in my case , ll exist only one , cuz its a count this serial .Then i pass the path to the delete , and its done !
    Thx ^^

  • Looking for a Darknet/Secure BBS app

    I have been a fan of Haxial KDX for the longest time, but due to the bugs, etc., I would like to move on.  I'm looking for a secure darknet/bbs styled program that supports chat, filesharing, and of basic user management (who can login, who can't, etc..).  I have been asking this question all over the web, and haven't gotten (or found) a single response.  Waste has never worked right for me, by the way.  I would definitely prefer it to be open source, which is why I thought it best to post here.  Please help out, or at least direct me somewhere where I should ask... Thanks.
    As an aside, the guy who wrote KDX and Hotline (Adam?? Hinckley) claimed on the Haxial website that he is willing to sell the project.  I wouldn't mine purchasing and restarting the KDX Project, but I've been unable to get in contact with him.  So...if you are him, or know him, or own the rights to Haxial KDX and all related projects...$$$$$
    Last edited by xen0blade (2010-01-12 13:18:15)

    I've recently become a big fan of OneSwarm - http://oneswarm.cs.washington.edu - I like that it supports remote access.
    But I'm definitely interested to see what this thread brings up!
    Last edited by hAyZe (2010-01-11 20:50:45)

  • Looking for a simple, standalone desktop app for web stats

    Well, I see they've changed the forums here again. SIGH.
    Anyway, a certain web host has eliminated AWStats from it's shared hosting. So I used Webmaster Tools. And now they've changed, and no longer display the simple visitors and hits. Google Analytics is way too complex for what I need, as are many of the stats programs I've looked into.
    I can download the daily Apache log files, that's no problem. Just looking for a small standalone program to import these and show the data like AWStats.  Any suggestions? The only other options would be to go to a different web host. Not a big deal overall, but I would rather not deal with the hassle, especially the migrating the database.

    Not sure of standalone 'desktop' apps. But check out http://www.openwebanalytics.com/ and Web Analytics in Real Time | Clicky  - they're both very intuitive and easy to use with a lot more simplified stats than Google Analytics.

  • Looking for Video playback app, like a DDR

    Hello, I'm looking for a program to cue up and playback quicktime files for live broadcast off of the computers hard drive. Kind of like a DDR but all running on the computer. It needs to have the ability to cue up files based on keystrokes, like 123 enter = playack of 123, and be pretty quick about it.
    I found Playbackpro.... at WWW.DTVideolabs.com but I'm looking for some other options.
    Thank you.

    Unfortuately I cant load the clips into quicktime since it's crashing when I load them..
    Just hoping for a light weight app that's sole function is video file inspection

  • Looking for a real photo editing app.

    I'm looking for something that can precisely resize and crop. None of this slider bullcrap where you can't get pixel level precision. I'd like to be able to crop at exactly 640x960 for example, or resize to exactly 820x620, etc.. Something that can do non destructive edits and that can save a jpeg without compressing it so much that image quality is noticably less. Photogene2 is great (nice edit features and good quality saves) but it can't crop or resize exactly by the pixel. Phototoaster is great (nice edit features and non destructive edits) except it can't crop and resize by the pixel. How hard would it be to provide numerical inputs for crops and resizes? Is there anything out there really worth buying that can do these essential tasks?

    Photoshop Touch
    https://itunes.apple.com/sg/app/adobe-photoshop-touch/id495716481?mt=8&ls=1

  • Looking for a high-res drawing app for the iPad

    I've tried a few of the available iPad drawing apps like Sketchbook Pro and Brushes. It's a little hard to tell, because documentation tends to be short on details, but it appears that most of them (with the exception of Brushes) only let you work and export images at 1024 by 768 resolution. That isn't really high enough resolution for professional work.
    Brushes is the only exception I've found. You work on the iPad in Brushes at 1024 by 768, but they have this OS X app that can convert your exported images to a higher res.
    To me that's crazy awkward and time-consuming, and I think Brushes is OK as a drawing app, but not necessarily what I'm looking for.
    Can anyone give me some better insight into the matter?
    Is there some underlying technical reason that all of these apps have a hard limit of 1024 by 768 resolution?
    Is there an app other than Brushes that can produce pro-level (high resolution) image files on the iPad?
    Thanks,
    JS

    Yubz Magnum really has great sound. They come in four colors too.
    Check out the new remodeled MacOSG website! 24-hour Apple-related news & support.
     MacOSG: An Apple User Group  iTunes: MacOSG Podcast  Follow us on Twitter: MacOSG

  • Looking for a program or app

    just coming from windows,i dont know if you call them apps or programs? im looking for something that will keep track of customers,money they owe,and money they pay.would be nice if it worked with the calendar and phone book but not necessary.thanks

    You didn't provide the actual name of the Windows program you are using so that features or prices can be compared. What do you expect to pay for a program, or do you want to use an online system that has monthly fees?
    I don't know of any inexpensive programs for the Mac that are specifically set up for Farriers, but there are many database type programs that might be adapted to your needs. GrandTotal, $79 - offers pretty good integration with the Mac Address Book and Calendar (especially if you get it bundled with their TimeLog program for an extra $10) and it also has an iPhone-iPad program that can read open and due invoices you've created with their program.
    You could also take a look at Bento, $49 - from FileMaker, which also has a program for iPhone-iPad. They offer some invoice templates that you can download and modify.
    Both of these companies offer free trials.
    I haven't used either of these products, but I am looking for something with better integration with my iDevices. The Quickbooks Connect program for iPad only works with the Windows version of Quickbooks Pro 2011 and requires a monthly subscription. Windows users are still complaining about it's lack of features so I'll probably pass.
    One of my clients has offered to buy my Quickbooks for Mac, and I might take him up on it if the GrandTotal program works out for me. The program is great, but not very nimble on-the-road.
    Hope this helps.

  • Looking for a cool music app (music creation, recording, playing)

    Hi there,
    I was looking on the app store if there's such application but didn't succeeded at the moment.
    I'm looking for an app that would allow me to create music on the fly with a "midi-keyboard" with which I would record some notes then loop the sample and record a second track.
    And build my simple music by playing bass line, then adding some beat, etc...
    Any idea if it exist?
    thanks in advance

    Please be aware that you are not communicating with Apple when you post in these forums. Most of the people who will reply to your posts are, like me, your fellow users.
    As to your issue, first, make sure that you did not inadvertently make an in-app purchase. Many apps, particularly games, are free for the base game but charge for additional features such as levels, "coins" and other such add-ons. Check your Purchase History to see if that reminds you as to what you might have purchased:
    http://support.apple.com/kb/HT2727
    If you find that this was an in-app purchase, to prevent this from happening again, turn off "In App purchases" in the Restrictions settings on your device. For more information, see:
    http://support.apple.com/kb/HT4213
    As to a refund, that's not automatic since the terms of sale for the iTunes Store state that all sales are final. You can contact the iTunes Store, explain the reason for your request, and ask, though:
    http://www.apple.com/support/itunes/contact.html
    They're usually pretty lenient in the case of inadvertent purchases, but there are no guarantees.
    If the charge was not an in-app purchase that you made and forgot but the charges do appear in your Purchase History, contact the iTunes Store and let them know. You should also immediately change your password for your Apple ID. If the charges don't appear in your Purchase History, they were probably fake charges made directly to your credit card, and your card issuer will need to handle those.
    Regards.

Maybe you are looking for