Tagged Questions

1
vote
2answers
77 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 JavaScript-free. He would …
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 1 and 2 Anybody …
2
votes
3answers
255 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 suggestions, such as "make …
0
votes
0answers
17 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
371 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 service reference …
0
votes
3answers
60 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 customize both the theme …
4
votes
13answers
738 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 debate yet. In my …
12
votes
8answers
679 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 development? Most …
0
votes
4answers
145 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 no experience …
0
votes
1answer
111 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
65 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: JDK_1.6, but the …
2
votes
3answers
127 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, out of the box CMS?
0
votes
2answers
111 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
67 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 similar string on …
1
vote
5answers
477 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 platforms? How do they …

1 2 3 4 next
15 30 50 per page