O'Reilly Forums: lse123polis - Viewing Profile - O'Reilly Forums

Jump to content

User Rating: -----

Reputation: 0 Neutral
Group:
Members
Active Posts:
39 (0.03 per day)
Most Active In:
Head First HTML5 Programming (13 posts)
Joined:
04-October 09
Profile Views:
8,179
Last Active:
User is offline May 02 2013 03:16 PM
Currently:
Offline

My Information

Member Title:
Active Member
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Not Telling Not Telling

Contact Information

E-mail:
Click here to e-mail me

Latest Visitors

Topics I've Started

  1. I Am Java Guy Plan To Read The Below Java Books, Well Started With First

    02 May 2013 - 07:28 AM

    I am JAVA guy plan to read the below Java books, well started with first, but wondering if anyone knows the right series to read them, So begin with ... end with(road map)...?
    • Head First> Head First Software Development
    • Head First Object-Oriented Analysis & Design
    • Head First Design Patterns


    as of my Java background, I have read 2-3 java/jsp programming books incl DEITEL JAVA htp 7e, etc...
  2. Is Best Use Jquery Mobile, For Buttons And All Kind Of Functionality

    12 April 2013 - 06:44 AM

    in RESPONSIVE DESIGN (one web design PC-TABLET-PHONE) is best use jQuery Mobile, for buttons and all kind of functionality?
    or not is not supported by most current browsers(in case what appear then for a jQ mobile button if no support?)?
    You do this?
  3. Implement Below In Ch.10-Fractal Exa, But When Initiate Ondblclick Before Finish Executio

    14 December 2012 - 03:44 AM

    I am going implement below in ch.10-fractal exa, but when initiate ondblclick before finish execution, startup the onclick function... what to do to can click one of the two not the other?

    	
    	canvas.ondblclick = function() {
    		window.location = canvas.toDataURL('image/png');
    	};
    	canvas.onclick = function(event) {
    		//var t=setTimeout(function(){alert("done")},10000)
    		handleClick(event.clientX, event.clientY);
    	};
  4. Why This Does Not Give Alert Even With

    13 December 2012 - 06:58 AM

    /chapter10/pingpong.html

    why this does not give alert even with
    if (event.data != "ping")
    ... if not first block (if) activated isn't going to get activated 2nd else block???????????????



    onmessage = pingpong;
    
    function pingpong(event) {
    	if (event.data == "ping") {
    		postMessage("pong");
    	}
    	else{//if (event.data != "ping")
    		postMessage("nopong");
    	}
    }
    
    
    window.onload = function() {
    	var worker = new Worker("worker.js");
    	worker.onmessage = function(event) {
    		alert("Worker says " + event.data);
    	}
    
    	for (var i = 5; i > 0; i--) {
    		worker.postMessage("pong");
    	}
    }
    
  5. The Problem Is Only One Image Appear From The 2 Or 3 Images… Is Any Stack Order?

    06 December 2012 - 01:46 AM

    I am having difficulty appear two images (or more) or one image and a canvas all in a another canvas, the problem is only one image appear from the 2 or 3 images… is any stack order? What to do?

    using drawImage

Friends

lse123polis hasn't added any friends yet.

Comments

lse123polis has no profile comments yet. Why not say hello?