fullmoon wrote:
Interesting...this is probably a fragment of the normal Scratch user page. How on earth did you find this?
Probably he's searching for his username...
Offline
Wow... interesting.
Offline
I think it's a glitch. Sometimes it just comes up like this for me.
It must somehow change the url...
-TDD
Offline
I know how you got this you looked at the webpage source code.
</div>
<div class="pagination_container">
<div id='pagination' class='pagination'>
<em>1</em> | <a href="/users/renderProjects/what-the/projects/?page=2" id="link96076407" onclick=" event.returnValue = false; return false;">2</a><script type="text/javascript">
//<![CDATA[
Event.observe('link96076407', 'click', function(event) { new Ajax.Updater('ajax_pagination','/users/renderProjects/what-the/projects/?page=2', {asynchronous:true, evalScripts:true, requestHeaders:['X-Update', 'ajax_pagination']}) }, false);
//]]>
See it in red. It's at the bottom of every user page.
Also there are favourites as well
<div id='pagination_secondary' class='pagination'>
<em>1</em> | <a href="/users/renderProjects/iCode-747/favorites/?page=2" id="link778407834" onclick=" event.returnValue = false; return false;">2</a><script type="text/javascript">
//<![CDATA[
Event.observe('link778407834', 'click', function(event) { new Ajax.Updater('ajax_pagination_secondary','/users/renderProjects/iCode-747/favorites/?page=2', {asynchronous:true, evalScripts:true, requestHeaders:['X-Update', 'ajax_pagination_secondary']}) }, false);
//]]>
</script></div>
Offline
It divides your projects on your user page, into pages. It's not much of anything, but apparently the pages of projects is separate of the user page. Nothing to exciting. ^.^
Offline