Home

Spacebug open source initiative

Primary links

  • Get involved
Home

Navigation

  • Documentation
  • Projects
    • Ajaxdo
    • JComet
    • MantaRay
    • Spring-Dashboard
    • JNI.NET
  • Blogs
  • Downloads

Tag cloud

Architecture Ant Drupal eclipse JSP .NET Reviews JavaScript AJAX Tips Open source Java
more tags


Add to Google Reader or Homepage

Poll

Best for web dev:

Recent blog posts

  • Silverlight 2.0 Calculator Example Application
  • Useful tool - Vista Battery Saver
  • Does the open source professional services business model suck?
  • PHP calling .NET - PHP to WCF calls with parameters
  • Adding Spacebug to Technorati.
  • PHP calling .NET - PHP to WCF communication
  • Language syntax's, performance, PHP, Ruby, Java and who's better? Ahhhh!
  • Does Google want us to switch from Internet Explorer to Firefox?
  • PHP calling .NET - Running WCF service with basicHttpBinding
  • Tip: Visual Studio 2008 fails to debug WCF web service
more

User login

  • Create new account
  • Request new password

Tips

Useful tool - Vista Battery Saver

Submitted by Amir Shevat on Mon, 08/04/2008 - 19:25
  • Environment
  • Open source
  • Tips
  • Tools

Yesterday, I lectured on environmental technologies and had a chance to present, what I think is, one of the most useful ,open source downloads for people who use Vista on their laptop.

A few months ago, my friend Tamir Khason has released a super cool open source application called Vista Battery Saver.

  • Amir Shevat's blog
  • Add new comment
  • Read more

PHP calling .NET - Running WCF service with basicHttpBinding

Submitted by Amir Shevat on Wed, 07/23/2008 - 11:30
  • .NET
  • Interoperability
  • PHP
  • Tips
  • WCF
  • web services

I am Writing a PHP application that needs to run a back end .NET application. When creating a running the WCF web service out of the box, the PHP could not connect to the web service.

The problem:

The PHP returns "Caught exception: Cannot process the message because the content type 'text/xml; charset=utf-8' was not the expected type 'application/soap+xml; charset=utf-8'."

 

The reason:

WCF is running a new version of web services than expected by the PHP.

 

  • Amir Shevat's blog
  • 1 comment
  • Read more

Tip: Visual Studio 2008 fails to debug WCF web service

Submitted by Amir Shevat on Tue, 07/22/2008 - 09:37
  • .NET
  • Software development
  • Tips
  • WCF

When trying to debug a WCF ( windows communication foundation) .NET 3.5 framework library, you might encounter a problem where Visual Studio (VS 2008) refuses to run or debug the WCF web service.

 

the problem:

The error you get from the WCF test client when trying to debug the WCF service is this - "WCF Test Client: Unrecognized option 'targetclientversion' specified"

  • Amir Shevat's blog
  • Add new comment
  • Read more

Tip: Solving the browser caching problem of AJAX applications

Submitted by Amir Shevat on Fri, 07/18/2008 - 14:55
  • AJAX
  • JavaScript
  • Tips

Browser caching is generally a good thing, why download the same image again and again while you can download it once and save it on the browser? In some cases, however, this is not a wanted behavior.

The problem:

  • Amir Shevat's blog
  • 3 comments
  • Read more

Tip: how to write an XML document with JSP for AJAX applications

Submitted by Amir Shevat on Fri, 07/18/2008 - 11:28
  • AJAX
  • Java
  • JavaScript
  • JSP
  • Tips

AJAX applications usually connect to a server side application and request data in the form of XML. When the server side is written in JSP (Java Server Pages), for example a spring-framework web application with JSP views, writing the XML response is sometimes problematic.
The problem:
When using JSP to format the data in to XML and send it to the AJAX application, the XML is not recognized as XML (empty DOM object) and the AJAX application does not function properly.

  • Amir Shevat's blog
  • Add new comment
  • Read more

Removing the Ant Configuration Selection in eclipse

Submitted by Amir Shevat on Fri, 07/18/2008 - 11:24
  • Ant
  • eclipse
  • Java
  • Tips

When I updated to eclipse 3.2 I found a new irritating feature:

The problem:

The first time when selecting the Run As-> Ant build… on any of the ant tasks (targets) you have in your build.xml file, you get a window called “modify attributes and launch.”

After that any time you try to run an ant task (with or without the build…) you get an annoying “Ant Configuration Selection” window that makes the ant running process a click longer.

  • Amir Shevat's blog
  • 1 comment
  • Read more
Powered by Drupal, an open source content management system
Spacebug.com (c)2006
RoopleTheme