Jobshunter hiring Professional PHP Developer

Jobs hunter.in is the latest Online E-commerce website
Now Hiring PHP Developers.
No. Positions : 5
Location        : India , USA
for more details visit:
http://jobshunter.in
intrested proffesionals update your resumes at the Wall of jobshunter.in

This forum is for advertising LabVIEW job openings, not PHP. While there may be some with PHP skills that look at this forum, I suspect that the number is very small.
Putnam
Certified LabVIEW Developer
Senior Test Engineer
Currently using LV 6.1-LabVIEW 2012, RT8.5
LabVIEW Champion

Similar Messages

  • PHP Development in Mac OS X

    I am looking for software to create PHP website's, i've heard about BBEdit but i don't know if it is the best or someting. Can someone give me any advice on this topic ?
    Greetz,
    Matija.

    Hello ThaDude,
    welcome to the OS X Developer's forums.
    Indeed, OS X is one of the best environments for PHP Development. There a variety of tools and each one is best suited for the kind of developer you are and for what you are looking for.
    I would say that BBEdit is best suited for someone who wants to do some quick PHP editing and not so much of a huge development.
    If you want something for heavy-duty professional PHP development, I suggest you have a look at PHP Eclipse here:
    http://www.phpeclipse.de/
    I use it a lot and by far is one of the best PHP Development environment around.
    On the other hand, if you are looking for a tool you would like to pay for, I suggest you have a look at Macromedia Dreamweaver MX on http://www.macromedia.com/dreamweaver.
    Regards,
    Jean-Paul H.

  • Can we design professional PHP websites in Dreamweaver CS6 ?

    Can we design professional PHP websites in Dreamweaver CS6 ?

    Dreamweaver is not a professional PHP IDE (integrated development environment). As such, it lacks PHP debugging capabilities and other features that a nice IDE has.
    But you can code PHP in Dreamweaver, and it does have pretty good PHP syntax checking. So yes, you can create a PHP website using Dreamweaver.
    A lot depends on what exactly you mean by "professional PHP website" and what your programming skill level is. The fact that you are asking this question tells me that your coding skills must not be great, because if they were, you would not need to ask this question. Dreamweaver is a much "friendlier" environment than a PHP IDE. You might find a PHP IDE like ZEND Studio to be overwhelming, in which case Dreamweaver would be your better choice.

  • Best Practical JSP Book for PHP developer

    Hi Friends,
    I am new to JSP and want learn basics of JSP so that I can do simple web page works.
    I am a PHP developer with one and half years of experience.
    Can anybody tell me what is the best JSP book for beginners or any web link with lots of simple jsp example?
    --Sujoy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Before you learn JSP, you need to learn Java. I heard 'Head First in Java' is a good book. Install Eclipse IDE (its free) and work through some of the book's examples in it (as you read the book from cover to cover). Then Install Tomcat (its free) and the tomcat plugin for Eclipse (its free). Then read a book on JSP (cover to cover). I like the book 'JSP in action'. It covers both JSP and servlets. Then, create a hello world JSP in Eclipse, then a hello world servlet in Eclipse.

  • Regarding PHP Development to Related area in SAP

    Hi All,
    I am presently working in PHP Development technologies & Web services.
    Now i want learn some related area in SAP which relates to PHP Development.
    Can anybody sujjest any technology in SAP which will be suitable for me to get started and will have good future!
    Thanks,
    Deep.

    Hi,
    maybe start with <a href="http://help.sap.com/saphelp_nw70/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm">BSP (Business Server Pages)</a>, go through the <a href="https://wiki.sdn.sap.com/wiki/display/BSP">Wiki</a>. This should give you enough information for a start. Once you got a grip on BSP, try to expand your knowledge to MVC development, which is the foundation for Web Dynpro ABAP, the future standard UI technology.
    Good luck with your SAP start!
    Max

  • Got lost on Setting up a PHP development environment for Dreamweaver

    I am following Dave Powers article on building a dynamic website. I am using Mac 10.6.7 and Dreamweaver CS5. I have downloaded Dave's example file and tried putting it on the desktop that didn't work. Next I tried dragging it into the website folder. That didn't work. Then I tried putting the php_test file into MAMP/hedocs and that didn't work. Where should the file go? I got to 2 green lights on the MAMP and can open the start page. The next step was to put in the time code which I did. It looks fine in design but when I click on "live view" it wants me to save the file. I save it as a php on my desktop. It then tells me I havn't specified a testing server. I have tried several ways of setting up the testing server. I set up the file name as :Local Testing---connect using: Local/Network---for the sever folder I have tried /Applications/MAMP/htdocs/php_test  with web url: http://localhost/php_test/ . And I have tried it with: /Users/checkout/Desktop/php_test.  Any ideas?
    Thanks,
    She

    Don't have the pro version? That's unfortunate. catch-22 for you... can't get any $$ to buy tools for web development until you start getting $$ developing websites and can't develop websites until you get $$ to buy tools for web development.
    You have no doubt learned by now through searching (and REsearching) that virtual host is a MAMP Pro feature. If you're too cheap/poor/whatever to afford $59 for MAMP Pro (but you somehow managed to afford the high price of Dreamweaver) then put your site files in MAMP's host location: Applications/MAMP/htdocs
    You said in OP that you did something like that... that you put php_test file (presumably php_test.php with contents unknown to forum readers) in the MAMP directory and could not load the page by visiting http://localhost/php_test
    That is probably because you did not specify the file extension in the localhost URL like this: http://localhost/php_test.php
    How about this... what exact tutorial are you following (provide a URL) and what exact step in the tutorial are you having trouble with? Or try this: instead of php_test use index.php in htdocs directory. For contents of index.php put <?php phpinfo(); ?> then visit http://localhost and see what happens.

  • Freetype2 with GD Library (PHP Developement)

    I am wanting to develop with the GD Library for PHP and use Freetype2. Do I need to have Developer Tools installed? Is it necessary to use my Snow Leopard machine, or is Leopard fine? I have both...
    The only reason I ask, I seem to get some of the image functions to work, but when I try to access some of the Type Functions I get errors (imagefttext). I am thinking, maybe I got the GD Library installed correctly, but for some reason cannot get the Fonts installed correctly. In one of the links I read, they mention Developer Tools need to be installed for this to work.
    This is the link I tried to follow. Second post. Working through Terminal, was getting errors. Not finding directories, and also, GNU does not recogize "make"...
    http://forums.macrumors.com/showthread.php?t=381298
    Any help would be greatly appreciated!

    I'm thinking...
    in "init.php"  to see if FreeType2 is available.
    As a first step to resolve this recompile Your PHP4 setup using the following basic configuration (depending on the local conditions some options/path might have to be changed). The critical options are marked in bold.
    ./configure --prefix=/usr/share \--datadir=/usr/share/php \--with-apxs=/usr/sbin/apxs \--libdir=/usr/share --includedir=/usr/include \--bindir=/usr/bin \--with-config-file-path=/etc \--enable-mbstring --enable-mbregex \--with-mysql  \--with-gd \--enable-gd-imgstrttf \--enable-gd-native-ttf \--with-ttf-dir=/usr/lib \--with-freetype-dir=/usr/lib \--with-zlib-dir=/usr/lib \--with-png-dir=/usr/lib \--with-jpeg-dir=/usr/lib \--with-xpm-dir=/usr/X11R6 \--with-tiff-dir=/usr/lib \--enable-memory-limit --enable-safe-mode \--bindir=/usr/bin \--enable-bcmath -enable-calendar \--enable-ctype --with-ftp \--enable-magic-quotes \--enable-inline-optimization \--with-iconv
    If there is still no TTF fonts displayed then the enxt step is to upgrade Your TTF libraries to the latest version. The FreeType version 2.1.9 is known to work well.
    http://jpgraph.net/doc/faq.php
    If you want to use the TrueType font support, you must also install theFreeType 2.x library, including the header files. See the Freetype Home Page, or SourceForge. No, I cannot explain why that site is down on a particular day, and no, I can't send you a copy.
    http://www.boutell.com/gd/manual2.0.33.html

  • Install a test JSP Web Server on a mac for a PHP developer

    I am looking to write some simple JSP pages. I need a Java web server and the development kit [JSPWDK or is it JSWDK?]
    I have only Java SE 6.0 installed on my mac. I have Snow Leopard OS.
    I had trouble in the downloads finding the right one, but I downloaded the
    jswdk_0_1_solsparc.tar.z
    I was looking for a regular UNIX JSWDK and didn't find one?
    Will the Solaris Sparc version work for a mac?
    I have apache on my mac. I normally use PHP but for a web project.
    I need the JSP server.
    Can I install the JSP Server on my mac along with the Apache server. This is only for development.
    I have got Zend Framework for PHP running on my mac so I don't want to mess up too much for this test.
    Thanks for any advice or any pages anywhere to help but I can install from a tar file if there isn't too much configuration.
    TIA.

    Hi,
    If you need to install a full development environment with Tomcat in Mac OSX take a look at my tutorial at http://jmaw.blogspot.com.es/2012/08/minimo-entorno-de-desarrollo-java-mac.html. The blog has translation if you need it.
    I hope I can help. Also you can. Install both servers taking care of the ports, usually Tomcat listens requests by the port 8080 while Apache server listens requests by the default http port 80.
    Best regards,
    Jmaw

  • Need an professional FMS developer to build a virtual classroom urgently

    hi there, i need a professional developer to build a virtual classroom using FMS. the pay is lucrative , if u can or know any who can, plz email me to [email protected]

    You can read my initial view of the i7 17" Quad Core here: http://www.markc.me.uk/MarkC/Blog/Entries/2011/2/25Early_2011_MacbookPro.html
    The unit supports SATA 3 & SATA 6: http://grab.by/9adG
    I have a 240Gb SSD and a 1Tb normal hard drive in place of the SuperDrive. It's a great solution - personally I'd sort an SSD myself rather than buy Apple's.
    Swapping out the SuperDrive does void you warranty as far as I know.
    I run virtualised Win7 x64 all day every day and it's ace.

  • PHP Development :(

         Hi All,
    Please help me, my knowledge on PHP is very limited (and when I say limited I mean very limited ) LOL
    I was asked by my superior to create a time management and statistic reporting application which can be accessed via ou intranet.  This should basically contain what time the consultants did what and then calculate the amount of hours or minutes, seconds that it took them and then basically do a print out of the stats by the click of a button to her.
    This seems very nice and seems easy to most, but to me this is difficult.  As this is our internal section application I am not allowed to use SQL, so I want to use a NoSql program with Dreamweaver and code in PHP. 
    Is there any one that can give me some pointers as to where to start, I have created the layout in html form, but the data needs to be placed on a seperate page to be viewed (which I cannot seem to get through) also from there be able to print this in a decent format (.pdf).
    Please help, I am actually just webdesigner and is more familiar with html than any other.
    Any help would be much appreciated....

    What do u mean NoSql ? Does it mean that we must not use any database at the back end or something else. If we are not supposed to use database at the backend your application is not poosible to build.

  • PHP Development under Solaris

    Hi *,
    do you know a good HTML resp. PHP Editor running on Solaris?
    On PC I am working with Allaire - it works fine.
    thx in advance
    Stefan HANS

    Any xml driver under Solaris OS for crystal report?
    or any open source drivers pls?

  • [SOLVED] PHP: developer's permissions

    Hi,
    I'm new to PHP, so the question may be dumb. On the other hand, I haven't been able to find much with Google. How am I supposed to debug/modify files in /srv/http as a user? Even on localhost? I've been thinking there should be a suitable group, but this doesn't seem to be the case.
    Last edited by Llama (2012-03-28 19:30:27)

    A little something is still out of whack with ACL, Atragor:
    [alexey@stovepipebox bimbo]$ getfacl /srv/http/
    getfacl: Removing leading '/' from absolute path names
    # file: srv/http/
    # owner: root
    # group: root
    user::rwx
    user:alexey:rwx
    group::r-x
    mask::rwx
    other::r-x
    default:user::rwx
    default:user:alexey:rwx
    default:group::r-x
    default:mask::rwx
    default:other::r-x
    [alexey@stovepipebox bimbo]$ pwd
    /srv/http/bimbo
    [alexey@stovepipebox bimbo]$ ls -l
    total 16
    -rw-r--r-- 1 root root 886 Mar 12 17:44 mysql_up.php
    -rw-r--r-- 1  501   80 175 Mar 28 07:29 test.php
    -rw-r--r-- 1  501   80 171 Mar 28 07:22 test.php~
    -rw-r--r-- 1 root root 851 Mar 25 18:31 testtype.php
    -rw-r--r-- 1 root root   0 Mar 28 07:46 writetest.php
    [alexey@stovepipebox bimbo]$ touch ww.php
    touch: cannot touch `ww.php': Permission denied
    [alexey@stovepipebox bimbo]$ groups
    sys tty wheel log network video audio optical floppy storage users wireshark
    [alexey@stovepipebox bimbo]$ cd ..
    [alexey@stovepipebox http]$ ls -l
    total 4
    drwxrwxr-x 2 root root 4096 Mar 28 07:46 bimbo
    [alexey@stovepipebox http]$
    No '+' signs anywhere. I removed myself (alexey) from http group as it's not needed any more (?).
    Last edited by Llama (2012-03-28 12:34:04)

  • Use of scope resolution operator in PHP development example

    I am relatively new to OOP in general so this question may sound dumb but
    In this documentation:  Query Performance and Prefetching
    To quote that text, "
    The $db->setPrefetch() call is used to set the prefetch value. The microtime() calls are used to show how long the report took to generate.
    A new Db::fetchRow() method is used to get one row at a time. It is called in a loop after the query has been run"
    Why the does it use the scope resolution operator? Isn't it used for just static methods and overridden methods.
    I do not see any static declaration when this method is entered into class.
    To quote the method declaration:
      /** * Fetch a row of data. Call this in a loop after calling Db::execute() * * @return array An array of data for one row of the query */
    public function fetchRow() {
    $row = oci_fetch_array($this->stid, OCI_ASSOC + OCI_RETURN_NULLS);
    return($row);
    Am I missing something really trivial thing about this concept?
    Thank you.

    It's shorthand documentation for "A new fetchRow() method in the DB class is used to get..."

  • Php check all records in database then display results based on chosen record

    I have a form that is checking the database to see if a record exists .
    If it does exist then it needs to perform one of two tasks, either subtract or multiple.
    This part is working but the part that is not working is it is only checking the first record of the database and it should be checking all records as each record will give a different result
    the sql is
    mysql_select_db($database_lotties, $lotties);
    $query_rsVoucher = "SELECT * FROM LOTTIE_vouchercode";
    $rsVoucher = mysql_query($query_rsVoucher, $lotties) or die(mysql_error());
    $row_rsVoucher = mysql_fetch_assoc($rsVoucher);
    $totalRows_rsVoucher = mysql_num_rows($rsVoucher);
    // then check
    if (isset($_POST['vouchCode']) && $_POST['vouchCode'] == $row_rsVoucher['VCode']) {
      $mycode = $row_rsVoucher['VCode'];
      $spos = strpos($mycode, "f");
      if ($spos !== false) {
        $myvalue = substr($mycode, $spos+1);
        $myvalue = $XCart_sumTotal * $myvalue / 100;
      } else {
        $spos = strpos($mycode, "p");
        if ($spos !== false) {
          $myvalue = substr($mycode, $spos+1);
      $myTotal = $XCart_sumTotal - $myvalue;
      $_SESSION['vouchCode'] = $myvalue;
    } else unset($_SESSION['vouchCode']);
    the form is
    <form action="<?php echo $editFormAction; ?>" method="post" name="form2" id="form2">
    <input type="text" name="vouchCode" value="<?php echo @$_POST['vouchCode']; ?>" size="32" />
    <input type="submit" value="update" />
    </form>
    then the results are displayed
    <?php if (isset($myvalue)) { ?>
    <?php echo DoFormatCurrency($myvalue, 2, ',', '.', '£ ', ''); ?>
    <?php } ?>
    i am getting really desperate with this so any help would be appreciated
    thanks

    Jonathan Fortis wrote:
    >>You really should hire someone to write your server side code as you still don't understand programming basics.
    i did but he passed away. And i am getting an understanding just still cant get the hang of loops
    jonathan, jonathan, jonathan,
    Condolences to your deceased php developer. Was he the only professional php developer in the world? I don't think so! Enough with your excuses already. Find a professional php developer that is currecntly living then and stop looking for free professional work for your specific, profitable development requirements on a forum.
    best,
    Shocker

  • PHP to XI development

    Hi
    Can any one please suggest me on how to go about xi from a perspective of PHP developer. I have little exposure to Java and worked on XML and XSLT. I have gone through the blogs of Sravya Talanki and understood the basic concepts of xi and those blogs helped me to realize what xi means and i thank and appreciate the efforts put by sravya in bringing up such a nice article.
    Here are my few questions.
    1. As Abap is also crucial to xi, can you please send me some documents about the things we should know in abap that are helpful to Xi developer.
    2. What role does the integration processes play in integration bcz i have also read that integration scenarios can be developed without integration process or whether it depends on the size of the project or so?
    3. Is the message mapping is the default to be used in integration or can we use XSLT mapping in all the cases or whether it depends on the requirements?
    4. I have developed file to file scenario using the blog published by venkat donela. The part1 i.e, the steps followed in registering business systems, technical systems and creating integration scenarios,msg mappings etc worked and also i tested the mapping by inputing the values, target structure is also generated. But in the Integration directory, in Sender Agreement, I have created the Business System with out party.
    When i was creating Sender Agreement, and selected the service, in the interface listing and name space listing, the interfaces and name spaces are not being listed. Even though i tried the Search Criteria by selecting All, no luck.
    So can any body explain the solution for the above problem.
    Also thank venkat for publishing nice articles.
    And also please forward me if any body has a pdf document explaining the all the contents in xi
    Thanks in advance for everybody

    manju
    these should answer all yur questions
    Welcome to XI,
    Maybe this is a good start:
    Go to this elearning for some help:
    https://www.sdn.sap.com/irj/sdn/xi-elearning
    http://help.sap.com/saphelp_nw04/helpdata/en/80/8e3841e26cef23e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/developerareas/xi?rid=/webcontent/uuid/a680445e-0501-0010-1c94-a8c4a60619f8 [original link is broken]
    This might help you
    http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm
    Further, this thread deals with everything that is needed for a starter on XI. Do check them out,
    JDBC Receiver: exact SQL statement
    /message/527697#527697 [original link is broken]
    And after you are done with the documentation probably you can go through this scenario,
    JDBC Receiver: exact SQL statement
    Also check the following threads which might help you a little more,
    Learning XI
    XI 3.0 Training
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/13926f23-0a01-0010-149c-c1170e7a25db
    /people/sravya.talanki2/blog/2006/12/25/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-i
    /people/sravya.talanki2/blog/2006/12/26/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-ii
    /people/sravya.talanki2/blog/2006/12/27/aspirant-to-learn-sap-xiyou-won-the-jackpot-if-you-read-this-part-iii
    Following are the links to weblogs which will help to develop the basic scenarios.
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters - IDoc to File
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - File to JDBC
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy - File to ABAP Proxy
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1 - File to File Part 1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2 - File to File Part 2
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping - Any flat file to any Idoc
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - File to Mail
    /people/jayakrishnan.nair/blog/2005/06/20/dynamic-file-name-using-xi-30-sp12-part--i - Dynamic File Name Part 1
    /people/jayakrishnan.nair/blog/2005/06/28/dynamic-file-namexslt-mapping-with-java-enhancement-using-xi-30-sp12-part-ii - Dynamic File Name Part 2
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    /people/siva.maranani/blog/2005/05/25/understanding-message-flow-in-xi - Message Flow in XI
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm - Walk through BPM
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm - Schedule BPM
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    /people/michal.krawczyk2/blog/2005/08/22/xi-maintain-rfc-destinations-centrally - Maintain RFC destination centrally
    /people/sravya.talanki2/blog/2005/08/18/triggering-e-mails-to-shared-folders-of-sap-is-u - Triggering Email from folder
    /people/sravya.talanki2/blog/2005/08/17/outbound-idocs--work-around-using-party - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    /people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible - Testing of integration process
    /people/michal.krawczyk2/blog/2005/05/25/xi-how-to-add-authorizations-to-repository-objects - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step - Alert Configuration
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config
    /people/sameer.shadab/blog/2005/09/21/executing-unix-shell-script-using-operating-system-command-in-xi - Call UNIX Shell Script
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi - Transport in XI
    /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    /people/pooja.pandey/blog/2005/07/27/idocs-multiple-types-collection-in-bpm - Collection of IDoc to Single File
    /people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces - Controlling access to Sensitive Interfaces
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14 - The same filename from a sender to a receiver file adapter - SP14
    /people/prasad.illapani/blog/2005/11/14/payload-based-message-search-in-xi30-using-trex-engine - Payload Based Message Search in XI30 using Trex Engine /people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i - XI : Configuring CCMS Monitoring for XI- Part I
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter - XI: HTML e-mails from the receiver mail adapter
    /people/sap.user72/blog/2005/11/22/xi-faqs-provided-by-sap-updated - XI : FAQ's Provided by SAP

Maybe you are looking for