web

What mobile framework is suitable for a project which requires frequent database communication?

I have been struggling between jqtouch, iphone sdk and sencha touch for the past week. I still cannot make up my mind which is the most suitable mobile framework for my project. My project need users to submit content based on their current geological location, thus often fetching and submitting data into the database. It's abit like fou...

WebServices .Net returning data

Hello.. I have a service method <WebMethod()> _ Public Function placeOrder(ByVal name As String, ByVal surname As String, ByVal phone As String, ByVal address As String, ByVal pid As Integer, ByVal items As Integer) As String which places the order and assigns it an ID... If the order fails for some reason (no availability,etc,...

What should be the role of web services in a web site?

I'm building a web site which includes a control that will use a LOT of data. So I thought of doing that through web-service, in order to improve scalabality- that way I'll be able to use a different server for this purpose. Is this a good idea? If so, where does it stops? Why not have web-services all around, and a very "thin" web site?...

How to automate a text message?

I have a group that needs to send out announcements and current events via phone text message. I want to have a central phone number that when it receives a text message, it rebroadcasts that message to a growing list of subscribers. I'm hoping to use a Google Voice number to avoid buying an actual phone number. Any ideas? I've thought ...

How to get an icon from address bar ?

How to get an icon from address bar of Opera, I.E. and other browsers ? ...

good example liftweb app using Google Map API?

Anyone know of any good examples of using Google Map API from within a scala liftweb app? ...

GP Webservices and Adding Notes to Invoice

We use webservices to integrate our Dynamics CRM 4.0 with GP 10.0. We do alot of integration using GP webservices like creating invoices, customers and vendors. However, we just faced a problem. We need to use the web services to add some notes to the invoice. I have searched a lot but couldn't find a way to do so. Can anybody guide me ...

Module level code packing or installation in ASP.NET MVC

hi, We have a list of modules in an ASP.NET MVC site. We have a scenario to deploy the web site module wise. We restructured our code to have different namespaces for each module. How is it possible using installer to restrict module level installations? It is just like having feature based installation at par with Microsoft Products....

Why isn't web2py more readily adopted?

I have been playing with python and different web frameworks. I started with Django, but am not in so deep that I am entrenched. I really quite like python but have not found that "perfect" web solution. My qualifications of perfect would be: simple to learn/code simple to host (my webhost, Site5, isn't exactly python-friendly) wide...

Javascript/jquery Images slideshow does not work.

Hi guys, I am trying to create an easy slideshow but It is not that easy at all :(. I have few problems to make it work. Here is my code so far: http://jsfiddle.net/WUE9g/1/ PS: I would much appreciate any kind of help. Thank you! ...

Can I use SVCUTIL to create a Web Service reference for .NET 2.0 (i.e. NOT for a WCF Client)

Hi We have a WCF service exposing a basicHTTPBinding endpoint but need to consume it from a .NET 2.0 application. We have the WSDL files available. Can I use SVCUTIL to generate a web service reference compatable with .NET 2.0? Thanks ...

Visual Web Developer 2010 - Intellisense will not display vb suggestions.

Recently installed Microsoft Visual Web Developer 2010. On .vb pages that I've added to the project, Intellisense will not display after spacing nor dot notation. I've verified that the following have both been checked: Tools->Options->Text Editor->Basic->General->Auto List Members Tools->Options->Text Editor->Basic->General->Paramete...

How to draw in web 2.0?

I heard that drawing abilities will be supported by Web 2.0 Tried to find something in Internet about, nothing really clear. Could you please point me into something that allows (or will allow in future) to draw in HTML? For example: I want to have ability draw few hexagons in different color on the page. Thanks. P.S. Sorry if quest...

Web server: returning a web page + file attachment

If you visit the following URL in a web browser: http://sourceforge.net/projects/jpype/files/JPype/0.5.4/JPype-0.5.4.1.zip/download it will show you a web page, and at the same time will send you a file attachment to download. How they do this? One possibility would be that the web page had a redirection with javascript, and the browse...

Which programming language is best for website development?

I am right now learning C# for .net web development. My question is: Which Programming language is best for web development? Mostly, i would prefer Languages that are free to commercial use? Anyone give some suggestion. ...

web service not running from aspx page but running fine with ashx page

Hi, I have a web service which is running fine when i call it from a handler page (.ashx). My web service returns a zip file. But when i call the same code from my aspx page then i get a corrupted zip file. Code for calling is below and is same in both ashx class and aspx page. Please advise Dim service As New doc() Dim b() A...

Using keys/passwords instead of site login

I'm thinking if it's a good idea to have a Web app which doesn't require a site login. This is for something like a public wiki where you just want to jump in and create stuff but still have a way to control access. Content can be read/edited by the content creator (or a few other people). What would be good references or existing apps...

Is there a free website to store code (php, javascript, css) online?

Hi guys, I am looking for website to store my code and then reused if may I need it. Would be great something like Delicious but for coding or something like Snippely. Thanks. ...

Remove/hide port number from URL address.

It's not as simple as it looks. I've been given the task to add a third tomcat to a server that already has two Tomcats working. Problem is, this third Tomcat needs to be secure, and the port needs to be hidden. Since Tomcat 1 is currently using port 433 (secure) and Tomcat 2 is using port 80, my third tomcat is out of widely accepted ...

future for web server side and client side languages

Possible Duplicate: Which is the future of web development: HTML5 or Silverlight(or other RIA framework)? What do you think about the distiction of server web language like php, ruby, python, ... and client side language(s) into web browser, like javascript? I mean, with the evolution of the web application I think that a lot ...