Developer-Online Tutorial announcement :: Dynamic Mod_Rewrite Just Made Easy ::

Dynamic Mod_Rewrite Just Made Easy
Mod Rewrite Dynamic URL's into Static URL's The Issue at Hand, There are two types of URLs: dynamic and static. A dynamic URL is a page address that results from the search of a database-driven web site or the URL of a web site that runs a script. In contrast to static URLs, in which the contents of the web page stay the same unless the changes are hard-coded into the HTML, dynamic URLs are generated from specific queries to a site's database. The dynamic page is basically only a template in which to display the results of the database query. Instead of changing information in the HTML code, the data is changed in the database.
Tags:
ADDT |                                                                                       tips & trics |                                                                                       Search Engine Optimization |                                                                                       SEO |
Votes:
Not Rated!
Viewed:
[1] time(s)
Rate This Tutorial:
Posted on:
2009-06-14 03:15:15
Author:
waleed

Great info!!

Similar Messages

  • Developer-Online Tutorial Announcement: jQuery usefull scripts

    jQuery usefull scripts
    In this free pack I'll make a very simple and usefull jQuery scripts to give more effects to your Web site.  This folder blends different effects:      * Images Alpha Effect     * Switch different Layouts     * Input Live Preview     * Input field color change     * Input counter     * Live validation message  Thank You for voting and comments!
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    www.developer-online.com

    That was a great note, thank you, i just updating the submit.php file to check for such security gaps
    Here is some updates:
    // Remove $_COOKIE elements from $_REQUEST.
    if(count($_COOKIE)){foreach(array_keys($_COOKIE) as $value){unset($_REQUEST[$value]);}}
    // Check all fields for an email header.
    function recursive_array_check_header($element_value)
    global $set;
    if(!is_array($element_value)){if(preg_match("/(%0A|%0D|\n+|\r+)(content-type:|to:|cc:|bcc: )/i",$element_value)){$set = 1;}}
    else
    foreach($element_value as $value){if($set){break;} recursive_array_check_header($value);}
    recursive_array_check_header($_REQUEST);
    if($set){$errors[] = "You are prevented from sending an email header";}
    unset($set);
    // Check referrer is from same site.
    if(!(isset($_SERVER['HTTP_REFERER']) && !empty($_SERVER['HTTP_REFERER']) && stristr($_SERVER['HTTP_REFERER'],$_SERVER['HTTP_HOST']))){$errors[] = "You must activate referrer login to use the form";}
    The new updated files are attached to this message, also it can be downloaded from here directly...
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer

  • Tutorial Announcement .:: How to Create a Dynamic RSS Feeds  ::.

    .:: How to Create a Dynamic RSS Feeds ::.
    Using Adobe Dreamweaver 8 and InterAKT Rss Reader Writer Extension.
    Hello everyone...
    RSS feeds are very useful within sites, as they allow integrating for you website content in an automatic manner. Just share the source for the RSS feed, and when the original content changes, it will reflect in the content you share with any one who subscribed in this feeds on your site.
    In this tutorial i`ll help you integrate a RSS feed into one of your pages. This will display the content of your website to feeds subscribers with up to date content.
    The main purpose of this tutorial is to create a page that allows visitors subscribe to the RSS Feed that they want to see from your website content, or even enter their own in a text box by searching through feeds. also you can define feeds categories if your website is online store, merchant etc...
    :: Online Demo ::
    :: Go to tutorials ::
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

    Hey Waleed,
    thanks again for this great stuff -- and thanks for removing the login protection :-)
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • I just bought a MBA and I need to move my photos and itunes to an external hard drive (from my old MacBook Pro) because they won't fit on the Air.  I got the photos moved fine and I followed an online tutorial to move the necessary files for itunes, but i

    I just bought a MBA and I need to move my photos and itunes to an external hard drive (from my old MacBook Pro) because they won't fit on the Air.  I got the photos moved fine and I followed an online tutorial to move the necessary files for itunes, but it didn't work.  The files copied fine, but when I tell iTunes on the Air to look at the external drive for the library, it doesn't find anything.  What I copied was the entire iTunes Media folder.  So, how do I move the necessary iTunes files from my old Pro to a external drive so I can access them from my new Air?  Whew!

    iTunes- How to move the library to an EHD
    After you move the library you need to open iTunes by first depressing the OPTION key then launching iTunes. You will be given a choice of which library to use. This can then be made a permanent change, if you wish, in the Advanced section of iTunes preferences.

  • Developer-Online: New Tutorial Released! PHP jQuery Autosuggest Facebook like

    PHP jQuery Autosuggest Facebook like
    Building a database driven auto suggestion box with PHP/MySql and jQuery. We’re going to check what a user has typed in, check against what is in our database and where there is a match, pass the results back in a suggestion list, all via an AJAX call in jQuery.
    Tags: MySQL | php | forms | news | Ajax |
    Author: patrizio Quatrini
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    www.developer-online.com

    Heya,
    When I first read your post I originally thought you were posting a tutorial about whether a chosen username has already been resigtered or not on the signup page like this tutorial:
    http://DwFAQ.info/signup_demo.php
    Spry Check Username Availability
    Date Created: Sunday, July 5, 2009 2:29 PM
    Then after looking at the page you've linked to and trying to understand the objective of the tutorial I've noticed that you are talking about something like this:
    http://DwFAQ.info/home.php?id=7
    Spry Search
    Date Created: Sunday, March 1, 2009 8:51 PM
    It's pretty simple to do with the link I've referenced. Simply create your database with populated tables, use the mentioned script to convert the database data into xml syntax, then enter your dynamic database script as the location of the xmlDataSet in the spry page linked.
    View source on this page which shows the non-destructive filter in action to see how it's done! You can also spice it up a little for products, etc. by using this method. The key is to create a dynamic xml syntax from your database and then use the dynamic xml script location as your xmlDataSet in the search page.
    I have an example of the auto suggest search on my homepage http://DwFAQ.info
    On the top-left side of the page click on the link that says Search Tutorials to reveal the search form. Then start typing characters into the search box to see the entries instantly filter according to the characters that are typed. You can also filter further by clicking on the category checkboxes to filter by keywords AND category.
    You can view the source code on my homepage to see the location of the dynamic xml syntax referenced as the xmlDataSet location and how it was implemented into the site.

  • Tutorial Announcement: exploring the Dynamic List´s Filter Conditions

    Hi all,
    based on Paul Taylor´s recent Dynamic List related "How do I filter by date range ?" question I just published yet another (pretty long and in-depth) tutorial which will not just explain the available SQL Comparison Operators for numeric and date/datetime fields, but also provides three live demos to help you get an idea on how powerful this is.
    This tutorial will also show you how to add a "date range" and "price range" search to your Dynamic List based on separate columns -- and the intermediate to advanced user will learn how to apply a "Range" search on just *one* column, what´s something that has finally become clear to me these days :-)
    Perma-URL: http://www.guenter-schenk.com/tutorials/tutorial.php?id=6
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

    Me too,<br />Thanks for your input :-)<br /><br /><[email protected]> wrote in message <br />news:[email protected]..<br />> Günter,<br />><br />> Thanks for these recent tutorials. I am definitely going to go thru them!<br />><br />> Shane

  • Tutorial Announcement :: How To Use Auto Complete Text Form Control ::

    Hello Everyone...
    Here in this tutorial we gonna to learn a new and amazing feature of (ADDT), we will learn how to use Adobe developer toolbox (ADDT) form controls.
    Form controls help you to add a fantastic features to your forms, that helps you to expand the form abilities and functionality...
    The Auto complete Text Field is an enhanced text field that dynamically completes what you type with matched values from a table. You can also select the values from a list.
    You can use the Auto complete Text Field in user registration forms, such as allowing users to select their country or city easier, Also in other forms that needs the user to pick one of many choices without any difficulties.
    Requirements
    To complete this tutorial you will need to install the following software and files:
    Adobe Dreamweaver Cs3
    Adobe Developer Toolbox (ADDT)
    Don't forget: to try out the Demo type the first three letters :A - B - C
    :: Go To Tutorials ::
    :: Go To Tutorials ::
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

    Heya Waleed,
    I use spry to create an autocomplete form that works great across browsers that have javascript enabled. You can store info in a database and parse the info to xml for a dynamic approach. Take a look at the filter examples in spry.
    http://labs.adobe.com/technologies/spry/samples/data_region/NonDestructiveFilterSample.htm l
    http://labs.adobe.com/technologies/spry/samples/data_region/ZuggestSample.html

  • Tutorial Announcement :: how to send a message with file attachments

    Hi, everyone
    i made a simple tutorial explains how to send email from your site with attachment, using the ADDT`s send email.
    also it`s useful when you want to receive let`s say the employee c.v resumes, also it can use for many proposes as explained in the tutorial.
    the level for this tutorial is: beginner -- intermediate.
    hope it`s useful.
    - for more dreamweaver developer toolbox please visit:
    www.developer-online.com

    Hi, everyone
    i made a simple tutorial explains how to send email from your site with attachment, using the ADDT`s send email.
    also it`s useful when you want to receive let`s say the employee c.v resumes, also it can use for many proposes as explained in the tutorial.
    the level for this tutorial is: beginner -- intermediate.
    hope it`s useful.
    - for more dreamweaver developer toolbox please visit:
    www.developer-online.com

  • Tutorial Announcement .:: How To Create a Multiple Style Website ::.

    Hello Everyone...
    Building a multiple style website is amazing thing, where you can have a new look for your website every day, or even everytime you want your website fully changed from style to another, and give the ability to your website visitors to pick one of available styles they comfortable with.
    Today herein this tutorial we will learn how to build a dynamically switched style website application, and i mean dynamically here by storing a number of styles into the database table by uploading more than one [.css] files to your server throught File manipulation process, then define which one of these styles is the default one, the default style automatically checked when every page loaded in the browser by checking an external file contains the default style information set by the site administrator.
    After complete this tutorial you will be able to:
    1- Uploading new style to your website by using easy Online Upload script.
    2- Updating curent style files.
    3- Choose which style is the default style and which is not.
    4- Allow visitors to select one of available styles to switch the whole site look to it.
    Note: you cannot define more than one default style, otherwise you will get un stylized page at all.
    :: Go To Online Demo ::
    :: Go To Tutorials ::
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

    Hey Waleed,
    thanks again for this great stuff -- and thanks for removing the login protection :-)
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • :: Tutorial Announcement :: Building :: Advanced Search :: Application.

    Hello everyone.
    In this tutorial i will show you how to create an easy and powerfull :: Advanced Search :: that allow Visitors of your site to search through records and other members in your site.
    This :: Advanced Search :: is give the visitor to search for members registered in your site, it`s very useful if you have dating site, because it provide the searcher the chance to search between number of records are matching same age, say we need to search about:
    - Man looking for Women age between 18 to 30.
    * the results will give us how many member are matching this search criteria
    The estimated completion time for this section is about 15 minutes. It depends on your authoring knowledge with Adobe Dreamweaver and Developer Toolbox.
    :: Go To Tutorials ::
    :: Go To Online Demo ::

    Hi there Waleed (or anybody who can help
    My name is Charis
    If you have time I would like a little help....
    I have been following your tutorial "Building Advanced Search" Tutorial
    It is great, Just what I am looking for ........ but I can't get it to work properly (work at all)
    I am pretty good at Dreamweaver I can setup the rest of my site ok I can create databases insert and display data no problem
    I can follow your tutorial steps 1,2 and 3 ok but I get lost in part 4 "building results page" It is all a bit over my head but I have been trying
    I am having trouble creating the recordset, I can create simple recordsets no problem but I have never had to cut and paste anything so......
    In yoututorial "step2 Copy and past into SQL Query"
    I am assuming you mean paste into the 3rd text field on the recordset dialoge box, below the "name' and 'connection' fields
    I can copy and paste the code into that field no problem
    I am guessing that I have to test it and then the variable fields would be automatically populated.... but no....
    I follow your diagrams and create the variables 'KTColParam1' and 'KTColParam2' and configure as shown in your diagrams (screenshots)
    But in you next diagram there are KTCColParam1,2,3,4,5 and six and I not sure how to configure them?
    And that is as far as I can get
    Am I missing somthing? AM I doing somthing wrong?
    Could you please give me a little help to sort this out? or update the tutorial with a little more detalail would be great
    My email is [email protected]
    This is the exact thing I need to get my site up and running so any help would be great

  • ABAP: Developed new Report for Summarized JIT (Just In Time) calls

    Hi to all,
    Can anybody please tell me about the following:
    ·     Developed new Report for Summarized JIT (Just In Time) calls: This report is for Delco Singapore needs all Summarized JIT calls created between selected dates to be closed. If JIT call quantity is 0 and GR quantity is also 0, then GR flag for JIT call to be checked and JIT call will not be shown open. If the JIT call quantity is greater than zero and GR for JIT call quantity is zero then JIT call quantity made as zero and GR flag for JIT Call to be checked. Once it is checked the JIT call will not be shown in Open.
    Thanks in advance.
    Regards
    Monalisa

    Ok, I was able to figure out the functions that were confusing me. For my own record and for those that do not know, I will list how to create the objects necessary to add a new report to a menu.
    1-Write JSP (should be written just how Oracle writes theirs)
    2-Creat function for the new JSP page as System Administrator responsibility
    3-Use Sys Admin to add the function to a menu somewhere
    4-Using AK Developer responsibility, create an attribute with the label of the attribute being the name of your function you created. Oracle's convention is the name of the attribute has FS in it.
    5-Using AK Developer, lookup the ASF_FUNC_SEC_REG region
    6-Drill down into that regions attributes
    7-Add a your newly created attribute to this region
    You would do all these steps for your advanced search page as well, so that in your main jsp, you can call asfPage.setAdvancedSearchPage() with the attribute name of your advanced page.
    What I Still do not know is:
    (1) My main page keeps coming up saying that there is no default query defined for it. How do you create a default query for a report?
    (2) How to get the personalization to work.
    Can anyone help?
    Thanks!

  • Tutorial announcement :: How to send a message(s) with attachments ::

    How to send a message with attachments Using Adobe Dreamweaver CS3 and Developer Toolbox...
    - In this tutorial you will use Developer Toolbox features to build a simple contact us form with the advantage to upload file with your message and send this file via e-mail as an attachments.
    Using This application will allow to:
    * insert records into database and then send them via e-mail.
    * upload files to the server.
    * send message with uploaded files as attachments.
    This tutorial contains one part
    1. insert record, and then send it by email with (attachments).
    By following this tutorial section, you will create:
    * Page for inserting records.
    * Page for thank you when the message is sent.
    :: To View the tutorials ::
    :: Online Demo ::
    Brought t you by:
    www.developer-online.com

    Open the photo, assuming it is in Photos, and then in the lower left corner under the photo is a box with an up-pointing arrow.  Tap that box, and then the photo will have a blue circle with a checkmark in its lower right corner and the word Next at the upper right.  Tap Next, then choose how you want to send the photo, by text message, email, and so on.  Simply address the method you have chosen and put in any text you want to include.

  • Tutorial Announcement .:: Form Field Tooltip ::.

    Hello everyone...
    Herein this tutorial i`ll show you how to add a great JavaScript tooltip to your forms, this option will help you to explian to your website visitors which data they should fillout the form fileds with, because you might applied for many online forms with unknown data or missunderstanding what you should write correctly in some form fields.
    The Configuration and how to Include files:
    First, you need to include the js files and css files as in the Live demo and Define tooltip text.
    to include files switch to Code view in Dreamweaver cs3 and add this lines between the  tags.
    :: Go to tutorials ::
    :: Online Demo ::

    Hi Carlene
    but the Update Record, to change the user's information will not work.
    to achieve that go to the users area and create a new page named "update_information.php" or what ever you prefer.
    apply the basic update form wizard to the page by selecting > server behavior > adobe developer toolbox > forms > update record form wizard
    1- select the required fields like: database name | table name "where the users information stored in".
    2- select which fields you want the user to update "User name | Password | Email address etc...
    3- in the primary field value equal to "URL Parameter" the "tbl_id" change it to be "SESSION VALE" & in the value textbox add this value -- kt_login_id
    click the next button to continue
    in the validation rules select the desired fields you wish to become required.
    Click the Finish button to end the wizard.
    now you have a user update information page restricted only to registered users in your website.
    don`t forgot to apply the "restrict access to page" over the page to make sure it`s protected.
    you can read more about this issue by visiting my full tutorial about:
    :: Building Membership System ::
    Best Regards
    Waleed Barakat
    Developer-Online Creator and programmer
    http://www.developer-online.com

  • Looking for a comprehensive online tutorial or book

    Hello Guys!
    I am looking for a comprehensive online tutorial or book that would contain all steps involving java web application development.
    For example, it would be cool if it would contain requirement definition, design, implementation, etc. and how all that is applied to java web application development. Also, it would be neat if it would provide templates regarding diagrams for each stage of the development.
    I thank you guys in advence for your help,
    John

    Thanks benubach!
    There appears to be a lot of information but it seems
    that most of it is simply a Java tutorial. Maybe I
    simply can't quite find the particular doc on that
    page.
    I am interested in a web program development guide
    including how each of the steps (requirement
    definition, design, implementation, etc.) in the
    process are created. It also be nice if the info
    would focus on using java/jsp in the implementation
    of each of steps in the process.
    Thanks,
    JohnI doubt such a document exists. I was hoping to find something similar that didn't resolve around a trivial case, but gave up after a while. This seems to be something that is learned more with working with others as well as reading many little things and building on each other.

  • Is there an online tutorial for IPhone 4?

    Is there an online tutorial for using the IPhone 4?  I just got one and could use some help to get started with it.

    http://www.apple.com/support/iphone/

Maybe you are looking for

  • 6.0.2 download stops halfway through ?

    I have not had firefox before, I was told by ebay to download it as i ma haveing problems with ebay being very slow and freezing? I went onto aol and googled firfox then clicked on a download for forefox 6.0.2 it asked me to run it i clicked it it th

  • Substitution variable in BR Graphical Interface

    Hi, we have a business rule using a prompt that we would like to change to a subtitution variable. But we can't just enter "&AnCour" (for current year). I didn't found any place where I could select my substitution variables (I can select prompts and

  • [solved]Network fails to start sometimes

    Hello! I'm having a problem with my network. Sometimes it fails to start. Usually, a reboot solves this. Here is the error log: [root@claudia log]# cat errors.log Aug 6 03:16:28 claudia dhcpcd[3194]: dhcpStart: interface eth0 is not Ethernet or 802.2

  • Errors with New Muse Download

    I just came back and rather than delete this post, I wanted to mention what I did in case anyone is still having problems. I just changed my preferences in the Adobe Application Manager and moved the location of the download to another drive. and all

  • SSMS Tools with SQL Express 2014

    Hi Need to know whether SSMS Tools that come along with SQL Express 2014 require client license?  Please let me know the details