A Flash Developer Resource Site

Search:

Type: Posts; User: a_slosh

Page 1 of 20 1 2 3 4

Search: Search took 0.18 seconds.

  1. It is kept there with %{QUERY_STRING} but I...

    It is kept there with %{QUERY_STRING} but I haven't seen it actually be appended to a URL string which is why I was asking if there are any issues like this.

    The site is on a dedicated server so...
  2. [PHP & mod_rewrite] Propagating session ID when cookies are turned off

    I have my site set up with RewriteRules for basic SEO but have run into some problems with propagation of sessions when cookies are disabled.

    Without rewriting pages the session IDs are propagated...
  3. Anyone? Is it perhaps something to do with the...

    Anyone? Is it perhaps something to do with the way I declare the properties?
  4. [CS3] [AS2.0] Class constructor changes private properties of other objects

    I am creating classes for a 3D environment. One such class is outlined below (with irrelevant code excluded):



    class Object3D {

    private var pos:Array = new Array();

    private var...
  5. Replies
    3
    Views
    466

    Thanks Jim. I study at Macquarie and live about...

    Thanks Jim. I study at Macquarie and live about 10 minutes away. Where did you study here?
  6. Replies
    3
    Views
    466

    Safari Users Needed

    Can someone please take a look at my site in Safari and let me know of any bugs:

    www.websliced.com
  7. Replies
    7
    Views
    1,088

    I'm an idiot!

    I'm an idiot!
  8. Replies
    7
    Views
    1,088

    I think you may have a problem somewhere; as far...

    I think you may have a problem somewhere; as far as I know checkboxes send through either "on" or "off" as their values and not just "checkbox".

    Post your HTML/PHP so we can have a look.

    Once...
  9. Just to clarify something that sneakyimp meant...

    Just to clarify something that sneakyimp meant but never included. The iterated variables are the ones being sent to the actionscript (and not the PHP ones). Like this:



    <?php

    $con =...
  10. Replies
    0
    Views
    1,487

    PHP instanceof / parent object of $this

    Am I correct that I can not use:



    if(parent instanceof myClass){
    ...
    }


    as parent refers to the class (and not object) that the current class extends?
  11. Replies
    2
    Views
    831

    I hate to answer your question with another...

    I hate to answer your question with another question but is there a specific reason that you need to do it? Unless you really need to I think this could just be a waste of space/queries.
  12. Replies
    2
    Views
    1,350

    Thanks mate! I've never used objects in PHP...

    Thanks mate! I've never used objects in PHP before and these overloading abilities are incredible.
  13. Thread: Cms!?

    by a_slosh
    Replies
    21
    Views
    2,010

    Here are the basics of using forms. I have...

    Here are the basics of using forms. I have assumed using the POST method so just replace POST with GET if you choose otherwise.

    Accessing a field passed via a form, assuming the field was <input...
  14. Thread: Cms!?

    by a_slosh
    Replies
    21
    Views
    2,010

    What kind of server side programming knowledge do...

    What kind of server side programming knowledge do you have? I would suggest PHP as being very easy to learn and implement.

    I think the simplest way to build a CMS for yourself would be to create a...
  15. Replies
    2
    Views
    1,350

    PHP 5 Classes - Overloading __set & __get

    I have a brief explanation of what I am doing and my questions follow.

    For my current project I need to overload set & get in order to store certain properties within an array, as follows (highly...
  16. Replies
    2
    Views
    1,506

    Thanks catbert :) It causes another problem with...

    Thanks catbert :) It causes another problem with the repeating background going slightly too far but I will find a way around that. It should be easier to fix than the original problem.
  17. Replies
    2
    Views
    1,506

    [CSS] Firefox 100% height div

    I am trying to have a div expand to 100% height of its container div

    After many trials and Googling I have discovered that Firefox does not render height: 100% as 100% of the div's container but...
  18. Thread: Babysitting

    by a_slosh
    Replies
    5
    Views
    1,896

    Wow it's heavy! My arm is killing me - decided...

    Wow it's heavy! My arm is killing me - decided not to use a tripod just for ease of movement.

    Here are some of my favourites - haven't touched them up yet, just adjusted the curves for better...
  19. Thread: Babysitting

    by a_slosh
    Replies
    5
    Views
    1,896

    Babysitting

    I got a Nikkor 70-200 f/2.8 VR for the weekend :) Best thing is that it's paid for by my client that I'm shooting for on Sunday but because it's a weekend I had to get it for 3 days minimum (at...
  20. Replies
    17
    Views
    2,156

    3rd and 4th are incredible! :thumbsup:

    3rd and 4th are incredible! :thumbsup:
  21. Replies
    13
    Views
    1,972

    Did you severely underexpose and try to save...

    Did you severely underexpose and try to save this? It looks slightly HDR.

    Nice capture, think I would have shifted him to the left a bit to rather get more of his legs and less of the wheel - just...
  22. Replies
    33
    Views
    3,204

    The width is limited and it will just added rows...

    The width is limited and it will just added rows of 3. Once there are too many columns I will use the multipage addon for Pixelpost to split it up.

    Thanks 1stbite
  23. Replies
    33
    Views
    3,204

    My new one is up: www.50mmprime.com ...

    My new one is up:

    www.50mmprime.com

    Everyone who had already posted their blog in here has a link on my about page :)
  24. Replies
    2
    Views
    1,008

    Thanks 1stbite :) Does anyone know how to handle...

    Thanks 1stbite :) Does anyone know how to handle this in Safari? The IE fix is:



    table {
    border-collapse: collapse;
    }


    The text is also larger than it should be. Everything is done by <td...
  25. Replies
    2
    Views
    1,008

    New Photoblog - Please help

    Now that I'm back from overseas with a substantial number of photos to include I've finally decided on a format for my new site. Currently the domain name isn't finalised so it is in a subfolder.
    ...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center