Need to create user up-dateable site

I'm going to do a site for a friend who sells Chameleons. He
needs to be able to update the pages on his own once I'm done. He
doesn't have DW or know anything about web design. I've had clients
ask this before and it involved me hiring a coder to create a
backend which was expensive.
Is there anyway it can be done on the cheap and easy?

Like Patty says, WordPress is open source and widely
supported by many
hosts. If your server has cPanel and Fantastico, you can
install it in a
few clicks. Requires PHP & MySql database. ++ Learning
curve for first
time theme builders. But easy for most clients to use.
http://www.becomeablogger.com/
Watch videos.
Cushy CMS - Very simple. No programming or database required.
Editing is
done on their servers. Watch the video to see how it works.
http://www.cushycms.com/
NanoCMS - Resides on your server. Simple to use. Requires
PHP, uses
flatfiles - no database
needed.
http://nanocms.kalyanchakravarthy.net/
Content Seed - Resides on your server. Available in ASP, PHP,
or ASP.net
versions - uses flatfiles, no database needed.
http://contentseed.com/
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"phrarod" <[email protected]> wrote in
message
news:g84oo1$56s$[email protected]..
> I'm going to do a site for a friend who sells
Chameleons. He needs to be
able
> to update the pages on his own once I'm done. He doesn't
have DW or know
> anything about web design. I've had clients ask this
before and it
involved me
> hiring a coder to create a backend which was expensive.
>
> Is there anyway it can be done on the cheap and easy?
>

