I'm learning tapestry 5 web framework but I don't understand the principle 1 about it:
"Static Structure, Dynamic Behaviour", what does means it ?
If I don't add components to the components, how can I create a dynamic page?
anyone can help me?
Thanks in advance
...
Hi All ,
I have a div that has CSS as following,
<div style="overflow-y:scroll; height:100px;"> long Text....</div>
The issue is long text is shown and vertical scroll bars shown but when browsing the page div is scrolled to bottom and end of the of the long text is shown instead from beginning portion of long text.
Any way to fix t...
Hi Friends, I am looking for a book on jQTouch that teaches developing web application for Smartphones. I have found one on Amazon:
http://www.amazon.com/Beginning-Web-Development-Smartphones-Applications/dp/1453831053/ref=tmm_pap_title_0?ie=UTF8&qid=1284780488&sr=8-2
Has anybody tried this book?
Thanks
...
I'm working on a project that basically shall result in something like "source-to-source compiler" for javascript. Actually this is just the question if it shall result in some kind of compiler. Here's what I want to do:
I write Webapps in a generic way that shall be transformed into mobile device specific apps. So basically it's just l...
I have tested my pages in Firefox & IE and looking at Firebug in Firefox for some reason some images are taking a long time to load. They are not very big in comparison to the ones which are loading quicker.
Attached is a screenshot of Firebug.
I especially notice it in IE with the progress bar at the bottom of the page, it just sits ...
I'd like to test a website with iOS. Is it possible to use the iOS simulator to run the iOS browser?
...
Hi,
my concern is that I have to build a website for mobile devices. In the concept is an image set as header.
The problem is now: Different smartphones have different display resolutions.
There are e.g. 840x560, 480x320 or 800x480.
What do I have to write as meta-tags, css, etc. to fit the image in "every" modern smartphone to the d...
Hi.
I am using VirtualBox in Ubuntu with WindowsXP as the guest OS.
In Ubuntu I have a PHP/MySQL server running as localhost and with the VM network set to bridged I am able to connect to localhost from the VM.
However, I would like to limit the VM Guest to be able to continue connecting to localhost but NOT be able to connect to the ...
It seems like I remember seeing a web framework specifically for the Coming Soon pages that let you enter your email address to be notified about updates. Anybody know the name of that project?
...
I'll soon have to review a bolt-on to our existing site, which has been written by an outside developer. While I've been made to squirm over my own code before now, and I've reviewed individual methods or classes, I've never been faced with reviewing what's essentially an entire application. I need to cover both code quality and UI quali...
Is there a way in java script to get only a particular name instead of using document.getElementsByName("x"); which return an array? I have a kind of special situation where i can’t use the id. Any suggestions please?
Thank You.
...
How to create this effect where it looks like a newly inserted update shows up at the top of the stack and pushed the rest down? This is how it is done at the twitter home page.
Update.
In case this isn't clear, I am trying to understand the whole effect of how the uipdates section is animated and updated with the smooth scrolling effe...
Hi, I am looking for java script web portal framework(Like asp.net web parts) to create drag-drop interface for my website.
Please suggest me good ones.
...
I am building a page that will require some sort of Intellisense/Autocomplete, is there any jQuery/Javascript plugins that you know of?
We are currently using a control similar to a normal autocomplete, where suggestions appear below the text area after writting a period (we then get the current token and do reflexion to get available m...
Hi,
I'm working on a PHP application and I'm looking for some ideas for a real-time protocol that I can use for:
1) track users status and location within the application (this should be fast!!!)
2) chat system.
I'm looking for something like FMS and its "Shared Objects" where multiple users can subscribe to pieces of information. FM...
I just came across http://fwix.com/
I really like how they create the InfoWindow (popup) when you click on a map marker because the corners on their InfoWindow are not as round as the default InfoWindow corners.
Question: How do they create their InfoWindow so square, which I like, because the default Google Maps InfoWindow for a map m...
I am new to web development. It's easy to see a lot tag starting with:
<%=
<%!
<%@
What are these tag called? Is it from any specific scripting language? Can I find the reference on w3schools? Please help, thanks.
...
Hey guys,
I'm primarily a front end developer and I've been meaning to get into server side development. I'm not new to programming per se [I've been doing a fair bit of programming for the past couple years] but I'm fairly new to server side development.
I've dabbled with PHP in the past and have used it to construct spartan websites...
Hey!
When I JSON.stringify() the following code:
var exampleObject = { "name" : "Žiga Kovač", "kraj" : "Žužemberk"};
I get different results between browsers.
IE8 and Google Chrome return:
{"name":"\u017diga Kova\u010d","kraj":"\u017du\u017eemberk"}
While Firefox and Opera return:
{"name":"Žiga Kovač","kraj":"Žužemberk"}
I am ...
Does anyone know of any good resources for information on how to POST data from a HTML form over to a python script?
...