I need users to search content on a web site. I need advice on a easy to install database for Dreamweaver CS5.5.

I need to enable site so users can search old articles on the site. Please advise on best way to do this using Dreamweaver CS 5.5. Plug ins, downloads of affordable software. Any info will be greatly appreciated.

Rob Hecker2 wrote:
On the other end of the spectrum, GOOGLE provides a way to integrate search capability on your site. I think this would be the easiest solution. Here is a link:
https://cse.google.com/cse/
Just to mention Google is useless (other end of the spectrum) for any website where page content changes from day to day or week to week. I had a client who sold holidays and day trips. Google was still indexing holidays and days trips even after they had been removed from the website as there is a time lag before Google drops current links it indexes....I don't know what that time lag is but is seems like weeks. Of course clients where getting a bit annoyed at being sent to pages which no longer existed. Also if you don't manage the site well and leave outdated material on the server well that will continue to be listed, for ever.
And of course there is going to be a time lag before Google indexes new content. Personally I hate Google search as it is way behind on up-to-date information.
Best to build your own search engine if you can then you can be assured ONLY information which is current is listed and new information is listed immediately. In most cases, where clients are willing to spend a bit of money, I use a database which automatically gets rid of any 'sell-by-date' article/entry.
For those clients which don't have the money - they get what they pay for.

