PHP Library for Kuler

I find it amazing that the only PHP libraries for Kuler are being sold (doesn't that violate the terms?). So I created one over the weekend, you can find it in Github: https://github.com/gabrielsomoza/KulerPHP
Of course anybody is welcome to contribute to make it better! We need to add Unit Tests and a little more documentation (event though the code has been quite thoroughly commented). Anybody willing to help?
You can see the library at work on my homepage: http://gabrielsomoza.com (loads the effect colors from Kuler).
Cheers!
Gabriel Somoza.

Also wrote a small article to introduce the library: PHP Kuler API Library.

Similar Messages

  • Does Adobe provide a PHP library for dynamically generating a non-editable PDF on a website?

    As the title says, I am wondering if Adobe provides a PHP library for dynamically generating a non-editable PDF for my company website.  Any information on this would be greatly appreciated!

    By non-editable I assume you simply mean "with password security set" and understand the serious limitations of this.
    While Adobe doesn't offer PHP it offers several server options
    - LiveCycle PDF Generator. Java API and watched folder. Convert file types to PDF. Security can be set, but perhaps only globally.
    - Adobe PDF LIbrary. For experienced C/C++ programmers. Licensed by DataLogics.

  • GD library for php

    hi,
    I want to install GD library on my mac, and I guess it is not so straightforward.
    What's the easiest way to do it ?
    Should I re-compile all php library ? Or can I easily add it ?
    thanks
    I use Leopard last version and a Macbook Core Duo 32bit
    thanks

    This link:
    http://www.libgd.org/DOCINSTALLOSX
    may be useful.

  • One Library for all users on the system - Sharing?

    Hello.
    I'm using iTunes 9.0.3 on OS X 10.6.2. On this system, there are TWO users, one for my wife, one for me. I'd like to "merge" the seperate iTunes libraries, so that there's only one shared library for all users.
    How could this be achieved?
    Searching the web, I found a writeup on [dougscripts.com by Paul Whitey|http://dougscripts.com/itunes/itinfo/sharedlib.php], which basically explains to move ~/Music/iTunes to /Users/Shared/iTunes and making sure that there's an alias in ~/Music pointing to /Users/Shared/iTunes. It also explains, that the ownership of the files & folders is to be changed so, that all users have read & write access. This then looks like this on my system:
    !http://img214.imageshack.us/img214/6223/fileinfowithbothusersha.png!
    -> http://yfrog.com/5yfileinfowithbothusershap
    It works good - both "alex" and "sandra" can work with these files (ie. move them, rename them, change ID3 tags).
    But see those:
    !http://img714.imageshack.us/img714/2183/fileinfowithonlyalexhav.png! !http://img686.imageshack.us/img686/7807/fileinfowithonlysandra4.png!
    --> http://yfrog.com/jufileinfowithonlyalexhavp & http://yfrog.com/j2fileinfowithonlysandra4p
    That's from files which sandra or alex have added later on. Only the one who added these files can modify them (which is of course correct, if you have a look at the file permissions).
    How would you go about having only ONE iTunes database on the system? Simply putting the iTunes Db on a shared folder doesn't work well, as can be seen above. Always having to fiddle around with the file permissions isn't exactly comfortable…
    Any suggestions?
    Thanks,
    Alex

    Hm. PowerTunes crashs, when I make it Share my library. I pasted the crash report at http://pbox.ca/13gwy
    Since I cannot know how/if would work (because of the crash…), please correct me if I'm wrong, but wouldn't it also just move the files to /Users/Shared and set permissions correctly? Wouldn't I need to keep on running PowerTunes from time to time, or is it "run once and forget" application (if it works)?

  • Create a Library for common code

    I want to create a library of common PHP and JavaScript code. How do I do it? The conceptional problem I am having is how can I access this code across separate sites. Dreamweaver makes avail common code, like mysql code to access a database. I want to set up a similar the library for my code.
    Thanks for you help.

    Here is an example of one Snippet I frequently use.  A double click inserts the following code.
    <!--LATEST JQUERY CORE LIBRARY-->
    <script src="http://code.jquery.com/jquery-latest.min.js"></script>
    <!--FANCYBOX plugins-->
    <link href="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.css" rel="stylesheet" media="screen">
    <script src="http://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.4/jquery.fancybox.pack.js"></script>
    <!--invoke FANCYBOX on page load-->
    <script>
    jQuery(document).ready(function() {
    $.fancybox(
    '<h2>Hi!</h2><p>Your custom message here...</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis mi eu elit tempor facilisis et neque</p>',
    'autoDimensions'    : false,
    'width'             : 400,
    'height'            : 'auto',
    'transitionIn'    : 'elastic',
    'transitionOut'    : 'elastic',
    'overlayOpacity'    : 0.8,
    'speedIn'        :600,
    'speedOut'    :400,
    'overlayColor'    : '#FFF'
    </script>
    Or, if you prefer, you could insert those Snippets into a server-side include file.
    Nancy O.

  • Can not enable PHP support for project...

    Hello All,
    I can create a Flex/PHP project but when I go to the project - Properties - Flex/PHP Support I get the following message "The currently displayed page contain invalid values" and the page never opens - which makes it impossible to see said values.  OK, right click on project, go to 'add/change project type' and change to a flex project.  Go back to 'add/change project type' and select 'add flex and php project type', which shoots you back to  Properties - Flex/PHP Support page.  Now I've got the fields available for editing, but no combination of values or the order in which I submit them will validate???  I'm running Flash Builder as root and I recieve this command line output everytime try to validate or select a project via the "PHP Project name:' drop down list:
    !ENTRY org.eclipse.ui 4 0 2011-06-30 21:00:37.186
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NoSuchMethodError: java.lang.String.isEmpty()Z
    at com.zend.php.flashbuilder.ui.propertypages.PHPSupportPropertyPage.f(PHPSupportPropertyPag e.java)
    at com.zend.php.flashbuilder.ui.propertypages.PHPSupportPropertyPage$8.handleEvent(PHPSuppor tPropertyPage.java)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1371)
    at org.eclipse.swt.widgets.Text.setText(Text.java:1891)
    at com.zend.php.flashbuilder.ui.propertypages.PHPSupportPropertyPage.c(PHPSupportPropertyPag e.java)
    at com.zend.php.flashbuilder.ui.propertypages.PHPSupportPropertyPage.b(PHPSupportPropertyPag e.java)
    at com.zend.php.flashbuilder.ui.propertypages.PHPSupportPropertyPage.a(PHPSupportPropertyPag e.java)
    at com.zend.php.flashbuilder.ui.propertypages.PHPSupportPropertyPage$6.widgetSelected(PHPSup portPropertyPage.java)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3277)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at com.zend.php.flashbuilder.ui.actions.PHPAttachAction.run(PHPAttachAction.java)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3277)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Thanks for your help in advance!

    Hello Sudhir,
    Thanks for your help; the problem is fixed.  I believe your suggestion targeted the source of the issue, but I ended up upgrading my OS so it's really hard to say.  Also, I'm running the standalone version of FB for PHP.
    For any interested folk:
    - first I updated Java on my machine but the no luck... got this:
    XXX:~ jh$ /Applications/Adobe\ Flash\ Builder\ 4.5/Adobe\ Flash\ Builder\ 4.5.app/Contents/MacOS/Adobe\ Flash\ Builder\ 4.5
    JavaVM: Failed to load JVM: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Libraries/libserv er.dylib
    JavaVM FATAL: Failed to load the jvm library.
    - for a test, I installed Flash Builder on a 10.6 machine and there were no issues
    - upgraded my machine to 10.6, Flex/PHP support works
    Seems like the apple distribution of Java 1.6 is either different between 10.5 and 10.6 or my install of Java 1.6 was faulty; someone knows, just not me.
    Thanks again for your help!
    J

  • SystemC, a library for c++

    Hello!
    I need this library, but didnt get it to work. Maybe some of you did this before.
    you can get systemc here: http://systemc.org/. the newest version didnt work with gcc > 4.0, so you need a patch, which you can get here: http://icodes.offis.de/downloads/index.php. here is my PKGBUILD
    pkgname=SystemC
    pkgver=2.1.v1
    pkgdesc="SystemC Library for C++"
    url="http://systemc.org/"
    depends=()
    source=(systemc-$pkgver.tgz patch_systemc-$pkgver-gcc4)
    md5sums=()
    build()
    cd $startdir/src/systemc-$pkgver/
    patch -p0 < $startdir/src/patch_systemc-2.1.v1-gcc4
    mkdir objdir
    cd objdir
    export CXX=g++
    ../configure --prefix=/opt/systemc-2.1
    make || return 1
    make install DESTDIR=$startdir/pkg
    mkdir -p $startdir/pkg/usr/{lib,include}
    cp -r $startdir/src/systemc-$pkgver/objdir/include/* $startdir/pkg/usr/inclu
    de
    cp -r $startdir/src/systemc-$pkgver/objdir/lib-linux/* $startdir/pkg/usr/lib
    hmm, as i told you, it doesnt work. thank you for your help
    andieh

    Since the screen is reverse, there's a custom class in this to do reversals, which works. But, only if the image fits on the screen. It should trim the image, but instead throws an error if the image is larger.
    Some work arounds are to set the screen to xor and use the standard colormap classes. I've tested that and it works well.
    I've tried to contact the original author, but haven't gotten any response. I'll put the revised code up somewhere.

  • Fatal Errors with SOAP and BingAds PHP Library

    I am using the BingAds library for PHP.
    I often get long periods of time where the API eventually fails.
    The error messages I get are usually:
    Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V9/CampaignManagementService.svc?singleWsdl" in [...] bingads/ClientProxy.php:183 Stack trace: #0 [...] bingads/ClientProxy.php(183): SoapClient->SoapClient('https://api.bin...', Array) #1 [...] bingads/ClientProxy.php(66): BingAds\Proxy\ClientProxy->GetProxy('https://api.bin...') #2 [...] BingAds\Proxy\ClientProxy::ConstructWithAccountId('https://api.bin...', '[...]', '[...]', '[...]', '[...]', NULL) [...]
    Warning: DOMDocument::load(https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/V9/CampaignManagementService.svc?singleWsdl) [domdocument.load]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in [...]/bingads/ClientProxy.php on line 98
    Warning: SoapHeader::SoapHeader() [soapheader.soapheader]: Invalid namespace in [...]/bingads/ClientProxy.php on line 128
    Warning: SoapHeader::SoapHeader() [soapheader.soapheader]: Invalid namespace in [...]/bingads/ClientProxy.php on line 134
    Warning: SoapHeader::SoapHeader() [soapheader.soapheader]: Invalid namespace in [...]bingads/ClientProxy.php on line 140
    Warning: SoapHeader::SoapHeader() [soapheader.soapheader]: Invalid namespace in [...]/bingads/ClientProxy.php on line 146
    Warning: SoapHeader::SoapHeader() [soapheader.soapheader]: Invalid namespace in [...]bingads/ClientProxy.php on line 152
    Warning: SoapHeader::SoapHeader() [soapheader.soapheader]: Invalid namespace in [...]/bingads/ClientProxy.php on line 158
    Fatal error: Uncaught SoapFault exception: [s:Server] Invalid client data. Check the SOAP fault details for more information
    The second series of warnings and fatal error comes after 6 or 7 successful API calls to retrieve AdGroup and Ad data for a series of AdGroups.  Eventually it fails.  
    Then it will work for several days, then have several days of getting errors again.
    Any ideas?

    Hi there,
    I hope your day is going well. From your description it looks like you are loading the WSDL for every call. This is what you say:
    "The second series of warnings and fatal error comes after 6 or 7 successful API calls to retrieve AdGroup and Ad data for a series of AdGroups.  Eventually it fails."  
    Best practice is to load your WSDL once cache it, and then use it for all calls. This is different from loading the WSDL for every call. Please try that and let me know if you have any issues.
    Thanks,
    Itai

  • Adobe Photoshop 8.0 Object Library for PSE 8 ?

    Hi
    I want to write a program to loop over all tags and copy the associated fotos to folders named with the tag-name. By this way I have a good structure to select the fotos on stick / DigiFrame.
    I'm a Unify TeamDeveloper developer, so it's no problem for me. But: in TD I can generate the COM classes to access PSE. I think the right object library for this is Adobe Photoshop 8.0 Object Library.
    I have a complete installation of PSE 8 on my computer but this Object Library is not present.
    Does Adobe Photoshop 8.0 Object Library not serve for PSE8? Where can I get it?
    the one I have is Adobe Photoshop Elements 8.0 Media Client 1.0 Type Library. There are some methods like GetTags. But what is the input parameter tagIds? The return is a object. But the Media Client has no class Tags.
    I also searched google, perhaps already exists a plugin for such a export. But I found nothing.
    Can anybody help me?
    Best regards
    Thomas

    I have found a solution (psedbtools).

  • How to develop a Library for Windows Phone 8.1?

    Hello guys!
    I'm a quite new developer in this topic, I have never created a Library and right now, I need to create a library using this project of C because the normal OCRs cannot recognize 7 segments display:
    https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
    Last year, I used a library for SQLite (in the beginning it didn't have a Nuget package) and you must add a C++ project to execute SQLite code in WP8. I hope someone might give me an idea where to read and help me with this project. Thanks a lot
    for your worthy knowledge.
    Federico Navarrete

    I need to use a special OCR that detects 7 Segments Displays. I have been reading during the week and I discovered that the most similar project is this one:
    Seven Segment Optical Character Recognition
    However it's a C project not a C# or VB and I must create a special library (or project) to integrate with my Windows Phone App. As I said before last year I used this article:
    How to use SQLite in Windows Phone
    And in the beginning it was just a C++ project that you must add to manipulate SQLite. So, I think I should create something like that for migrate those libraries and later integrate with my project but I have never worked with this kind of libraries
    or create C/C++ libraries that finally will work with a C# App. Thanks for your time.
    Federico Navarrete

  • How do I... Set up an entirely seperate iTunes library for my kids?

    I would like to set up an entirely separate iTunes library for my kids on the pc which currently has one iTunes library and everything we own collectively in it.
    There are some items not suitable for children (explicit music lyrics, "MA" or "R' movies, etc) that I do not want them to have access to. Disregarding the whole "parental control" settings, I would simply like to be able to open iTunes to a library which has only the content I deem acceptable for them so they can arrange their own play lists, sync their devices, etc, with minimal input by me.
    Is there any way to do this? If so, How?
    PS: I would only be using one iTunes account but would like to be able to drag content from one library to the other. For example, download a purchased movie into the "Master" account but be able to put it in the kid's library also.
    i would like an entirely seperate libray, not just a playlist for them.
    Thanks!

    Hmmm.... Of course I ignored the "causes problems" line and went ahead and set up a 2nd library anyway!
    I experimented with a movie (Forbidden Planet).
    1st I simply copied it from my original iTunes libray (it was in the "Movies" folder) on my hard drive into the new Library "Itunes1". Of course when I opened iTunes that movie did not appear in the new library (it was totally without any content). So I realized that the movie actually has to be loaded into iTunes. So I dragged it from my old library and dropped it into "Movies" tab with iTunes open with the new library. Success! Just like any other time I import anything.
    So then I went into my hard drive and looked at the iTunes1 (the new) folder and the movie is not there! But it plays!. So I realized that the movie stays in my orignal library but is now there twice (). Once as Forbidden Planet and once as Forbidden Planet1 (there is a number "one" after the title).
    I also have the one sitting in the iTunes1 library where I dragged it first.
    Now, I can't delete any of them as the message "access denied" pops up!
    So, the movies are duplicated when they are loaded into a 2nd library?
    And they stay in the original library's folder system?
    Or did I just do everything wrong from the start? (but the movie plays in both library's!)
    Help!

  • How do I use one library for multiple iPods

    I have three girls that recently got iPod nano's. I would like to use only one library for their music etc. How do I do this. when I installed the first one it worked great. Then when I installed the second one it won't recognize the first one. Then when I went back to factory settings on the first and synched her music the second one is not recognized. Help......

    Sorry, guess I am not using the "technical lingo". I already had itunes on my computer for a medical review course that I purchased to study for a certification exam. When nano #1 was purchased I hooked it up, registered it, and synched music to it. When my daughter tried to play songs, the songs titles and songs were mixed (song didn't match title). I hooked it up to the computer. It said it needed to be formatted. So I did and reregistered and synced the songs back on. Everything ok. Second nano hooked up, registered, named different name than #1, synched with the music she wanted. Tried to hook up #1 and it didn't recognize the nano. I went to the website and found out how to "find" it on the computer, followed the instructions to find it, and again it had to be "formatted" to have it recognized. I was again able to sync her music. Will I have to do this everytime I try to sync more music? that could be a real pain!
    thanks for any help for this sometimes electronically challenged mom.

  • TS4062 I am completely frazzled! My iPhone 4s says I'm over my GB's so now I can't even delete ANYTHING, not even my texts! also when I try to sync with Itunes it says there is not enough room in the itunes library for me to sync. What do I do now?

    I REALLY need help!!! My iPhone 4s is apparently OVER the amount of GB its supposed to have so it now will not even let me delete ANYTHING! Not my texts, apps- to free up space, NOTHING! It keeps kicking me off my email, wont let me get voicemail,see who last called on my "recents",  wont let me send or receive text's or even let me change things in my settings. Now when I go to iTunes to sync, so I can try to free up space, iTunes sais there isn't enough space in its library for all my stuff so it WON'T sync either!!! I'm frozen and I have A LOT of VERY important stuff on my phone that I REALLY need! Can anyone tekk me what to do? PLEASE!!!!

    First off try and go into your IPhone manually through My Computer and cut photos or anything you can through the device to be able to free space up so that you can continue to do what you want to do with ITunes. This way you will be able to create a backup or do what you have to do to manage your information, photos and texts on your device a little better.

  • How can I use my itunes library for iphoto slideshow?

    how can I use my itunes library for iphoto slideshow?

    Here's a possible workaround:
    Create the slideshow in Iphoto and add a theme and music.
    Install Picasa  and it will include the slideshow on it's indexed list.
    Upload the slideshow to PicasaWebAlbums and send the link to anyone you wish.
    The music and theme is preserved.
    Caveat: My playback pictures appear darker than usual but that could be just lousy photography...:)
    Example:https://picasaweb.google.com/mb2180/Kona2011?authuser=0&authkey=Gv1sRgCPGWz_qPrM XKZA&feat=directlink

  • How do i make a seperate itunes library for an external hard drive?

    my brother bought an external hard drive to have his own itunes library. We attemted to download the program into the ex. hard drive. but what it did was transfer all my music to the ex. hard drive. So we undid it, and now its back on my computer. So what can i do to have a seperate library for the external hard drive?
      Windows XP  

    Choose Go to Folder from the Finder's Go menu, provide ~/Music/ as the path, drag the entire iTunes library to the external drive, and if desired, then to the iMac's internal one. If you put it in a different location than the default, launch iTunes with the Option key held down and point it there.
    If the library contains rented movies, those won't play on a different computer.
    (110641)

Maybe you are looking for

  • Family sharing members unable to use payment method

    I have set up family sharing and I am the organizer. My credit card shows as the "shared payment method."  I have invited other family members who have accepted. But when they go to make an app purchase, the device asks them to put in their payment i

  • Error while importing zip file for second time to B2B through ant script

    [echo] args=import importstatus: [echo] Commandline arguments 1: [import] [echo] Import with overwrite=true [echo] B2BCommandLineUtility: importRepository: Error messages: [echo] MDS-00521: error while reading document /soa/b2b/tpa_JOvrtiV-7030143 01

  • How to cancel a Pending Material Transactions

    Here is the issue : A component was setup with supply_type = Assembly pull. This was an error, we change this attribute to bulk. But some discrete jobs were completed before the correction, and material transaction were generated. Since we have no co

  • Cisco wired guest with one wlc

    Hello my name is Ivan I have a question: You can configure wired guest for wired network users so that appears the cisco wlc web portal for guest user authentication? having the following: Only one (1) cisco wlc 5508 no settings for auto  anchor  or

  • RAC storage requirement

    Hi all, We are in the process of evaluating ASM/RAC as an HA solution for our oracle databases 11gR2 hosting. But, one thing isn't clear for me: have a shared storage (SAN or NAS) between all nodes of the cluster is mandatory or ASM can do replicatio