How to import gmail contacts using PHP?
I have to create a tell a friend section in my web site. How to import gmail contacts using php. any body can help me. ...
I have to create a tell a friend section in my web site. How to import gmail contacts using php. any body can help me. ...
Please note that I'm referring to 3-layer (logical layering) and not 3-tier (physical). Also don't get it wrong I'm not obsessed with design patterns. I'm a computer science student and they've asked me this trick question so I'm trying to find a smart answer. Thanks for you answers in advance! ...
My project is synced with svn, While deploying to the client, the .svn folders too get included as a part of the build and the resulting war file size is doubled. is there a way I can specify jar command to ignore .svn folders ? This is how i specify the command : jar cvf ../MyProject.war . ...
This is a bit of a noob question but what do I need to get SSL working in my Java web application (standard sort of Java web app using Stripes for its MVC implementation, Spring and Hibernate)? I'm deploying my war file on Tomcat 5.5. I only want SSL to be used for certain URLS - any that are transferring the user's password - so accoun...
Hi everyone, We just recently upgraded from VS2008 to VS2010. Our project compiles fine; but when we go to run the Web Application, we get the following error when opening Default.aspx: Server Error in '/' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service th...
Hi I'm currently building an web application for a customer that uses a rich client. (Flex) In this application, a user has a password, as well as a couple of other key attributes that are used throughout the system for identification purposes. (Eg., things like mothers maiden name). A user logs on with their password initially. Th...
Lets say I have elements (E1, E2, ... ,En) that have individual values which varies in [1; 100]. I have a circle (see figure below) and each two circle represent range of data. The problem is how to show distribution of these elements ofEin this circle. Figure below depicts distribution of some elements ofEin the circle, where for exam...
I have an issue with my visual studio. It was fine for a long time but now every time I make a change in the App_Code it freezes for some time. I checked the resources and it seems like it is compiling the website automatically. It didn't do that earlier and even if it did the studio would still work fine. Any thoughts how can I fix th...
I converted a ASP.Net website to ASP.Net web app and changed the framework from 2.0 to 3.5 The web application works fine in Visual studio. However, If I compile the app in a dll, and try to reuse its middle layer in another web project, All the classes that have a static variable crash. Code like: public static string myString = "Some...
I would like to develop a generic issue tracker that is web based. Further, i want to sell these applications to couple of clients. Whats the best way to rig up such an application. Can i use any of the existing frameworks like Drupal? (Given drupal's licensing, is that possible to come up with a commercial app) Can i use any other exis...
I'd like to ask about using frames in a modern intranet-only web application. Of course there a several reasons to use or probably not use frames in a modern internet web application. But what about when it comes to an intranet web applications (think about a financial application)? Think about parts of the application which are most of...
I currently have the following directory structure for my code: src |-- main | `-- java | `-- com | `-- upthescala | `-- tags | `-- ViewProtectTag.java |-- test |-- pom.xml |-- .project |-- .classpath `-- .hgignore I want to include a tld file for my JSP tag, and I'm not sure where to ...
Are there any limitations on the size of the cookie? Also, is this browser dependent? ...
Our department develops a lot of different software programs by a lot of different people in the department. The problem is that we want some solution to: Make it more visible what software program is maintained by which person. See the state of a software program (maintained/obsolete/etc). Attach some kind of charactistics (maybe tags...
I have the code for a web application that's supposed to be set up in Tomcat, on my company's server. I work on this server by SSHing into it. So I am in NetBeans 6.8 on Ubuntu 10.04, setting up a Java Web->New Web Project with Existing Sources. I can copy the code from the server onto my desktop when it asks for the location of the s...
I am working on creating a simple contest submission system using django. This is my first real django project. Basically each user can view a list of problems, submit a file, and view a results page. Each problem can be associated with multiple contests, and different contests can use the same problem. Because of this, both problem and...
I have two problems. I am developing web application in Lotus, and Lotus likes to take control of the situation and insert code where it sees fit. I am using Jquery UI to open a modal dialog window. If I simply open and close the dialog, then try to submit the parent form, I get a __click is not an object. When I took a closer look a...
[irrev] I keep making guesses and asking accordingly as to what's wrong here, so take that under consideration. The project I'm working on is setting up a web application, the source of which was sent to us by a chinese company as a portal for the hardware we're buying from them, so a language and time-zone barrier prevents effective co...
I am trying to have letter templates (word documents) that are stored in sql server VarBinary(max) to be accessed via a web application where they will be edited and saved back to sql server by directors of our company. Then various managers will be able to select an existing template (word document), make any additions, and mail merge ...
I am interested in designing/building a dashboard application which will include widgets that represent applications that might be developed in different languages/architectures (PHP, Java, ASP.NET). What will be the best way to do it? Any ideas? Thanks Alfredo ...