Similar Messages

  • How to rename content type on web site level and underneath all the document libraries using powershell?

    Hello
    I wantto rename content type on web site level and underneath all the document libraries using powershell, please let me know how can do this?
    I saw this url
    http://suryapulipati.blogspot.in/2011/08/rename-content-type-name-in-list-using.html, but I want to change everything from Web Site, subsite and underneath document libraries. Because if you try to change on any on document library, it will be applicable
    for that document library, if you change on web level then underneath document libraries content type names not updated automatically.
    Please advise
    Avi

    Not sure with powershell.
    I could help you out with Server Side or Web Services though.
    Brandon James SharePoint Developer/Administrator

  • Unable to view full contents on some web sites, is there an App anyone can recommend?

    Unable to view full contents of some web sites, is there an App that anyone can recommend?

    Hi,
    If you have problems reading flashcontent you can use: CloudBrowse 3.0.1
    Best regards,
    Maurice

  • Why can I not get my user ID to "stick" when visiting web sites that I am registered with?

    Why can I not get my user ID to "stick" when visiting web sites that I am registered with?

    Look in settings, safari.  There are two setting that might help, depending on how the website wants to see you.  If they are using cookies, make sure your accept cookies switch is on.
    Then look at the autofill setting.  You can turn names and passwords on or off.

  • Is there a way I can use BC to track user's progress in a Tutorial Web Site?

    I am developing a Web Site with Video Tutorials and Games. I want to track the user's progress and give rewards as it goes. I wonder if there is a way, within BC, where I can set this up without having to go through the whole PHP/MySQL. I will if I have to, but I having searching for an easier solution. I normally use BC from Dreamweaver.

    Hi Haroon1234,
    Unfortunately no. The closest thing I've found is an app linked to the MDM where teachers can view what app is active on each of their classroom iPads (i.e. they can't see the screen itself, but can see that Edmodo is the active app on one device, Notability is the active app on another device, etc)
    ~Joe

  • Limit user role to edit just specific web sites

    Hi,
    can I limit a user role in a way, that this user can edit only chosen web sites and not all? And can I even let user only edit certain region on specific sites?
    Like editing content but not headings?
    UPDATE: I found that this can be done by using content holders? By giving the client only access to specific content holders, and inserting those at certain positions on a site limits the possibilties of editing.
    Regards, Citzwerth

    Not to that level no. You can assign approcal roles to things so they wont render live till approved like on pages but this can not be set to specifics in the way you are looking at.

  • Why can I not open any tabs on any search engine or any web site located under the toolbar

    My toolbar tabs open with no problems. When I try to access tabs in my search engine. I cannot. My facebook I cannot access info or log out. I have the same problem with other web sites. It seems anything under the toolbar, tabs or fields will not open

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode].
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > '''Use hardware acceleration when available'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u Options > Advanced]. All these settings/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme or hardware acceleration is causing issues.
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

  • User needs to see only one E&A database for manual data entry

    Hi Experts
    Please can you suggest a solution for the following requirement.
    Requirement is that when a user log in to the Entry & Approval to entry the manual KPIs he should see only the one database which he is allowed to instead of drop-down and select the database which he has to enter the data as multiple models are created to Entry& Approval and Scorecards.
    Tried to create model connection for the model and assigned to the user and when i login with that users also all the databases are visible and have to select a database from the list of databases available for entry&approval.
    Thanking you,
    Regards
    Vinay.

    More information, after running a profile trace the following 2 statements, the column with the default on a UDF returns a row while the other default does not.  This might be the cause of this bug.  Is the same logic to generate the object on
    the subscriber used to generate the conflict table?  
    exec sp_executesql N'
    select so.name, schema_name(so.schema_id)
    from sys.sql_dependencies d
    inner join sys.objects so
    on d.referenced_major_id = so.object_id
    where so.type in (''FN'', ''FS'', ''FT'', ''TF'', ''IF'')
    and d.class in (0,1)
    and d.referenced_major_id <> object_id(@base_table, ''U'')
    and d.object_id = object_id(@constraint, ''D'')',N'@base_table nvarchar(517),@constraint nvarchar(517)',@base_table=N'[dbo].[repTable]',@constraint=N'[dbo].[DF__repTable__id__117F9D94]'
    exec sp_executesql N'
    select so.name, schema_name(so.schema_id)
    from sys.sql_dependencies d
    inner join sys.objects so
    on d.referenced_major_id = so.object_id
    where so.type in (''FN'', ''FS'', ''FT'', ''TF'', ''IF'')
    and d.class in (0,1)
    and d.referenced_major_id <> object_id(@base_table, ''U'')
    and d.object_id = object_id(@constraint, ''D'')',N'@base_table nvarchar(517),@constraint nvarchar(517)',@base_table=N'[dbo].[repTable]',@constraint=N'[dbo].[DF__repTable__somein__1367E606]'
    Pauly C

  • I deleted my version of Adobe Flash Player for the latest version and then it wouldn't install. Now I have no version and need advice as to trying to install an older version or what?

    Since the latest version of Adobe Flash Player wouldn't install after deleting the version I had that did work, should I try to install an older version?
    I just checked in the control panel and my add/remove programs and listed is Adobe Flash Player Active X, version 11.1.102.55. But when I tried to view a video I could not and got a message saying I needed Adobe Flash Player. Now I'm really confused?????
    ''Locking. Duplicate of: https://support.mozilla.com/en-US/questions/897585 ''

    Hi,
    What does "still won't work" mean?  Flash Player 10.3.183.90 is very old.  You might find that many sites require a newer version of Flash Player to view content, perhaps this is what you mean by "still won't work".   Depending on your system, you may be able to upgrade to OS X 10.6 which will enable you to install the newest version of Flash Player.  There's lots of information on this on the internet.  Just search for "upgrade OS X 10.5.8 to 10.6" or similar.
    Maria

  • How get the user that use CRM in my web site

    Hi all,
    I have a web app that connect to my CRM. I use C#.
    I connect to CRM with my credential because I'm admin in CRM.
    But my app is used from others CRM user and I need to know who is systemuser CRM that use app.
    I need the same of Xrm.Page.context used in js or the same context used in plugin, but I have the problem that I connect  to CRM with my user. So If I use WhoAmIRequest class I have my userid and not the userid of the user that use my web app.
    Is it possible know this? Do I change my login with user login in CRM?
    Thanks

    Hi,
         As you use system admin to connect to CRM, WhoAmIRequest does not return the user from website. You are correct. Change that so that it uses logged in user however be aware that means each user needs to be a valid CRM user else they
    will get not a valid user error.
    Hope this helps.
    Minal Dahiya
    blog : http://minaldahiya.blogspot.com.au/
    If this post answers your question, please click "Mark As Answer" on the post and "Vote as Helpful"

  • Help, need to change IP address on host database for Portal

    Hi folks,
    Rather urgent assistance (as usual) needed. I have an installation working correctly on a pair of Win2k machines, one as the 9i database, one as the 9iAS/Portal. The app server has 2 NIC cards, one with public IP address (which is ok), one on the LAN. I need to reconfigure the LAN addresses on both the machines. Initial Portal install done without DNS, i.e. actual server/host addresses entered in the configuration.
    I have tried changing all of the TNS/Listner settings and the NIC card IP addresses and restarting the machines. The likes of SQLPlus work ok, with the TNS connect name allowing over the LAN access into the database with the new LAN addresses. I cannot seem to get the 9iAS/Portal to find the repository with the new addresses.
    Can someone help please? I can't find the answer in any documentation or other postings.
    Thanks in advance
    Rob

    There are other modes of operation for the plasst as well. I am listing them below but the formatting will make it difficult to read. If you like I can email it to you.
    Bill G...
    Configuring Portal when the HTTP server host name of the Infrastructure is changed
    Run the following from the $ORACLE_HOME/assistants/opca dir
    ptlasst.bat -mode SSOPARTNERCONFIG -i typical -sdad portal -host myApache.domain.com -port 7777 -silent -verbose
    NOTE:
    (1) This command would create a new Portal partner application in the SSO to reflect the changes of the Infrastructure. Before running this command please ensure to configure the SSO with the correct hostname by running the ssocfg.bat script located in the Infrastructure install (<infra_home>\sso\bin).
    The value for -host parameter will be the IP address of the infrastructure server and -port will be the port where the infrastructure http server is running on.
    Configuring Portal when the HTTP server host name of the Middle tier is changed
    ptlasst.bat -mode MIDTIER -i typical -host myApache.domain.com -port 7777 -ldap_h myOID.domain.com -ldap_p 389 -ldap_w welcome -pwd secret123 -portal_only -oh /home/oracle -chost myHostname.domain.com -cport_i 8001 -cport_a 8000 -wc_i_pwd invalidator -mc false -mi true -silent -verbose
    NOTE :
    (1) The -host value should match the serverName value of the httpd.conf
    (2) The -chost should be updated with the correct webcache hostname. In a default iAS midtier install the -host is same as the -chost.
    The value for -host parameter will be the IP address of the midtier(portal) server and -port will be the port where the portal is running on.
    Parameter Description Default Value Mandatory
    -i install_type Installation Type
    In the typical mode, the OPCA would get the Infrastructure information like the Portal schema name, Portal schema password, connect string to the Portal repository, SSO Partner application schema and password, SSO Password store schema and password and connect string to the SSO repository from the Repository Access API's.
    In the custom mode, the OPCA would take whatever is passed as the command line arguments.
    CUSTOM
    -mode mode The different install modes are : PORTAL, SSO, SSOPARTNERCONFIG, LANGUAGE, MIDTIER, ALL, SYSOBJECTS , DEINSTALL
    -s portal_schema Oracle Database schema for Portal database objects. In an iAS 9.0.2 install
    the default Portal schema name is portal portal
    -sp portal_password Password for Portal schema. In an iAS 9.0.2 install the portal schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for details. <portal_schema>
    -c portal_connect Connect string to connect to the Portal repository <hostname>:<port>:<sid>
    -p sys_password The Oracle Database password for the Oracle SYS user MANDATORY
    -sdad portal_dad DAD for the Portal schema. Create the DAD to the Portal repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <portal_schema>
    -host portal_host Hostname of the HTTP server for Portal. This should match byte to byte with whatever is present in the ServerName attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier. MANDATORY
    -port portal_port Port of the HTTP server for Portal. The Port attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier would provide the value. 7777
    -ldap_h oid_host_name Host name of the OID server MANDATORY
    -ldap_p oid_port_number Port number of the OID server 389
    -ldap_d oid_admin_DN Admininstration DN cn=orcladmin
    -ldap_w oid_admin_pw Password for DN welcome
    -pwd initial_password Initial Password for seeded OID users. In iAS 9.0.2 install this is defaulted to the iAS instance password of the midtier installation. MANDATORY (for ALL or MIDTIER)
    -das_public Add Portal Groups to DAS Public Groups. The values could be Y or N. The default is Y. The setting publishes the Portal groups that the user can add to when creating the new user in OID. Y
    -u default_tablespace Install Portal objects in this tablespace. The default tablespace selected should have atleast 75 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The default tablespace selected by default is users tablespace. users
    -t temporary_tablespace Use this tablespace for temporary objects. The temporary tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The temporary tablespace selected by default is temp tablespace. temp
    -d document_tablespace Install Portal document table in this tablespace. The document tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note
    "What are the recommended tablespace size required for Portal installation ?" for details. The documented tablespace selected by default is users tablespace. <default_tablespace>
    -l logging_tablespace Install Portal logging tables in this tablespace. The Logging tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Logging tablespace selected by default is users tablespace. <default_tablespace>
    -in index_tablespace Install Portal index in this tablespace. The Index tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Index tablespace selected by default is users tablespace. <default_tablespace>
    -lang language Abbreviation for the language to install us
    -m language_mode Specifies the mode for language installation
    if sso, translations only for Login server.
    if portal, translations only for Portal.
    if -m not specified, translations are installed for Both
    -demo Install Portal webview demos
    -silent Run mode for Portal Configuration Assistant. There is no UI provided by OPCA in the iAS 9.0.2 install. Use -silent option always
    -verbose Log mode for Portal Configuration Assistant. If this parameter is not set, logging information would be in brief and the OPCA would abort the install if it encounters any errors of kind
    ORA-, PLS- or SP2 errors.
    -report Install reports integration with Portal
    -owa Install OWA packages along with Portal This option behaves the same as the SYSOBJECTS mode.
    -sso_only Configure only SSO in mid-tier mode
    -portal_only Configure only Portal in mid-tier mode
    -available Language will be available for user translation
    -chost cache_host Cache host for Web Cache <hostname>
    -cport_i cache_inv_port Cahe port for Web Cache Invalidation 1100
    -cport_a cache_adm_port Cahe port for Web Cache Administration 1000
    -wc_i_pwd wc_inv_passwd Web Cache invalidator password invalidator
    -wc wc_on_off_flag Web Cache ON/OFF flag to enable or disable WC. The default is ON. If set to OFF Portal would not use Webcache though Web Cache may be up and running. on
    -o sso_schema Oracle Database schema for Login Server objects. In an iAS 9.0.2 install the default SSO schema name is orasso orasso
    -op sso_password Password for Login Server Schema. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso. MANDATORY for the following modes:
    -MIDTIER: except when '-portal_only' is specified
    -LANGUAGE: except when '-m portal' is specified
    -DEINSTALL: except when '-drop PORTAL' is specified
    -odad sso_dad DAD for Login Server objects. Create the DAD to the SSO repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <sso_schema>
    -sso_c sso_connect Connect string to connect to the SSO repository If the Portal and SSO use the same database this option need not be passed and would default to the -c argument. <hostname>:<port>:<sid>
    -sso_h sso_host Hostname of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP server used for the Portal.
    -sso_p sso_port Port of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP port used for the Portal.
    -pa papp_schema SSO Partner Application Registration Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_pa <sso_schema>_PA  
    -pap papp_password SSO PA Schema Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_pa <papp_schema>
    -ps pstore_schema Password Store Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_ps <sso_schema>_PS  
    -pp pstore_password Password Store Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_ps. <ptore_schema>
    -pd pstore_dblink Database link from Portal schema to Password store. If the Portal and SSO use the same database this option need not be passed. <portal_schema>_DBLINK  
    -p_tns pstore_tns TNS connect string to Password Store. If the Portal and SSO use the same database this option need not be passed. The tnsalias should be created in the iAS 9.0.2 Portal middle tier.
    -s_tns portal_tns TNS connect string to Portal
    -ssotype ssotype SSO install type. Valid values are repository, midtier, all Repository
    -ultrasearch Ultrasearch configuration
    -drop drop_obj Drops either PORTAL or SSO or ALL (Both)
    if PORTAL, drops Portal schema and OID entries.
    if SSO,drops Portal schema and OID entries.
    if ALL, drops Portal and SSO schema and OID entries
    -oh oracle_home Oracle Home
    -mi midtier_install Midtier Installation
    -mc midtier_config Midtier Configuration
    -ssl Use SSL protocol for configuration. Pass this parameter only if SSL configuration is required. If this parameter is passed the -port passed should also be the SSL port of the HTTP server. Bt default this is not passed.
    -emhost em_host Enterprise Manager host for monitoring <hostname>
    -emport em_port Enterprise Manager port for monitoring 1810
    -iasname ias_name Name of the iAS instance that the install is installing on

  • Need advice on Office 2013 Corrupt Install

    A client of mine recently purchased, downloaded and installed MS Office 2013 Home and Business. The installation didn't work correctly from the first use. He opened Outlook the first time to have it crash repeatedly. As well as all the
    other corresponding MS Office 2013 software. Upon uninstalling the new MS Office 2013 software his Outlook .pst was corrupted and crashed Outlook repeatedly. After many hours of uninstalling, deleting and reinstalling his old MS Office software sever
    times. I was able to get the .pst functioning again. Since then the computer has crashed several times, takes forever to login and runs slow as hell. He clearly needs further work done on his Windows profile and more then likely a full backup, format and reinstall
    of everything.
    He is looking at hours worth of work that was all caused by the corrupted install. I know this because I did a full system diagnostic and printed out all the results earlier in the day when I was onsite for his yearly system check. He called the MS Office
    Sale and Tech support and they bounced him around between the store and customer service.
    My question at this point is; does he have any recourse with Microsoft for the repair of this issue? At one point on the phone with customer service they to my client to "bring the machine into the MS store", is that a viable option?
    I appreciate any and all help with this issue as Im not sure how to advise my client any further...
    Thank you!!

    Hi Domenic,
    Thanks for your feedback, I noticed that you have already opened new thread in Microsoft office Forum, so I won’t move this thread for you. If you need further support about Windows 7 system, you could open new thread in this forum.
    Thanks for your cooperation.
    Regards
    D. Wu
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Need Advice on Setting up a iPod Touch for a Child

    My 5 year old daughter was fortunate enough to win a iPod Touch 4 in a school raffle.  I have currently setup the device and tied it to my Apple ID so I can easily load the apps I have previously purchased (for her to play with on my devices) and so I can control her settings, access, etc..  The problem arises when I try to message or connect via Facetime to her device.  Essentially I am trying to connect to myself and sometimes my iPhone connects back to itself, to my iPad, or her device.  I would love to connect to her directly and could establish an Apple ID for her and that device but then I lose access to the Apps that I specifically purchased for her for use on other devices.  Does anyone have suggestions on setting up devices in the same household so that they all have access to the same purchased content but still have unique IDs for wifi messaging and Facetime?
    Also any advice on controlling content, tracking, and access related to a young child using this device.  I have enabled all the content filters and set them to the appropriate levels but any additional tips would be welcome.

    you can use two Apple-IDs :
    one apple-ID for the kid, so for Facetime,Mail etc.
    To keep your purchased Apps,Music,iBooks available on the new iPod simply enter in the appstore.app and itunes.app, ibooks .app the apple-id you have used to purchase stuff.
    Same goes for the icloud feature : the ID used for that can be a different then for the purchases.

  • Firefox starts, but it does not allow me to type anything in the search bar or the web address bar. I have uninstalled and re-installed it already. Internet Explorer works fine. What can I do to fix this?

    It was working last night. However, in the middle of me talking to a family member in the messenger box of facebook. It just wouldnt allow me to type anything anymore. I closed it and re-opened it, but it didnt allow me to restore my sessions. I tried it again today, and it worked for a few seconds, albeit very slowly. Now, it just wont work. It opens to the Firefox homepage, but it wont do anything else.

    I let Firefox sit on my desktop for about five minutes, and it finall allowed me to use it. That is EXTREEEMELY slow. What is the problem?

  • Need advice on purchasing an external hard drive for video editing

    Hi,
    I looking for advice on which external hard drive to get. The main purpose for the hard drive will be storing video files on for use with Final Cut Pro. I have the 12 inch powerbook G4 so I plan to use the FireWire (400) port to connect the drive. I'm interested in getting comment from others who use their external hard drives for video editing.
    Thanks!

    Firstly your decision to use FireWire is a good one, as not only will it free up the USB it performs much better on sustained transfers.
    That said you're still limited by the FireWire interface, so opt for a drive with a big cache (16MB would be good) and fast spindle speed (7200rpm+).
    Some of the newer enclosures are compatible with SATA drives. While these are easier to install and theoretically will perform better, I'm not sure that the performance would justify the extra cost.
    Matt

Maybe you are looking for

  • Run time Error while executing Project Info system Reports (CN41/CN41N)

    Hi, I would like to inform while running project infosystems reports (CN41/41N / cns41 etc), it is taking long time & most of the time run time errors are coming. I observed due to more objects in projects, run time error is coming. Request you to su

  • Hyper-V 2012 R2, integration services issue on multiple VMs

    Hello, I came to you because we encounter a technical issue on one of our Hyper-V (2012 R2). Our backup (Veeam backup in last version) are still failing with error : Guest processing skipped (check guest OS VSS state and integration components versio

  • Word graphics changes postion when upgrading from 2007 to 2013

    Hello, We have a large number of letters created in word 2007, with a first page header containing a logo. It is positioned on the page by giving xx cm absolute position relative/vertical to the page. When opening these documents in word 2013 the log

  • Why is Logic so Unstable?

    After working on a track for the best part of the morning, Logic decided to crash on me again... I had saved my work, but there are a few things I have lost. My question is this.. Why is logic so unstable? I have used logic since 1999 and never have

  • Inconsistent IO Wait Time

    I'm trying to comprehend why oracle seems to more efficiently table scan a table when it has more rows than when it has less. I have run a bunch of queries against the database, and I have tracked their wait events stats. And it seems that this ratio