server side

Tag details

Welcome to the 'server side' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'server side'.

Look up Offsite Link "server", Offsite Link "side" at The Free Dictionary

Latest blogosphere posts tagged “server side”

  • Speed Up that Website – Reduce File Size and Limit Cookie Size


    Best Web Image - Web Usability and DesignAuthority Authority: 127
    After my last post about minimizing RTT’s you may have a bit of a headache, and feel it’s not worth the trouble to make your site load any faster. Well this post lists some easy methods suggested by Google to speed up your website, and you may have already tried a few of them. Uploading Got a fast internet ...
    10 hours ago
  • PHP Wiki Syntax Parsing


    kirupaForumAuthority Authority: 167
    Ive been looking for a decent Wiki Parser class, and have as of yet had no luck. Really I just need the Regex strings, but a fully realized class or function would be great too. Looking for links / resources. Maybe a tutorial would be fine.
    1 day ago
  • .htaccess works without Auth, but not with


    kirupaForumAuthority Authority: 167
    I have a site that uses ExpressionEngine in the root directory, and then has a protected installation of CodeIgniter in a subdirectory. Im transferring a site to be in its new domain, from a temporary location, but Im having some issues. The temporary location was http://servername.com/~sitename/ , and Im moving it ...
    1 day ago
  • Suggested Methods by Google for Speeding Up Your Website


    Best Web Image - Web Usability and DesignAuthority Authority: 127
    Sticking to this weeks theme of speeding up your website, I thought I would address the most likely source of all our visitors, Google. Google may not be your primary source of visitors, but I’m sure you are getting at least a fair percentage of your traffic from them. To make sure they are happy with your site, ...
    1 day ago
  • Form tutorial found on Kirupa


    kirupaForumAuthority Authority: 167
    Hi all, Hope this is in the right section ... Ive been playing a bit with the form tutorial found here: http://www.kirupa.com/web/php_contact_form4.htm . Ive been trying to implement a forwarding URL after the form is submitted - does anyone know how I can do this successfully? Lol Thank you ~`
    2 days ago
  • PHP Scripting Database entries into XML


    kirupaForumAuthority Authority: 167
    Just wanted to say that I enjoyed Jubbas guide for converting database entries into XML .. I wanted to show you guys my version from where I tweaked his ideas from it. PHP Code: $query = "SELECT * FROM members"; ...
    2 days ago
  • PHP Finding available time


    kirupaForumAuthority Authority: 167
    Ok, I can already input available time in MySQL. Like: AvailableDay = Monday FromTime = 08:00 ToTime = 11:00 Means its available on Mondays from 8-11am Now, I need to create a drop down menu that will allow the user to select, schedule appointment: 8:00 2 hour 8:00 1 hour and a half 8:00 1 hour 8:00 half hour 8:30 ...
    2 days ago
  • Accessing a MySQL database from Node.JS


    DevthoughtAuthority Authority: 107
    I just pushed node.dbslayer.js to GitHub, a very basic and easy-to-use interface to DBSlayer. What is DBSlayer ? The DBacesslayer aka DBSlayer is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer ...
    2 days ago
  • PHP foreach $_POST Form Mailer


    kirupaForumAuthority Authority: 167
    Hello there, This is probably a really simple fix, but I have been trying to figure this one out for a good while before posting it here. Okay, so I have a form with elements that post into a form_mailer.php page. So far everything works using the foreach function below: PHP Code: foreach( ...
    3 days ago
  • Multilingual php site Question


    kirupaForumAuthority Authority: 167
    Hello, i would like to ask a question, if somebody knows this it would be really helpful to point me to the right direction. Lets say i am building a multilingual site that when the user selects a language, this is stored in a "language.tmp" file as "ENG" or "SWE", (might be stupid to ask, but i really dont know) ...
    3 days ago
  • PHP ftp_put vs html upload and more


    kirupaForumAuthority Authority: 167
    hello all - i have a couple of what should be easy questions: 1) what are the advantages/disadvantages of using php´s ftp functions, like ftp_put over normal html post methods? 2) in trying to use the ftp_put, i need an html form which will post the filename/path (NOT THE FILE -- i don´t want to upload the file ...
    4 days ago
  • MSSQL and Very Large Tables


    kirupaForumAuthority Authority: 167
    Im working on a project for work and I have some concerns about storage. We use MS SQL server 2005. The project involves some tracking and Im estimating that there will be about 5 million entries in one table every month. My boss wants these statistics to stay in the db indefinitely, though Im not sure this is ...
    5 days ago
  • PHP Finding if time overlaps


    kirupaForumAuthority Authority: 167
    Im trying to create a function to find out if two time ranges overlap. function($from, $to, $day, $from_compare, $to_compare, $day_compare) $from, $to, $from_compare, $to_compare should get a 24-hour time format, for example, 13:00-17:00 $day and $day_compare would contain something like Monday or Tuesday, but not ...
    5 days ago
  • PHP generated list - static positions


    kirupaForumAuthority Authority: 167
    Hi Guys, I have a While loop that creates a list from my database. The results are presented in ASC order based on their ID (1,2,3,4 etc) I would like to be able to set a few of the results so that they are always at a specified position. e.g 1, 13, 21 and 40. I cannot think of a way to do this and would appreciate ...
    5 days ago
  • hello need some help with a while loop


    kirupaForumAuthority Authority: 167
    hi there, i think i am really tired and novice for this one... i need some quick help and i am sure this is quick for an experienced user. i have a script that changes the language of the page and i locate the language of the page by storing the session to a "language.tmp" file so after i do this i have this ...
    6 days ago
  • PHP Client Login System


    kirupaForumAuthority Authority: 167
    Hi all, At the moment I have each of my clients websites uploaded to my web space in a test folder for them to view. This is the simplest way for them to view their site that I am working on; to go to my-site.com/test/their-site and have a play around with it. I have come to a point where this is getting a little ...
    6 days ago
  • PHP error only when running from cronjob


    kirupaForumAuthority Authority: 167
    Hi I have a script, it is very simple: // call the xml $xml = file_get_contents("http://twitter.com/statuses/user_timeline/" . $myTwitterID . ".xml" ); $directory = "xml"; $xmlFileName = "twitts.xml"; // cria o XML try{ $fp = fopen($directory./.$xmlFileName, w); fwrite ($fp, stripslashes($xml) ); fclose($fp); ...
    1 week ago
  • multiple "blog sections" in wordpress?


    kirupaForumAuthority Authority: 167
    I am setting up a self-hosted WordPress site for a friend who wants to set up an online-magazine website.. Now here comes the problem... There will be different sections for the magazine (music, art, movies, fashion, lifestyle, etc..). Each section will have its own blog where the admin / authors can add new posts. ...
    1 week ago
  • PHP I need help with contact form...


    kirupaForumAuthority Authority: 167
    Hi to all, Im new here and I need help for my contact form. My friend from Serbia recomended Kirupa Forum and here I am. Problem is when I receive non latin (Cyrillic Russian) message from my contact form I receive coded symbols like this: чсиьтбджгнгенуе Then I must ...
    1 week ago
  • Enquiry form


    kirupaForumAuthority Authority: 167
    Hey. Im doing an enquiry form. I need to be able tick boxes about a product on one html page and then the "answers" for the ticked boxs get put onto a separate page. i.e. the enquiry form. So The boxes that have been ticked on previous pages are now summarised on the enquiry form, I want to be able to add as many ...
    1 week ago

Comments about server side

Personal attacks are NOT allowed
Please read our comment policy