API support for color extraction feature

Is there API support for color extraction feature? if not, is
it scheduled?

Hello, thanks for the post.
In order to provide the best user experience for color
extraction, we had to split the functionality between client-side
and server-side, so we are not able to offer an API for this
functionality at this time. We are, however, very interested in
feedback on what kinds of APIs are interesting to you and how you
are interested in using them, so folks, please let us know.
Current APIs, including the new Random theme browsing view
and to view comments to your themes, are available on the
kuler API
wiki. We've seen some really fabulous and creative use of the
kuler APIs, and we look forward to more.
Sami

Similar Messages

  • How do I use Flickr images in the Color Extraction feature? How do I browse?

    From the camera mode, tap on the image icon in the lower left corner of the app. From there, select Flickr in the options menu. You can use the search box to search Flickr for the type of image you are looking for. Browse the results and tap the image to download it to be used for color extraction.

    The Java Advanced Imaging API would seem to have some classes for working with .tiff images.
    http://java.sun.com/products/java-media/jai/forDevelopers/jai-apidocs/

  • Will Apple be adding support for the pointer_lock feature in the Safari browser?

    Various 3d games online are using WebGL (supported in Safari) but some are using the new "pointer_lock" feature:
    https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API
    Will Safari be adding support for pointer_lock in the near future? Here is an example of a WebGL interaction:
    https://www.blend4web.com/en/demo/tut_jungle_outpost/
    Thanks,
    Drew

    We don't know, and speculation is forbidden on the forums. When Apple announces it, then we'll all know.

  • Motif L&F: support for color schemes?

    I want to use the Motif L&F in my Java application, but I want the color scheme to be chosen as per the users installed Color theme(using the CDE Style Manager).
    Having a default bluish grey UI does not blend well with my 'Desert' or 'Delphinium' color theme... how can I achieve this in my java app with minimal code?
    Thanks

    Doesnt look like Sun provided support for Themes in
    Motif L&F...
    I tried the SwingSet demo on Solaris, and when Motif
    L&F is chosen, the Theme drop down gets disabled...Got Mantis? The GTK L&F in 1.4.2 supports themes. Otherwise, you might be able to do what you want by subclassing MotifLookAndFeel--just that class, I mean, not the whole L&F. You would actually be creating a new L&F that uses all of the Motif UI delegate classes, but replacing its color scheme with your own. I've never tried it, so it might not be that simple--and if it takes any more effort than that, it's not worth it. Not with the GTK L&F already out there, and the Synth L&F coming in 1.5.
    and, as an aside, the SwingSet font in the 'view
    source' pane is extremely small and unreadable on
    Solaris... looks like sloppy workmanship!
    It's the same on Windows. I believe it's due to a known bug that causes the HTML renderer to make Swing's already-too-small fonts, even smaller.

  • Cisco support for Single Inbox Feature in Exchange 2003 for Unity Connection 8.5

    Hi There,
    Does Cisco support a Unity Connection 8.5 solution/design with the Single Inbox Feature (for Unified Messaging) configured with Exchange 2003, or does it support the Single Inbox feature on Exchange 2010 only?
    Thanks

    Thanks Anthony - I just found an updated doco that confirms that.

  • Will Edge include support for color coding for ASP Classic .asp files

    We have some old sites running asp Classic (Active server Pages)
    How can I add color coding for .asp files?

    Edge Code should already highlight .asp files as plain HTML.  If you're looking for highlighting of the ASP-specific code, that is something Edge Code does not plan to support out of the box.
    It is possible to write an extension that adds this support, but it would not be a small amount of work -- you'd have to write a tokenizer yourself to support syntax highlighting, for example.  Details on writing an extension that adds a new language can be found here: https://github.com/adobe/brackets/wiki/Language-Support#defining-a-new-language
    - Peter

  • Inventory Revaluation Object - DI API support for FIFO

    Hi,
    In 2007 A was included the FIFO method in Inventory Revaluation transaction, but is relevant to have this support in SDK object on DI API.
    thanks!!
    regards

    HELLO,
    Each Profit center has a dirstibution rule (where the profite center distribution is 100%).
    I documents, you can define it manually (as costingcode, also possible to enter distributio rule there).
    You can also enter multiple dimensions in Stocktransfer object by this rule, where inside the rule you can define the relevance of costs centers.
    Regards
    János

  • JDBC2.0 API support for jDriver/MSSQLServer4 version 5.1.0

     

    Frank Palardy wrote:
    >
    Has this changed in the last year and a half. I'm getting Abstract errors using
    the 2.0 driver. When I switch to the 1.0 driver I similar errors. Everything was
    working on Oracle, but I need to switch to MSSql.Hi. No, we still haven't implemented any of the 2.0 stuff. You can try the i-net
    drivers. Merant's drivers will be supported/resold by MS soon, but they're
    expensive, I hear, so I'd go with i-net.
    Joe
    >
    Joseph Weinstein <[email protected]> wrote:
    Hi Sutanu,
    1 - This is because we have not updated the string which that call
    returns. We should.
    2 - Our type-4 drivers do not have any of the 2.0 functionality
    implemented at this time. We will, as time and the MS protocol
    permit.
    Our driver for 7.0 is the same as our 6.5 driver in these regards.
    In my opinion, JDBC 2.0 is an 'ambitious' spec, and that it will
    be a long time before most DBMS vendors produce a fully 2.0
    compliant driver. This is not to say that some of the spec can be done,
    or that it would not be useful, but to fully comply is actually
    difficult. I wish I had better news.
    Joe
    Sutanu Ghosh wrote:
    My test configuration :
    Driver : Weblogic jDriver for MSSQLServer 6
    type 4 version 5.1.0
    version.txt contains following information :
    Product: BEA Systems Type 4 jDriver for SQL Server
    Version: 5.1.0
    Built: Mon Apr 3 17:04:44 PDT 2000
    Database version : Microsoft SQL Server 6.50 - 6.50.259 (Intel X86)
    1. DatabaseMetaData shows,
    Driver product : weblogic.jdbc.mssqlserver4.Driver
    Driver version : 3.1 ==> Why version is not 5.1.0 ??
    2. JDBC 2.0 specific statements like,
    stmt = on.createStatement (ResultSet.TYPE_SCROLL_SENSITIVE,
    ResultSet.CONCUR_UPDATABLE);
    rs.getRow();
    rs.last();
    etc. throwing java.lang.AbstractMethodError
    Is not this driver JDBC 2.0 compliant or I need the one for SQL
    Server 7 ??
    If not, when a JDBC 2.0 compliant type 4 driver for SQL Server
    expected ?--
    PS: Folks: BEA WebLogic is in S.F., and now has some entry-level positions
    for
    people who want to work with Java and E-Commerce infrastructure products.
    Send
    resumes to [email protected]
    The Weblogic Application Server from BEA
    JavaWorld Editor's Choice Award: Best Web Application Server
    Java Developer's Journal Editor's Choice Award: Best Web Application
    Server
    Crossroads A-List Award: Rapid Application Development Tools for
    Java
    Intelligent Enterprise RealWare: Best Application Using a Component Architecture
    http://weblogic.beasys.com/press/awards/index.htm

  • Bulk API V2.0 Data extract support for additional objects (Campaign,Email,Form,FormData,LandingPage)?

    allison.moore
    Any plans for adding following objects under Bulk API V2.0 for data extraction from Eloqua. Extracting the data using the REST API for these objects makes it complicated.

    Thanks for quick response. Extracting these objects using REST API in depth=Complete poses lots of complication from the code perspective since these object(s) contains multiple nested or embedded objects within it. is there any guideline on how to extract these objects using REST so that we can get all the data which is required for analysis/reporting.

  • ERROR: Update mode C is not supported by the extraction API - R3 11

    Hi gurus,
    I just tryed to implement the solution I found at this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d3219af2-0c01-0010-71ac-dbb4356cf4bf
    The data source is based on an Infoset on the KONV R/3 Table.
    I setted the AIM delta process and I did all the activities as written in the document.
    The process works if I load data to bw in "full", with "Init without data transfer" and "delta" mode. Of course if I change a Purchase document, it will be posted in the delta queue and then loaded to bw with the next delta load.
    The "initialize delta process" (with data) doesen't work and returns the following error:
    Update mode C is not supported by the extraction API
    the error code is R3 11.
    have you any idea about it???
    Thanks!!!
    Regards!
    Matteo

    Hi,
    for me it sounds quite simple. It is that the update mode 'C' get flagged as 'not allowed' for this extractor. Did you check with rsa3? I guess you will get the same error message. May be you can start debugging in rsa3 to find the place where the update mode gets checked.
    Anyway, it shouldn't be a issue as you have a workaround. May be you should raise a error message at sap because of this.
    regards
    Siggi

  • Is there command tool/API/cmdlet for the feature of database sync group

    we want to automate deployment in the Azure SQL DB. we use the feature of database sync group.
    however, so far we can only set it in the manage.windowsazure.com
    we want to know if there is command tool/API/cmdlet for the feature?
    thanks

    Hello,
    You can try to synchronize between two SQL Databases using the Sync Framework SDK and a Windows Azure worker role.You can also use the Sync Framework to write a console application to synchronize Windows Azure SQL Database with on-premises SQL Servers.
    Reference:Synchronizing with SQL Azure using Sync Framework
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Selective XML Index feature is not supported for the current database version , SQL Server Extended Events , Optimizing Reading from XML column datatype

    Team , Thanks for looking into this  ..
    As a last resort on  optimizing my stored procedure ( Below ) i wanted to create a Selective XML index  ( Normal XML indexes doesn't seem to be improving performance as needed ) but i keep getting this error within my stored proc . Selective XML
    Index feature is not supported for the current database version.. How ever
    EXECUTE sys.sp_db_selective_xml_index; return 1 , stating Selective XML Indexes are enabled on my current database .
    Is there ANY alternative way i can optimize below stored proc ?
    Thanks in advance for your response(s) !
    /****** Object: StoredProcedure [dbo].[MN_Process_DDLSchema_Changes] Script Date: 3/11/2015 3:10:42 PM ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    -- EXEC [dbo].[MN_Process_DDLSchema_Changes]
    ALTER PROCEDURE [dbo].[MN_Process_DDLSchema_Changes]
    AS
    BEGIN
    SET NOCOUNT ON --Does'nt have impact ( May be this wont on SQL Server Extended events session's being created on Server(s) , DB's )
    SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
    select getdate() as getdate_0
    DECLARE @XML XML , @Prev_Insertion_time DATETIME
    -- Staging Previous Load time for filtering purpose ( Performance optimize while on insert )
    SET @Prev_Insertion_time = (SELECT MAX(EE_Time_Stamp) FROM dbo.MN_DDLSchema_Changes_log ) -- Perf Optimize
    -- PRINT '1'
    CREATE TABLE #Temp
    EventName VARCHAR(100),
    Time_Stamp_EE DATETIME,
    ObjectName VARCHAR(100),
    ObjectType VARCHAR(100),
    DbName VARCHAR(100),
    ddl_Phase VARCHAR(50),
    ClientAppName VARCHAR(2000),
    ClientHostName VARCHAR(100),
    server_instance_name VARCHAR(100),
    ServerPrincipalName VARCHAR(100),
    nt_username varchar(100),
    SqlText NVARCHAR(MAX)
    CREATE TABLE #XML_Hold
    ID INT NOT NULL IDENTITY(1,1) PRIMARY KEY , -- PK necessity for Indexing on XML Col
    BufferXml XML
    select getdate() as getdate_01
    INSERT INTO #XML_Hold (BufferXml)
    SELECT
    CAST(target_data AS XML) AS BufferXml -- Buffer Storage from SQL Extended Event(s) , Looks like there is a limitation with xml size ?? Need to re-search .
    FROM sys.dm_xe_session_targets xet
    INNER JOIN sys.dm_xe_sessions xes
    ON xes.address = xet.event_session_address
    WHERE xes.name = 'Capture DDL Schema Changes' --Ryelugu : 03/05/2015 Session being created withing SQL Server Extended Events
    --RETURN
    --SELECT * FROM #XML_Hold
    select getdate() as getdate_1
    -- 03/10/2015 RYelugu : Error while creating XML Index : Selective XML Index feature is not supported for the current database version
    CREATE SELECTIVE XML INDEX SXI_TimeStamp ON #XML_Hold(BufferXml)
    FOR
    PathTimeStamp ='/RingBufferTarget/event/timestamp' AS XQUERY 'node()'
    --RETURN
    --CREATE PRIMARY XML INDEX [IX_XML_Hold] ON #XML_Hold(BufferXml) -- Ryelugu 03/09/2015 - Primary Index
    --SELECT GETDATE() AS GETDATE_2
    -- RYelugu 03/10/2015 -Creating secondary XML index doesnt make significant improvement at Query Optimizer , Instead creation takes more time , Only primary should be good here
    --CREATE XML INDEX [IX_XML_Hold_values] ON #XML_Hold(BufferXml) -- Ryelugu 03/09/2015 - Primary Index , --There should exists a Primary for a secondary creation
    --USING XML INDEX [IX_XML_Hold]
    ---- FOR VALUE
    -- --FOR PROPERTY
    -- FOR PATH
    --SELECT GETDATE() AS GETDATE_3
    --PRINT '2'
    -- RETURN
    SELECT GETDATE() GETDATE_3
    INSERT INTO #Temp
    EventName ,
    Time_Stamp_EE ,
    ObjectName ,
    ObjectType,
    DbName ,
    ddl_Phase ,
    ClientAppName ,
    ClientHostName,
    server_instance_name,
    nt_username,
    ServerPrincipalName ,
    SqlText
    SELECT
    p.q.value('@name[1]','varchar(100)') AS eventname,
    p.q.value('@timestamp[1]','datetime') AS timestampvalue,
    p.q.value('(./data[@name="object_name"]/value)[1]','varchar(100)') AS objectname,
    p.q.value('(./data[@name="object_type"]/text)[1]','varchar(100)') AS ObjectType,
    p.q.value('(./action[@name="database_name"]/value)[1]','varchar(100)') AS databasename,
    p.q.value('(./data[@name="ddl_phase"]/text)[1]','varchar(100)') AS ddl_phase,
    p.q.value('(./action[@name="client_app_name"]/value)[1]','varchar(100)') AS clientappname,
    p.q.value('(./action[@name="client_hostname"]/value)[1]','varchar(100)') AS clienthostname,
    p.q.value('(./action[@name="server_instance_name"]/value)[1]','varchar(100)') AS server_instance_name,
    p.q.value('(./action[@name="nt_username"]/value)[1]','varchar(100)') AS nt_username,
    p.q.value('(./action[@name="server_principal_name"]/value)[1]','varchar(100)') AS serverprincipalname,
    p.q.value('(./action[@name="sql_text"]/value)[1]','Nvarchar(max)') AS sqltext
    FROM #XML_Hold
    CROSS APPLY BufferXml.nodes('/RingBufferTarget/event')p(q)
    WHERE -- Ryelugu 03/05/2015 - Perf Optimize - Filtering the Buffered XML so as not to lookup at previoulsy loaded records into stage table
    p.q.value('@timestamp[1]','datetime') >= ISNULL(@Prev_Insertion_time ,p.q.value('@timestamp[1]','datetime'))
    AND p.q.value('(./data[@name="ddl_phase"]/text)[1]','varchar(100)') ='Commit' --Ryelugu 03/06/2015 - Every Event records a begin version and a commit version into Buffer ( XML ) we need the committed version
    AND p.q.value('(./data[@name="object_type"]/text)[1]','varchar(100)') <> 'STATISTICS' --Ryelugu 03/06/2015 - May be SQL Server Internally Creates Statistics for #Temp tables , we do not want Creation of STATISTICS Statement to be logged
    AND p.q.value('(./data[@name="object_name"]/value)[1]','varchar(100)') NOT LIKE '%#%' -- Any stored proc which creates a temp table within it Extended Event does capture this creation statement SQL as well , we dont need it though
    AND p.q.value('(./action[@name="client_app_name"]/value)[1]','varchar(100)') <> 'Replication Monitor' --Ryelugu : 03/09/2015 We do not want any records being caprutred by Replication Monitor ??
    SELECT GETDATE() GETDATE_4
    -- SELECT * FROM #TEMP
    -- SELECT COUNT(*) FROM #TEMP
    -- SELECT GETDATE()
    -- RETURN
    -- PRINT '3'
    --RETURN
    INSERT INTO [dbo].[MN_DDLSchema_Changes_log]
    [UserName]
    ,[DbName]
    ,[ObjectName]
    ,[client_app_name]
    ,[ClientHostName]
    ,[ServerName]
    ,[SQL_TEXT]
    ,[EE_Time_Stamp]
    ,[Event_Name]
    SELECT
    CASE WHEN T.nt_username IS NULL OR LEN(T.nt_username) = 0 THEN t.ServerPrincipalName
    ELSE T.nt_username
    END
    ,T.DbName
    ,T.objectname
    ,T.clientappname
    ,t.ClientHostName
    ,T.server_instance_name
    ,T.sqltext
    ,T.Time_Stamp_EE
    ,T.eventname
    FROM
    #TEMP T
    /** -- RYelugu 03/06/2015 - Filters are now being applied directly while retrieving records from BUFFER or on XML
    -- Ryelugu 03/15/2015 - More filters are likely to be added on further testing
    WHERE ddl_Phase ='Commit'
    AND ObjectType <> 'STATISTICS' --Ryelugu 03/06/2015 - May be SQL Server Internally Creates Statistics for #Temp tables , we do not want Creation of STATISTICS Statement to be logged
    AND ObjectName NOT LIKE '%#%' -- Any stored proc which creates a temp table within it Extended Event does capture this creation statement SQL as well , we dont need it though
    AND T.Time_Stamp_EE >= @Prev_Insertion_time --Ryelugu 03/05/2015 - Performance Optimize
    AND NOT EXISTS ( SELECT 1 FROM [dbo].[MN_DDLSchema_Changes_log] MN
    WHERE MN.[ServerName] = T.server_instance_name -- Ryelugu Server Name needes to be added on to to xml ( Events in session )
    AND MN.[DbName] = T.DbName
    AND MN.[Event_Name] = T.EventName
    AND MN.[ObjectName]= T.ObjectName
    AND MN.[EE_Time_Stamp] = T.Time_Stamp_EE
    AND MN.[SQL_TEXT] =T.SqlText -- Ryelugu 03/05/2015 This is a comparision Metric as well , But needs to decide on
    -- Peformance Factor here , Will take advise from Lance if comparision on varchar(max) is a vital idea
    --SELECT GETDATE()
    --PRINT '4'
    --RETURN
    SELECT
    top 100
    [EE_Time_Stamp]
    ,[ServerName]
    ,[DbName]
    ,[Event_Name]
    ,[ObjectName]
    ,[UserName]
    ,[SQL_TEXT]
    ,[client_app_name]
    ,[Created_Date]
    ,[ClientHostName]
    FROM
    [dbo].[MN_DDLSchema_Changes_log]
    ORDER BY [EE_Time_Stamp] desc
    -- select getdate()
    -- ** DELETE EVENTS after logging into Physical table
    -- NEED TO Identify if this @XML can be updated into physical system table such that previously loaded events are left untoched
    -- SET @XML.modify('delete /event/class/.[@timestamp="2015-03-06T13:01:19.020Z"]')
    -- SELECT @XML
    SELECT GETDATE() GETDATE_5
    END
    GO
    Rajkumar Yelugu

    @@Version : ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Microsoft SQL Server 2012 - 11.0.5058.0 (X64)
        May 14 2014 18:34:29
        Copyright (c) Microsoft Corporation
        Developer Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    (1 row(s) affected)
    Compatibility level is set to 110 .
    One of the limitation states - XML columns with a depth of more than 128 nested nodes
    How do i verify this ? Thanks .
    Rajkumar Yelugu

  • Colors Lack of Support for Nvidia!

    I switched to Mac for the sole purpose of using "Final Touch"..shortly after it was purchased and is now Color. I bought the new studio package and loaded it all on my Workstation. Low and behold...no support for Firewire out!!...so I will have to buy an AJA earlier then planned...and I can only get 8 bit color renderning depth in settings regardless of footage quality, bit depth, resolution, or codec. My system is a Dual Quad Core 3GHZ so 8 CPUS "Octo Mac" with 9GB of RAM and 2 TB RAID storage with a Nvidia Quadro 4500! It's rather frustrating that the highest end system apple can make is crippled in Color and I have to get a lesser system (ATI card) to make it run optimally. Any answers? I purchased the Quadro because I work in Maya...but now I think I will have to save the $1400 difference and get the ATI card so I can work in a higher bit depth , and afford to purchase a High end AJA card for output. Any ideas or answers?

    Hello,
    i posted another thread about the limitation of 8bit color depth and no realtime playback and found out that it was the same problem. We had a nvidia card installed. I just installed the app on a 8core intel with ati x1900 and it works impressivley well. Perfect playback and performance. We are putting primary, 3 secondaries with super soft gradients and a pan and scan plus output correction and the systems delivers still 22fps in 2k dpx sequences. Quite amazing. But yes, nvidia gave us 8fps with an uncorrected image.
    Get the x1900 it will make you happy.

  • Support for DbXml specific functionality in XQuery vs. Shell or API

    Is / will there be any support for doing common commands in pure XQuery rather than just programmatically or through the shell? For example, in the shell I can create / list / delete indexes on a container, output query plans, etc. Are the same functions that are called through the shell available as XQuery functions? possibly in a dbxml function namespace?
    In a related question, but possibly deserving of a new thread if it doesn't already have one - I know XQuilla has the ability to call registered external functions from parsed XQuery, is there a way to tell DbXml to register a function with XQuilla's static context before using it? that would make it possible for me to add the functionality described above myself without disturbing your distributed code.

    Not so handy with C++ (my everday languages are PHP and Java), but if you say it can be done then I'll take a hack at it. If you happen to have examples of how other people have done it and you could point me at them it would be marvelous.
    To answer your second question: "bingo." It mostly means less interface work and brings it closer to what SQL can do in relational databases.
    The project allows the end user to define their own document structures (schema definitions more or less) and then create instances of these documents in a XML editing interface. For each document type, the end user is also able to define a set of named queries (abstracted function declarations) which lets us captures business rules without customizing our PHP code. Because the structure and queries that will be used against the documents are user defined its fairly impossible for me to automatically setup adequate indexes for the container of each set of documents. So I need an interface to allow the user to create / review / delete the indexes themselves.
    We've already created an interface that allows the user to execute arbitrary queries against a selected document. In the future we'd also like this same interface to do result set based content updates (through the XmlModify class) and whole document addition / replacement. So inclusion of index control makes sense as well. We can find ways to use the APIs, it just seems like this could benefit more than just our project.
    Placing the functionality from the shell into xquery extension functions seems analogous to having the UPDATE, DELETE and CREATE syntaxes of SQL.

  • GroupWise 7.0 API Gateway is supported for Exchange 2007?

    Can someone confirm that GroupWise 7.0 API Gateway is supported for Exchange 2007?
    I found a note in a guide that stated it was not YET supported as of 1/27/2008.

    bwalker2,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • Coherence not update database

    Hi I'm new in Coherence and I have a doubt about the synchronization between Coherence+JPA and the database. I have created a data model with JPA Entities which has an entity Role with their privileges Map. Privileges Map is <String><PrivilegeList> a

  • Touch-Screen Depression

    I have noticed that the bottom right hand corner of my 32 GB 3rd generation iPod Touch, if too much pressure is applied, will sink in a little. I don't really know what to do about it, or if it is even a problem. I checked the Apple support page, and

  • IWeb not publishing hyperlinks.

    Hello, I just published my new website using iWeb. In the application itself, i have the hyperlinks box checked to be active. I saved and published the site. But when you visit the site online now, the home page does show up, but none of the hyperlin

  • RAM or GHz?

    i was just wandering what was more important...more RAM or more GHz?

  • SAP Netweaver 7.0 instalation error

    When I install SAP Netweaver 7.0  I get an error like below during instalation, Error says; An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 3 > SAP Application Server ABAP > MaxDB > Central System > Central S