User Profile

Collapse

Profile Sidebar

Collapse
vanko
vanko
Last Activity: Apr 18 '11, 11:43 AM
Joined: Mar 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vanko
    started a topic Zend formatter problem
    in PHP

    Zend formatter problem

    Hello

    I am using ibuildings ZF. When I press Ctr+Shift+F
    the code is formated this way

    Code:
            $adapter = $this->getAuthAdapter(
            $form->getValues());
            $auth = Zend_Auth::getInstance();
            $result = $auth->authenticate($adapter);
            if (! $result->isValid()) {
                $form->setDescription(
                'Invalid credentials
    ...
    See more | Go to post

  • vanko
    replied to asynchronous javascript
    Deam...:) i knew that this won't be possible. It will really be cool if there would be a way to do multithreading in js, don't you think :))
    I think I got the idea...just to use object oriented javascript code :)
    10x for the answer...
    See more | Go to post

    Leave a comment:


  • vanko
    replied to asynchronous javascript
    NO, this is not the issue i'm facing. :(
    I don't want to make a request to the server, I want to do some javascript job :)...do some html parsing that takes some time. And the problem is that during that time I want to do something else in javascript. Is this possible? The effect should be like starting a new thread in C# or Java to do something. I hope you got the idea now......
    See more | Go to post

    Leave a comment:


  • vanko
    started a topic asynchronous javascript

    asynchronous javascript

    hi

    is there a way to execute a js function async so that the UI is not frozen. something like starting a new thread :) to do something else. i don't know if this is possible, but I was thinking why not, because you can make an async web service calls?! So is there a way to do it?
    See more | Go to post

  • vanko
    replied to How to run a background script
    Oppss wrong section for me i think. My comment was for asp.net. sorry :)
    See more | Go to post

    Leave a comment:


  • ASP.NET: Send web page in pieces with correct html rendered?

    Hi

    I want to send my aspx page in peices. I send a html div tag first in the page Init handler:

    string div = @"<div>fisrt div</div>";

    Response.Write( div);

    Response.Flush( );

    And after that leave the page to execute normally.

    The result is that my div element is placed before the DOCTYPE otside the html and body tags. How can I do it so that...
    See more | Go to post

  • This is ASP.NET. I am not sure that this is the rigth section for this post...
    See more | Go to post

    Leave a comment:


  • vanko
    replied to How to run a background script
    you can start a new Thread that will do the job
    See more | Go to post

    Leave a comment:


  • Send web page in pieces with correct html rendered?

    Hi

    I want to send my aspx page in peices. I send a html div tag first in the page Init handler:

    string div = @"<div>fisrt div</div>";

    Response.Write( div);

    Response.Flush( );

    And after that leave the page to execute normally.

    The result is that my div element is placed before the DOCTYPE otside the html and body tags. How can I do it so...
    See more | Go to post
No activity results to display
Show More
Working...