problem

Double url encoding problem php

Hi Just recently I stumble upon a strange url encoding problem. I'm trying to encode (using php urlencode) this test title: Quiz: Are The'se Com!!ments Ab_+=&out the 2001 iPod or 2010 iPad? and then submit it to twitter using following url (user clicks 'share this content' link on my website): http://www.twitter.com/home/?status=htt...

Curl Redirect Problem

Hi, i'm trying to scrape a website but the page i tryed to scrape contains a redirect to another page.I put FOLLOWLOCATION parameter on curl but i arrive on a url http://localhost/....pageredirected.php and so on The problem is that redirect works but DOMAIN is not right (because it is mine not scraped page). Here is code: <?php // c...

URL Rewrite module test (mod_rewrite)

Installation problem with freereviewscript.com I wasn't able to install the script because of the following error at STEP 1 of the installation wizard:- URL Rewrite module test (mod_rewrite) Could not complete this test. Please check your server configuration or contact your System Administrator regarding this problem. ...

magento add to cart problem

Hello in my magento project add to cart problem in FF,safari,chorm. add to cart is working in IE but not in another bowser. Plz guide me right way. ...

Application crash problem in iPhone

Hi friends, I have used NSMutable Dictionary and NSMutable Array. The datas are to be stored and retrieved from plist(Documents Directory) using NSArray of NSMutable Dictionary. Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[__NSCFArray removeObjectAtIndex:]: mutating method sent to immuta...

Xcode not updating nib files.

I am adding new properties in the controller but they are not appearing in IB. I am putting IBOutlet before the properties but for some reason they are not appearing there, neither IBActions. I restated xcode, my computer but nothing is changing this. This problem started when i installed the new version of xcode 3.2.3. Update: OK i w...

joomla fabrik and community builder

Hello i have used fabrik and cb both are integrated but i have problem in edit functionality. I have set edit access to register user from fabrik but now if user login then he is able it see his/her record in CB tabs and he/she edit his records. But now problem is i have set all records view in one menu item so after any user login he...

http://jackparsana.myopenid.com/

Z-index problem. div class="menu"... -----contain---- div... div class="flash"... -----contain---- div... In firefox the menu is over the flash contain. it's good. but in IE7 the flash is over the menu. when menu is open(display). jack ...

TableView deletion Problem

Hi Friends, I am trying to delete a row from a UITableView. My UITableView is populated from a NSMutableArray named TableData. When i am deleting a row and reloaded the tableview, it shows that the last row has been removed [not the selected row]. But when i NSLog the contents of mutable array it shows that the selected row has been re...

C# RichTextBox selection problem

I have a RichTextBox control on an application and here's my problem: when the application runs, if I start selecting with the mouse some of the characters inside a word and continue selecting outside it, the selection automatically includes the whole word in which I begun selection and any other words from which I want to select just a ...

NSMutableArray addObject not affecting count???

Can anyone tell me why logging [self.giftees count] keeps returning 0 even though I'm adding objects to it? header: #import <UIKit/UIKit.h> @interface Test2AppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; NSMutableArray *giftees; } @property (nonatomic, retain) UIWindow *window; @property (nonatomic, retai...

Visual Studio 2008 debugging question

I've had an issue with Visual Studio that has been bugging me for some time. Whenever I debug a program that uses the C++ STL and I use Step Into the debugger shows me the code in the files where the data structure I'm using is implemented. How can I turn this feature off? I want the debugger to always stay in the file that I'm debuggin...

Testing an iPhone application with iPad Simulator

I have developed an application for iPhone devices, the application works perfectly both in simulator and devices. Now I have tried to run the application on iPad (both simulator and real iPad), the application appears but my custom carousel object is not showed... there are no error in the traces but the object is not showed in the scre...

array of C++ string types

These are my variables: const int sizeOfLicToCheckFor = 3; string licNameToCheckFor[ sizeOfLicToCheckFor ] = { "PROF", "PERS", "PREM" }; when I run my program licNameToCheckFor is only initialized with "PROF" and nothing else. What am I doing wrong? ...

jQuery visibility option on IE

I have problem with this JS code. When I started to test it, it is working properly with FF and Chrome but not with IE8. I guess, something is wrong with IE visiblity property or the mouseover events. I tried everything but I am so deep in here I can't see the whole picture. How can I make it run properly also in IE. Hate IE :)) $(doc...

Visual Studio ClickOnce Problem

I'm getting the following error when i send a finished program to a client in a ClickOnce deployment setup. Yet when i try to execute it on my PC, it runs perfectly, i also tried the same program on my laptop and no problems. Yet he has tried to execute this in 5 different PC and get's the same error on each. He also gets the followi...

Is there any way to forbid the son class to call the public method of super class in java?

Is there any way to forbid the son class to call the public method of super class in java? For example public abstract class TObject{ abstract public void quark(); } public class Animal extends TObject{ public void quark(){ System.out.println("this is the animal"); } } public class Dog extends Animal{ ...

Threading problems in Java

I have the following problem. My J2ME app goes totally dead. I though it was a deadlock, but using NetBeans' built-in functionality, it couldn't find such. After some time however, it started throwing out the following messages in the console: 8242276 - CORE - CRITICAL - 2 - **event queue 3 full, dropping event 8242284 - CORE - CRITICA...

Problems compiling file on School's Unix System

COMPLETE EDIT BUT SIMILAR PROBLEM What's the best software/plugin to enable FTP on Eclipse? I'm using FileZilla, but is there something better/easier? ...

Problem in Capturing image in Android?

Hi, I know there is a issue in Android that the camera do not return full sized image. I am able to get the full sized image by saving that image and then deleting it. Now, the issue comes of when we test on various devices. I have tested on Nexus one and app runs perfectly in that, but in HTC EVO the crashes when taking a picture since...