application

What should I use for session_id for a facebok IFrame app?

I'm working on an IFrame apps in Facebook. I use the PHP SDK provided in facebook. and I can login. However, what should I use for session id in PHP? should I use the default PHP session id (by the server)? or should I use the 'sig' that I got from the facebook SDK? (i.e. the $session = $facebook->getSession() , $session['sig'] ) I'm...

Having to explicitly render :layout => 'application' in controller actions in my Rails 3 app

I am having to explicitly render :layout => 'application' in my controller actions in order to get my new rails 3 app to actually use the application.html.erb layout file. Any obvious things to look for that I am doing wrong? If I don't call the :layout option it just doesn't render the layout. I get a message like: Processing by Foo...

Silverlight navigation application with two frames

I have a Silverlight navigation application in which I have a Frame for the main navigation and a sub-frame in a sub-page where i navigate from one customer to his details. How can I add the navigation history from the sub-frame to the parent navigation history eg. the web browsers history? ...

Android application - cost estimation

Hi guys, I am developing Android application for the company. They want me to create digital newspaper that would: Display list of headlines for each category/subcategory Will have 4-6 categories and 4-8 subcategories for each category Display article with text and images, Play podcast, Save downloaded articles/headlines in db They ...

Logout Issues with WPF and Client Application Services

I have recently been prototyping an application using WPF and Client Application Services. I am trying to use all three features of the Client Application Services : Forms Authenticiation, Role Security, and Client Profile. I have managed to get everything working, but I feel like my solution is a kludge and want a better way. For the...

Application for different versions and different resolution

Hi Friends/Experts, I am in middle of learning application development. I have created an application in 2.2 and tested that in my HTC Nexus One device. I looks like fine. My client testing same application setup in his device (Droid2). I don't have that device to test. He said there are some font sizes are vary and button alignments...

fullcalendar not working on hosting server

I'm developing a website with FullCalendar and jQuery. My application works fine and renders events properly on all dayAgenda/weekAgend/month views. But when I run it from the server, it doesn't render events! Also in the current month, it doesn't show anything in month view. For example, If I have an event on 3rd Oct, it shows it only ...

Combining two iphone applications (1 ViewController, 1 TabBarController)

Hi there, I am currently working on an application in which I am making a catalogue that will contain different products. So far I have made my startup menu, which includes three buttons (one for the catalogue, one for settings and one for instructions). When pressing the catalogue button, the app switches to the CatalogueViewController...

Retrieve friend list from Facebook and post notification on facebook friend's wall.

package org.androidpeople.facebook; import net.xeomax.FBRocket.FBRocket; import net.xeomax.FBRocket.Facebook; import net.xeomax.FBRocket.LoginListener; import net.xeomax.FBRocket.ServerErrorException; import android.app.Activity; import android.os.Bundle; public class FacebookRocketExample extends Activity implements LoginListener { ...

Best way to kill application instance

What is the best way to kill an application instance? I am aware of these three methods: Application.Exit() Environment.Exit(0) Process.GetCurrentProcess().Kill() Can anyone tell me which is better or when using each of the above would be appropriate? ...

How to Read and validate data of a excel sheet through .NET

Hi, I have a excel sheet contains three columns Name, Email ID and Contact No. I would like to read data from a excel data and check through my code that the Email ID column contains @ sign, Contact No should be of maximum 10 digits, I would like to do these types of validation. Please suggest. ...

Application icon image is not appears in the iPhone 2G?

Hi Friends, I am developing iphone application. It works fine in 3G and 4G version. But in 2G version, the Appicon(icon.png) is not appears in the mobile.(I have used PNG image format) In 2G version, the image is doesn't appear and the blank white screen is visible. So how can i solve this issue? Please help me out. Thanks! ...

Developing game in Java

Hi, i am thinking of developing simple game in JAVA. This game should look something like: I wonder what technology to use for creating this app? I want to be able to use this game on-line or just do some things on-line. I am thinking about using JAVA applet or simple JAVA application, but i don't know what component gallery to use to ...

Component for mix text, links and clickable text

I have a problem. Need a component for mix text, links and clickable text. In Facebook App can see a example. http://img193.imageshack.us/img193/1355/example1t.jpg Someone know a than can do this. For example, UITextView can detect links in text, but can't insert clickable text. Thanks for your help. ...

Could I please get some help correcting my little beginners project ?

Hi, This is my first time posting something like this. I'm a complete n00b at programming/php. I was trying to grasp all the tutorials out there and wanted to create a sort of framework to base projects off of for web db/applications. I came up with a few files for crud operations that I know must really be horrible code. I was wondering...

Deploying Android App.

I have developed a database application for Android. Now I want to make it available to deploy it. But I don't how to deploy it with the database. ...

Is it a bad idea to run two instances of a Cocoa application at the same time?

I am making a download and installing application that must run multiple times at the same time. However, is it smart to do so? My application uses the /tmp directory to save temporary downloads. Each instance of the application needs its own dock icon, that's the reason I use multiple instances. Is it dangerous to have multiple instanc...

Process.Start does not recognize my executable file ?

Currently I am using the below code to start my application (which is working): ProcessStartInfo myApp = new ProcessStartInfo(); myApp.FileName = "cmd.exe"; myApp.Arguments = @"/K D:\dir\file.bin additional args to raise app"; myApp.WindowStyle = ProcessWindowStyle.Hidden; myApp.CreateNoWindow = true; try { Process.Start(myApp); } ...

Flex White Board Application Development

Hi, I want to develop a white board application using flex.. Can anyone tell what are the requirements and how to develop it. My plan is to develop online class room. There should be text chat, video chat, voice chat, save current class and so on. Can any one help me. Or send me any reference link ...

Does anyone have any tips on submitting to clients proposals for iPhone apps?

I'm just starting out with a friend creating iPhone apps and the biggest hurdle other than finding clients is knowing how to structure proposals for clients. Is it the norm to write a 1, 2 or 3 page proposal? Obviously I don't want to bore the client just with the initial proposal (sales pitch with quote). How should I break down the p...