1
vote
2answers
76 views
Blogging Tool Needed for Standards Compliant Webpages
A programmer I know has a website that is fully Standards Compliant. It uses Unicode-encoded fully-validated XHTML 1.1 with CSS. The pages are frames-free, table-free and JavaScri …
0
votes
1answer
19 views
How does the .net Framework Class call Platform API?
We know that .NET framework class encapsulate the Win32 API, now I am wondering how the .NET framework class call Win32 API?
Ways I know so far:
Through P/Invoke
VC++/CLI
Both …
2
votes
3answers
251 views
.NET enterprise application platform (same as JBoss to Java)
As a .NET developer I'm asking whether JBoss alternatives exist to be "more suitable for .NET development" as an enterprise application platform.
Please do not make any suggestion …
0
votes
0answers
13 views
How to install wamp server and zend platform without conflict?
I first installed wamp server and everything works fine,
but after install zend platform,things go wrong.
Anyone has the right steps to avoid this?
0
votes
2answers
355 views
Consuming a web service with the Netbeans Platform
I have an application that is written with the NetBeans Platform 5.5. I'm having trouble consuming a web service.
If I create a Java SE application in NetBeans, I can add a web se …
0
votes
3answers
59 views
How to allow customization of a platform built on Drupal (and PHP obfuscation)
Hi, My company is building a platform on top of a heavily extended Drupal core. I have multiple customers who will be using separate instances of this system and will want to cust …
4
votes
13answers
719 views
Which is the future of web development: HTML5 or Silverlight(or other RIA framework)?
My colleagues have a heated debate on what is the future of web development. One side is supporting HTML5 and the other is supporting Silverlight. There is no conclusion of the deb …
12
votes
8answers
672 views
Can you do Desktop Development using JavaScript?
I know there's JScript.NET, but it isn't the same as the JavaScript we know from the web.
Does anyone know if there are any JavaScript based platforms/compilers for desktop develo …
0
votes
4answers
136 views
JQuery VS Flex - Choosing a Platform for SAAS
Our team is about to start a SAAS web application geared toward small businesses. This is a completely new experience for us; we are a system/linux/php development organization and …
0
votes
1answer
109 views
getaddrinfo returns always 11001 (host not found)
Although the searched FQDN appears in etc\hosts file.
Any idea?
Thanks a lot!
0
votes
1answer
61 views
What does Java Error “Your active platform is: JDK_1.6, but the corresponding property “platforms.JDK_1.6.home” is not found in the project’s properties files” mean?
I'm a Java noob (but have been programming for 25+ years, and have worked with OO languages from day 1).
All of a sudden I started getting this error:
Your active platform is: JD …
2
votes
3answers
124 views
Is Django Book platform available?
The Django Book has a neat content publishing template. Anyone knows if it's available for public use?
Alternatively, what Django sources would you recommend as an easy to use, o …
0
votes
2answers
108 views
ideal programming language for writing applications? [closed]
what is the most convenient and simple (lets substitute simple with efficient/..?) programming language for writing applications for all major platforms?.
c# or java?
and why?
0
votes
6answers
66 views
How to obtain a string describing the current platform ?
I need to check the platform I'm on, meaning: processor, operating system, and operating system version. An example I currently have is i686-apple-darwin10. How can I obtain the si …
1
vote
5answers
463 views
What common algorithms are used for C’s rand()?
I understand that the C specification does not give any specification about the specific implementation of rand(). What different algorithms are commonly used on different major pl …
