Search:
Type: Posts; User: giovanni.85
Search :
Search took 0.01 seconds.
Basically I had two nested divs, one acting as a container and the other inside the container. What happened is that the top margins were the same (collapsing margins). In fact, when I was trying to...
I figured out that was a problem of collapsing margins..quite tricky as I had never come across to it before!
Hi everyone!
I have a div and another div within it which contains some text. If I try to set the top margin of the inner div, this gets set for the container div too. The only way to avoid this...
If you have experience with Java, then GWT is a good choice. It uses a set of Java libraries and it provides ready to use widgets that you can also customise if want to. Also, it is quite easy to...
Hi
is it possible to use the Composite and the Decorator design patterns in combination, at the same time.
What changes in the UML diagram, for example the abstract class in the composite...
thanks criterion9..
so in order to develop a web application with javafx I can program using any Java library I like, adding javafx scripts for effects and so on.
I can then connect the...
my doubt is how I can connect the javafx application to a server in order to retrieve data from a database for example?
I d like to do a comparison for a project at uni, comparing flex silverlight...
Hi guys
I am new to Javafx and I have some doubts.
I understood that Javafx is a development platform and it is possible to write programs using Java APi and javafx api.
On the web Javafx is...
thanks a lot!
this is exactly what I was looking for!
It works perfectly!
Hi
I have an onmouseover attribute which calls a function called changePicture, and it works fine, by changing the src of the picture.
If I mouse over something else I want to call a function...
Hi
I am running this script I found which works fine.
I use it to create a temporary file which I rename to have the pdf extension.
This is the code:
//Determine a temporary file name in...
Hi!
I am trying to edit a PDF file using a php script.
I already have the pdf template with just a string to substitute. This string is <<name>>.
In the php script I am using str_replace ()...
I just went to google map web site, I looked for the map I wanted then I selected the code generated in the Link section on the right hand of the map, and that is it!
I used no javascript at all,...
Hi
I want to embed a google map in my html web site.
Someone says that a key is needed, which is really simple to get.
Others says just to type the address on googlemap and copy the html...
Hi
I know that bluetooth and wi fi are both wireless technologies which are independent from each other.
As they both create wireless networks, do I have the same problems security in both?Or...
you think so?
For what I understood android framework should expand Java ME one's with more capabilities..isn't it?
Anyway, I will definitely download the sdk to start playing with it..do you...
yes I am thinking about developing a mobile application for Android smartphones which use Java ME.
Hi
I would like to learn J2ME for my final year project, can you suggest me any good book to start with?
I already have some experience with Java SE.
Also any on line tutorial would be good....
Hi
can someone please tell me the difference between .NET framework and Visual Studio?
Besides, what about if I want to develop applications using Silverlight?Do I have to use Visual Studio?
...
Hi
I am new to php and I know that one of the most famous frameworks is ZEND.
Could you give me some examples of what applications I can develop using ZEND?
I am looking for something for my...
Hi
does anyone know how I can use libraries like OpenVG to do SVG graphics?
I know that Khronos implemented that (among many others) but I don't have really clear which development platform I...
Hi
is there any multimedia framework that allows me to develop multimedia applications for the web?
I used Adobe Flex framework on the Flex builder but I wanted to know others.
Thanx
Thanx NogDog.
I checked out the frameworks that you mentioned.
One thing is not clear, is it possible to work with multimedia using one of these frameworks?
Is there the possibility to...
Hi
I am new to web development and I want to have one thing clear.
What is the difference between a Framework and a Development Platform?
For example I know that I can program in PHP using...