Jump to content

vspravin

Members
  • Posts

    14
  • Joined

  • Last visited

About vspravin

  • Birthday 07/06/1982

Profile Information

  • Gender
    Male
  • Location
    CA US

vspravin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi all, I would like to blur parent document containing the iframe from within an iframe.At present i can only blur the current window but not the parent window.....is this possible within an iframe? seeking help ASAP... Cheers, Pravin.
  2. also the problem here was that i was unable to access the session variable $memberId directly inside a class method.....n that is when php was throwing the Undefined Index notice....
  3. iam setting it using the old way i.e. session_register($memberId);
  4. Hi MadTechie, thanks for the solution...it worked!!...but if the variable $memberId was already registered as a session variable, then why does PHP throw such notice...?.. thnx Pravin.
  5. Hello guys, Iam getting the following php notice in the error_log: PHP Notice: Undefined index: memberId in classErrorHandle.php on line 3 Here's the code snippet that causes this notice. <?php 2 session_start(); 3 $memberId = $_SESSION['memberId']; 4 Any help is highly appreciated.... Cheers... Pravin.
  6. Hi all, well iam also working on internationalization...but having some problems with using the gettext utility. could u guide how u created the .mo files i'll enumerate the steps that i have used to create the translation files. used the command line utility: xgettext to create a .po file.This file(messages.po) contains the original string with no corresponding translated string then i replaced the default value of charset to 'UTF-8' and renamed this .po file to .pot file following the instructions in the gettext utilities manual used the msginit command line utility to create the lang.po file, but for some reason the corresponding translated string still does not appear in the target language. [ul]Note: I am getting following error while using msginit command line utility: C:\gettext-tools-0.13.1.bin.woe32\bin>msginit -i messages.pot -o french.po -l fr _FR msginit: C:\gettext-tools-0.13.1.bin.woe32\lib/gettext/project-id subprocess fai led: Bad file descriptor msginit: C:\gettext-tools-0.13.1.bin.woe32\lib/gettext/user-email subprocess fai led: Bad file descriptor msginit: C:\gettext-tools-0.13.1.bin.woe32\share\gettext\projects/team-address s ubprocess failed: Bad file descriptor msginit: C:\gettext-tools-0.13.1.bin.woe32\lib/gettext/project-id subprocess fai led: Bad file descriptor Created french.po. [/ul] and finally used the command line utility: msgmerge to create .po file merged from lang.po and messages.pot file then used the msgfmt utility to create the .mo file please help me as iam stuck on this from yesterday... thanks.... regards, Pravin.
  7. Hello Brian, well iam also working on internationalization...but having some problems with using the gettext utility. could u guide how u created the .mo files i'll enumerate the steps that i have used to create the translation files. used the command line utility: xgettext to create a .po file.This file(messages.po) contains the original string with no corresponding translated string then i replaced the default value of charset to 'UTF-8' and renamed this .po file to .pot file following the instructions in the gettext utilities manual used the msginit command line utility to create the lang.po file, but for some reason the corresponding translated string still does not appear in the target language and finally used the command line utility: msgmerge to create .po file merged from lang.po and messages.pot file please help me as iam stuck on this from yesterday... thanks.... regards, Pravin.
  8. hi all, sorry guys i got the windows equivalent of gettext utility from sourceforge.net....but i have a problem here...this gettext utility is not properly creating the translation files in the specified target language...please help...it's urgent.... ??? thanx... pravin.
  9. Hi all, I am working on implementing internationalization.....googled on this issue and got some help with regards the i18n.php script.But the problem is that this script uses the GNU "gettext" utility for translation purpose. I have installed php v5.2.5 with apache 2.2.6 on a WinXp SP2 OS. Could anyone amongst u guide me if there is a windows equivalent of the gettext utility that could be installed on the WinXP system? Timely help is appreciated.. Thanks, Pravin Sreedharan.
  10. Hi SharkBait, Well i need to build an application that helps one create a social network in 3-4 easy to follow steps, not the social network itself. It's more like building a platform wherein anyone can build his/her own social network with custom layout etc... Thanks, Pravin.
  11. Hi all, needed to build a social network application that allows users to build social network sites. Have surfed the net for a couple of articles but haven't got the right one. Iam confused about how to go abt it. Timely help is appreciated. Thanks. Pravin.
  12. Hi all, this is pravin here...i am trying to implement a voice scrap feature similar to a text scrap that one normally sees on an SNS site...could anyone amongst u pls help me on this topic...? Thanks...
  13. Hi all, i need to implement a voice scrap feature similar to the text scrap feature in a website...could anyone amongst u guide me on this part. Thanks...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.