1
vote
1answer
15 views
Which eclipse version to use on a Mac? (Carbon or Cocoa)
When i go to the eclipse website (http://www.eclipse.org/downloads/) there are 3 different versions of eclipse for Mac:
Carbon 32bit
Cocoa 32bit
Cocoa 64bit
I'm confused about why there are three …
0
votes
2answers
11 views
Fix incorrect nesting
function drawinventoryList() {
inventoryArray.sort();
var inventoryString = "";
for (x in inventoryArray) {
arrayValue = inventoryArray[x];
var counter = parseInt(x) + 1;
…
3
votes
6answers
143 views
Javascript: Changing color of every “r” in html document.
EDIT [how can I] change the color of every R and r in my HTML document with javascript?
0
votes
4answers
42 views
div floating over table
i am try to get a div to floating over table so it will be ontop of all the txt?
0
votes
2answers
35 views
Making a div expand its width to fit fixed width content in IE 6 and 7
I need a div with a border to wrap around arbitrarily sized fixed-width content (this means I do not know what that fixed width will be, it changes from page to page).
The below html does what I'd …
0
votes
5answers
87 views
Get html output from python code
Guys,
I have dictionary and would like to produce html page where will be drawn simple html table with keys and values. How it can be done from python code?
4
votes
4answers
62 views
Is it possible to get Google Maps Directions using HTTP requests?
Is it possible to use the Google Maps API router just using HTTP? Something like http://maps.google.com?from=blah?to=blah
And have it return some sort of XML or JSON representing the directions?
5
votes
5answers
184 views
Why can’t radio buttons be “readonly”?
I would like to show a radio button, have its value submitted, but depending on the circumstances, have it not editable. Disabled doesn't work, because it doesn't submit th value (or does it?), and it …
1
vote
3answers
94 views
How to get 19KB Minified version of jquery file?
Jquery.com shows Minified and Gzipped version as 19KB?
Production (19KB, Minified and Gzipped)
Development (120KB, Uncompressed Code)
but when we click on download for Production version. it …
0
votes
9answers
150 views
What is better to use, Tables or Divs? [closed]
Possible Duplicates:
Divs or tables?
DIV’s vs. Tables or CSS vs. Being Stupid
Is it better to replace a Table based layout with a Div layout?
Is it better for performance and …
0
votes
3answers
38 views
CSS: have a div after an absolute positioned div
Hey,
I was wondering how to do this, my current mark up is as follows:
<div id="playArea" style="position: relative;">
<div id="widget1" class="widget" style="position: absolute; left: …
0
votes
3answers
63 views
Ask the help for regular expressions in Android
Hi, all.
I am a beginner on developing Android's application. I have some problems about using regular expressions in Android.
In my application, I had write some code for get back the source code …
3
votes
6answers
55 views
Compressing CSS and JS without mod_gzip and mod_deflate
I would like to compress the CSS and JS files on my server to minimise load times, problem.
My hosting is with Streamline.net (big mistake, never go there) who will not activate mod_gzip and …
0
votes
0answers
47 views
Using Laptop Screen as a monitor [closed]
I am planning to buy a Mac Mini. I have a Windows laptop and wanted to get a Mac. But my job requires me to move every 3-4 months, so don't want to get a monitor that I will have to carry around all …
0
votes
2answers
28 views
Refresh Page only time
Hi, I write a meta tag for refreshing web page. Now i want to refresh a page only one time.
What is the code for refreshing page only one time. Please help me to fix the problem...
Thanks in …