Similar Messages

  • Do we need to create users in expdp

    Hello Guys
    I need to do expdp impdp to migrate a database to another server with same OS and oracle version.
    Do i need to create users.If not will they take the same passwords automatically.
    also please tell which way i can run my expdp and impdp faster.i just know that to use parallel clause in both expdp impdp.
    Also BUFFER parameter i think do some faster work if set to a high value.
    So please tell on what basis i should set its value
    oracle 10g
    os--aix

    Hi,
    As long as the user running the export/import has the correct rights then the user will be created automatically (which is a big improvement over old exp/imp).
    The main way to speed up expdp/impdp is to use parallel as high as possible and have a very large PGA when you import as most of the time is spent building indexes.
    IN your case i would use a network link between the two databases to avoid creating a file which should also make things faster (and simpler).
    There is no buffer parameter in expdp/impdp like there was in old style export/import.
    I would make sure you are on 10.2.0.5 if possible to make sure you have all bug fixes for datapump as there are various issues that can slow it down.
    Cheers,
    Harry

  • Help needed in creating user defined attribute

    Hi all,
    I want to create user defined attributes and make it available for all users in sun LDAP5.2,I have followed the below mentioned steps,
    1.Under configuration-schema i have created attribute named "ldapproducts"
    2.I have created new object class "userproducts" and made the parent to be "inetorgperson" and added my "ldapproducts" attribute in required attribute.
    Now,in directory tab,Iam trying to add the "ldapproduct" attribute for each user but my defined attribute i.e,"ldapproducts"is not available in the "Add Attribute"list
    please let me know do i need to do some steps or do i need to do any changes in DS files..
    waiting for ur replies...
    thanks in advance.

    Hi,
    I dont know the solution for this, but heres a work arround
    //create new label some where else in the excel sheet as shown below
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                 lblcmbdata = new Label(75, i, (i+1)+" satish", format);
                 sheet1.addCell(lblcmbdata);
    }//set the validation range as shown below
    writableCellFeature.setDataValidationRange(75,0,75,1000);
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);this will create a combo list with 1000 values
    also you can keep the data to be populated in the different sheet in same workbook by creating a named range as below
    workbook.addNameArea("cmbdata", sheet1, 0, 0, 0, 1000);
    // then fill the data in sheet1
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                    lblcmbdata = new Label(0, i, (i+1)+" satish", format);
                    sheet1.addCell(lblcmbdata);
    //set the validation named range as below
    writableCellFeature.setDataValidationRange("cmbdata");
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);Thanks and Regards
    Satish

  • Need to create Customer to multiple sites record in one run.

    Hi all,
    we have one table called (e.g.) Prospect. To this table we can associate three different sites: one the legal
    site, one admin and one for logistic. All the three sites refer to the main Prospect table via the Prospect_id
    and related info are all saved into the same Site_all table (the site type is not stored directly into the site_all
    table but via a use_site_all table, similarly to what happens with some standard OApps tables).
    We need to create the Prospect and associated three sites via an OA Framework page (actually multiple steps).
    So to visually resume:
    _ Site1 ---- use:legal
    Prospect - Site2 -- use:admin
    - Site3 --- use:logistic
    What's the best approach to achieve the creation of the records in the tables ?
    a) to add three EO for the Site table (with related AO) and one big ProspectAllVO view object containing all the fields
    from the three EO ?
    b) to add just one EO for the site and reference it three times while defiing the ProspectAllVO ?
    c) to specify a View Link (but this should be done three times and I'm not sure how to synchronize and manage
    the transaction for the creation ?
    d) AOB ?
    Thanks in advance. Regards.
    Giuseppe Naldi

    is it really just one IDOC?
    I have never seen that SAP just does a part of one IDOC.
    the structure of DEBMAS ist like this:
    E1KNA1M
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNB1M
    which means for your example it should be like this
    E1KNA1M
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNB1M
    and in this case I am very certain that it would never just process and create the part for one sales area.
    Maybe your customer already exists from ealier tests with just one sales area.
    Display your IDOC in WE02 or WE05 and make sure you have a value in name1 field

  • Cannot create user using Web Site Administration Tool with Oracle Express

    Hello,
    I am following the tutorial here to add roles/memberships/profiles etc. using the Oracle providers supplied by Oracle:
    http://www.oracle.com/technology/obe/11gr2_db_prod/appdev/dotnet/aspprovider/aspprovider_otn.htm?_template=/ocom/print
    This tutorial fails at step 7: When I click Create user (on the security tab) the web page brings me to a page that says:
    "An error was encountered. Please return to the previous page and try again."
    Does anyone have any idea why this is happening?
    Also, does anyone know if log files are created that I may take a look at to get more details about the error?
    Thank you,
    John DeAngelis

    Hi John,
    This is the forum for the Oracle Provider for OLE DB. You may want to post your question the forum for Oracle Providers for ASP.NET.
    Oracle Providers for ASP.NET
    as it will be seen by a wider audience using that product.
    J.B.

  • Need to create users and default passwords in su10

    Hi Experts,
    I have a small prob generating the passwords for the MASS users creation in Su10.How could we generate the same password for all the users in the Mass creation.Is there any process to set the default passowrds for ll users.
    Regards,
    Surya.

    Hi
    Use SCATT script for this, better than SU10
    For more help
    http://209.85.175.104/search?q=cache:MMJJi_P39VUJ:www.dop.wa.gov/NR/rdonlyres/04284671-03DB-472B-A406-E52D7155C3FB/0/SSO_Decentralized_Security_Handbook_v3e.docSAPgeneratepasswordsformassusersusingsu10&hl=en&ct=clnk&cd=11&gl=in
    Regards
    Bhaskar
    Edited by: bhaskar1818 on Jul 26, 2008 10:21 AM

  • How can i create an itunes u site for UAE university? Plz help

    Dear,
    I live in DUBAI - UAE, and we need to creat a itunes u site for our university. It is one of the largest universties of the region.
    But when i go to create a site, in country list i don't find name list of limited countires, and UAE isn't there.
    Can you please help me in this regard.
    Many thanks,

    Sorry, but iTunes U is not available in the UAE, so you cannot set up a site for your institution. When, or indeed if, iTunes U will ever be expanded beyond the countries in which it is currently available is something none of us here can say.
    Regards.

  • Creating users in Active Directory through LDAP connector

    Hello,
    If we need to create users in Active directory using LDAP connector, what are the options for the following:
    1) Update back into SAP from AD. LDAP connector updates only in one direction i.e from SAP to Active directory.
    2) Can we add additional fields in LDAPMAP which are not standard e.g can we we write our own code to extract data from HR to map the value with an attritube within Active directory?
    Regards,
    Ahmad

    Hello!
    I noticed the email in my inbox and understand the reason for deleting it - checked the rules again - no problem with that.
    Here is the posting again - sanitized this time.
    You can create users in LDAP/AD from SAP without a problem. SAP provides function modules to create/maintain/delete users with LDAP attributes in the correct ou path.
    You can also perform group membership assignment in LDAP from SAP if needed.
    I have done this quite a few times at different companies that use SAP HCM.
    A userid in SAP is created automatically during hiring action with default password e.g. birthday of employee and certain authorization roles based on configured information.
    The userid is then created right away in LDAP in the correct ou path (controlled via custom configuration table) and LDAP group membership is assigned.
    A job runs every 8 hours to perform delta updates in LDAP.
    The userid in SAP and LDAP are locked automatically if the user is terminated using termination action in HR.

  • Creating User Exit Variable in BeX

    Hi All,
    Urgent help required.
    I need to create User Exit for a variable which reads value from other variable value which user enter during pop up.
    Ex: I need get value for the vaiable "ZACTFY" from the variable value "ZSCENARI". Value of this ZSCENARI will be like
    200684
    200693
    200757 ....
    where 2006, 2007 specify year of the forecast value and from (200684) the value 8 refers to 8 months actual & 4  refers to 4 months plan values.
    So if ZSCENARI is 200684 the value for the variable ZACTFY should be in interval. i.e Range for low value should be 001.2006 (always month is Jan and year taken from first 4 digits of ZSCENARI) and hight value should be 008.2006.
    No need to worry about plan values for scenario 200684 plan value will be there only for last 4 months.
    1. Can any one tell me how to do coding for this(pls let me know including declaration).
    2. Also if the value for ZSCENARI is Multiple single values lets say the user enters as 200684,200693,200657.. Pls tell me how we can do coding for this.
    Thank You.
    Best Regards,
    Bhuvana.

    Hi,
    CASE I_VNAM.
      WHEN 'ZACTFY'.
       IF I_STEP = 2.
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
            WHERE VNAM = 'ZSCENARI'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-high = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-high4(2) = LOC_VAR_RANGE-LOW4(1).
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT  = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
          ENDLOOP.
        ENDIF.
    With rgds,
    Anil Kumar Sharma .P

  • URGENT: issue while creating user through reconciliation of AD

    Hi,
    We have a requirement where we need to create users in IDM through reconcilition against Active Directory. For certain type of account Ids I want to trigger a custom workflow used for user creation. So I set "viewOptions.Process" to my custom workflow in the user form assigned to the admin who is the proxy admin for the reconcilaition process. But it doesn't seem to kick off my custom workflow. Will this work? Is this the correct form to specify the custom workflow to be triggered?
    Also I tried putting some trace satements in the default "Create User" workflow to see that if it is being called during user creation by recon. In the logs I don't see my trace statements. So the question is: Which is the workflow that is called when a user is created through reconciliation? How to specify a custom workflow name in this regard?
    Thanks,
    kIDMan.

    I'm wondering if you have an answer to this?
    I need to do a similar thing. For me, I reconcile against an oracle DB and there are Active and Inactive users. I only want to reconcile Active users. I put the following code in the user form but it still created Inactive users. "Exclude Inactive User" is an empty WF that has only start and end activities.
    <Field name='viewOptions.Process'>
    <Expansion>
    <s>Exclude Inactive User</s>
    </Expansion>
    <Disable>
    <neq>
    <ref>global.status</ref>
    <s>I</s>
    </neq>
    </Disable>
    </Field>

  • Creating users thru GTC

    Hi,
    we are working on 2 OIM 9.1 machines, where we need to create users present in one OIM to other OIM instance through the use of SPML web services. not thru reconciliation.
    Host A contains an OIM server installed. A generic connector (GTC) is defined here.
    Host B is the target where another OIM server is installed wherein users must be created. This users so created are the ones which are already present in Host A.
    A webservice (axis) is installed here.
    So basically we need to send the users from host A to host B through SPML web services.
    I am stuck on how to create users into the target machine, thru the use of this GTC?
    Can anyone help me regarding this?
    Thanks in advance

    There are several ways of implementing security. You still can use the default Oracle users and let the database do the security. But you have to use database roles with passwords to shield off any unwanted actions outside the application. You have to grant access on the database objects to the database role. The role is also granted to the user (but is not a default role).
    In the application, after succesfully logon, you have to set the role and thus enabling the user to access the tables, views and other objects.
    There is more information about implementing security in the database manuals. For Oracle 8i (8.1.6) you can find it here: http://technet.oracle.com/doc/oracle8i_816/appdev.816/a76939/adg12sec.htm
    By the way it is possible to shield off the use of SQL*Plus in SQL*Plus itself. See also the above mentioned documentation for more info on that.
    null

  • Urgent!! how to create user

    Hi all,
    Just to double confirm, i need to create user and grant some sessions to the user with no expiry password. pls correct me if my script is wrong
    create user user01 identified by user001
    grant connect,create_session to user01;
    How to set the password to non-expiry??

    your command is correct but the CREATE SESSION is not required because
    CONNECT has it. CONNECT is a role. Prior to 10g it had a standard set of privileges associated with it - CREATE TABLE, CREATE SEQUENCE, etc as well as CREATE SESSION. The use of this role was deprecated because lazy DBAs - present company excluded ;) - tended to grant it rather than thinking about which system privileges an account actually needed. The CONNECT set is wrong for both developer accounts and regular user accounts in almost all cases; and as those account for >95% of all non-DBA accounts ....
    In 10g CONNECT now just has the CREATE SESSION privilege. Which is sensible but might catch a lot of people out, Unless they read the Upgrade docs of course.
    Cheers, APC

  • Creating users with javamail in cyrus

    Hi!
    please, help me!!! I'm in problems..
    I need to create users (accounts) with javamail in cyrus.. but I don't know how to do that... The connect method requires a user but which user I have to put there in this case?
    Can anybody give me a solution please?
    thanks!
    Kary

    Management issues are beyond the scope of JavaMail.

  • Can not create user "OPS$domainname\SAPSERVICEC11" in oracle

    Hi all,
    I'm installing SAP R3E 4.7 extension set 2 SR1 on Window 2003 , orcle 9.2 (patch 9.2.0.8.0) after finish CI, DB, DI and try to strat SAP with MMC but disp+work.exe didn't run . And the error is "ORA-01017: Invalid username/password; logon denied"
    After that i find out solution from SAP Note400241. I need to create user  "OPS$domainname\SAPSERVICEC11" but my domain name is 17 charecters long. That make the username is too long (more than 30 characters). So I cann't create this user.
    How can i solve this problem?
    BR,
    Prachya

    > Hi Eric,
    >
    > With the note: 400421 I am facing the following
    > problems..... Could you please help me out as where I
    > am going wrong?
    >
    > 1. I could connect through " connect /@sid"
    <b>-> OK, then the "OPS$" exists</b>
    >
    > 2. select granted_role from dba_role_privs where
    > grantee='ops$_user';
    > No Rows found..
    >
    > 3. select owner from dba_tables where
    > table_name=T000
    >
    > gives me SAPDEV
    >
    > That means the owner is SAPDEV and what is SAPUSER
    > ????
    <b>NO, this is telling you that the schema name is SAPDEV, only. We will need it later</b>
    >
    > general checks:
    >
    > select owner from dba_tables where table_name=SAPUSER
    >
    > gives me OPS$DEVADM and OPS$SANDBOX\DEVADM
    <b>The name of your server is SANDBOX, but you mentioned before that you had a domain longer than 17 characters. This does not match.
    Have you performed a DOMAIN or a LOCAL installation?
    For this output it seems that it is local</b>
    >
    > so if t000 has SAPDEV then should I check the above
    > command for SAPDEV instead of SAPUSER???? ..
    <b>NO. The table name is SAPUSER</b>
    >
    > 3. select owner, table_owner, table_name from
    > dba_synonyms wghere synonym_name=SAPUSER
    > give
    > OPS$SANDBOX\SAPSERVICEDEV OPS$SANDBOX\DEVADM SAPUSER
    >
    > why here SAPUSER is present..
    <b>
    Do you know what is a synonym? or what have you queried?
    Select owner, table_owner, table_name from
    dba_synonyms wghere synonym_name=SAPUSER
    It is giving you the
    -> Synonym OWNER  -> OPS$SANDBOX\SAPSERVICEDEV
    -> Table OWNER        -> OPS$SANDBOX\DEVADM
    -> TABLE NAME         -> SAPUSER
    This data is correct.</b>
    >
    > Do I need to change the T000 table( update it to
    > SAPUSER)???
    <b>NOOOOO. Leave teh "normal" tables alone</b>
    >
    > I you know that have copied the data files (OS level)
    > from anpther DEV server to sandbox..( SID same). It
    > had in DBA_USER with its hostname like
    >
    > OPS$HPSERVER\SAPSERVICEDEV
    > OPS$HPSERVER\DEVADM
    >
    > So I thought it must be bcos of this so I run the
    > script oradbusr.sql to create
    > OPS$SANDBOX\DEVADM user and managed to create it.
    > Also managed to get OPS$SANDBOX\SAPSERVICEDEV users.
    > The grant to them is also okay.. But then also not
    > able to connect through SAP.
    >
    > Please suggest where I am going wrong and what to
    > change...
    >
    > Regards
    > Prashant
    <b>So, Looking at the initial error ( ora-1017 ) and the output of the queries I wonder if you have changed the DB password.
    I do think so. and I think you did it at DB level ( alter user identified by ... )
    Then the problem seems to be that you do not have the password in SAPUSER table in sync with the password you changed.
    In SAP ABAP systems you cannot change the password at DB level. You have to use BRCONNECT to do so, it will keep the passwords in SYNC:
    brconnect -u system/<password> -f chpass -o <sapowner> -p 
    <password>                                                
    try it. then execute R3TRANS -x and see if it can connect
    </b>

  • Create users

    hi,
    I need to create users and i have to assign authorization to users based on their roles ,can you please tell me where and how can i do this ...?
    Thanks N Regards.
    Priya.

    Hello,
    To create users and assign roles go to transaction SU01.
    To get more information about Authorizations and profiles, please read this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c].
    Regards.

Maybe you are looking for