The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “RollerAds”/

Search results for query: *

  1. L

    Error handling

    We struggle to come up with a decent error handling function. I thought that I use a global variable $live to easily make a switch from testing to live. I will keep the function in an include file. I kind of got there to print a "user-friendly" message when the site is live, but it messes up...
  2. L

    .htaccess file

    I have to pass one parameter in the url (products.php?id=22) for the product catalogue template page. Do you think this cause problems? lala
  3. L

    Into Databases Part III - Normalisation

    Yes, sometimes it all goes crazy, especially when you discover what it means when they say "the terrible twos". The tandrums of my little boy reaching extreme levels right now. Feel like I have to go alone on a holiday or so...;) lala
  4. L

    Into Databases Part III - Normalisation

    Apologies Have to apologise that I have not delivered the promised article yet (and I have not been around for a while)... Hopefully my life gets a bit more organised soon... lala
  5. L

    .htaccess file

    I have been adviced to upload a .htaccess file with the following entry: "AddType application/x-httpd-php .php .html" to my new domain space to allow php (MySQL) functionality inside a "normal" .htm page. It is said to be better to save files as .htm than .php with regard to SEO. Please...
  6. L

    Polish special characters

    Not sure if there is, but have a go to change the Doctype... Cheers, lala
  7. L

    Polish special characters

    Does anyone have experience with Polish special characters in JavaScript messages? Using coding for those it displays the coding instead of the character. lala By the way, a big hello to you guys. Was kind of somewhere else for a while, but back home...
  8. L

    Into Databases Part III - Normalisation

    Want to apologise as I still have not had a chance to compile the next article in this series... Am very busy, but will continue as soon as I have a little gap:-) lala
  9. L

    Text file displayed in webpage

    Thank you for your advice:p lala
  10. L

    Text file displayed in webpage

    I guess there was a misunderstanding: I meant that I would have a separate text file on the server. The content of that file would be displayed in my web page. If I was to change the content to that particular text file and upload it to the server the content of the web page should be...
  11. L

    Text file displayed in webpage

    It would be great to have it as part of the "normal" HTML. But if you do not mind I would like to hear more about both possibilities... lala
  12. L

    Text file displayed in webpage

    Is there any way to include content from a text file in a web page? lala
  13. L

    Into Databases Part III - Normalisation

    I like this a lot "a glorious beacon of light";-) Cheers, lala
  14. L

    Into Databases Part III - Normalisation

    It is called normalisation when you efficiently organise tables in a database and use as little disk space as possible. Redundant data and integrity issues through unsynchronised data are avoided as much as possible. The process of normalising starts off with the least restrictive through to the...
  15. L

    Into Databases

    Part II Cheers, Temi. You made my day:-) And here it comes: Part II According to your data model you will work on your data schema now, which is the design of your database. A database consists of a number of tables. Each table represents one entity. It has columns and rows. The...
  16. L

    Into Databases

    Thank you Temi, Sounds great (lala is just really nice:-)). This encourages me even more to write some more articles... lala
  17. L

    Into Databases

    Part I The term database refers to a specific set of data, which can be accessed and manipulated through a database management system (DBMS). The databases themselves can be object-oriented, relational or hierarchical and there is a wide variety to choose from. Some DBMS are available only...
  18. L

    Creating your own blog

    Can you tell me your secret how you manage to do all this? It is amazing how much you contribute to the UKWebmasterWorld and and and. Wish I would have the same skills... Well done!!!!!! lala :)
  19. L

    Creating your own blog

    Melkior, Cannot wait for you next post. Thank you for your valuable contributions. If we would not have nice chaps like you we really would be lost in the dark;-) lala :D
  20. L

    Unable to open frame document

    Recently I got this problem with a frame document in Dreamweaver. Instead of showing the frame document with frameset etc (on which I click) it opens a file called Untitled Frame 2. In there it has a reference "remote file:http://www.website.net" (which is referenced in the frame document)...
MI
Back