User Profile

Collapse

Profile Sidebar

Collapse
jessy
jessy
Last Activity: Feb 1 '15, 08:03 PM
Joined: Oct 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jessy
    replied to JQuery problem in a Joomla template
    Wow, this helped alot !
    problem solved
    Thanks a million :)
    See more | Go to post

    Leave a comment:


  • jessy
    replied to JQuery problem in a Joomla template
    i was testing a small script from W3schools
    Code:
    $(document).ready(function(){
                 $('button').click(function(){
                 $('p').toggle();
                  });
    i did not include the source for the jquery library since i found it in the original source code for the joomla template im working on but i also tried including it once again above the following code and also nothing happens
    See more | Go to post

    Leave a comment:


  • jessy
    started a topic JQuery problem in a Joomla template

    JQuery problem in a Joomla template

    hello ,
    i'm facing a problem in executing a very simple fading effect on an image in jquery , the code works fine but when placed in the index file for a joomla template , nothing at all happens !!the code is not working , i googled and found that i may have to use jQuery.noConfli ct(); function but also that did not work for me ..pls help i'm stuck
    See more | Go to post

  • jessy
    started a topic converting to DATE format
    in PHP

    converting to DATE format

    hi ,
    i have a problem in mysql query , im using a calendar to insert a given date into the DB and the column is stored as a DATE when i use the mysql "insert into" the date is not stored its found to be empty , i think some conversion is needed , i tried storing the field as a varchar, it worked for sure but messed up with some other form so i need it to be stored as DATE

    any help is greatly appreciated
    See more | Go to post

  • jessy
    replied to WAMP5 Problem
    GOD BLESS YOU !

    Thanks alot
    R u married :)...
    See more | Go to post

    Leave a comment:


  • jessy
    replied to WAMP5 Problem
    D:\wamp\www\Pro ject_1\company this is the path of my project and the index file is in the company folder
    and this is the index file as well :
    Code:
    <?  include("companyval.php");
        include("../include/conf.php"); ?>
    <?include("1header.php");?>
    <?include("1footer.php");?>
    its just some included files...
    See more | Go to post

    Leave a comment:


  • jessy
    replied to WAMP5 Problem
    i enabled error reporting but still shows me a blank page !
    i have an index.php script in the project ..can this be the problem ? maybe its conflicting with the index.php of the WAMP...
    See more | Go to post

    Leave a comment:


  • jessy
    replied to WAMP5 Problem
    This phpinfo() function Works Great and shows me all the information regarding my PHP...
    See more | Go to post

    Leave a comment:


  • jessy
    replied to WAMP5 Problem
    Yes im doing so http://localhost/... but still a blank page
    how shall i fix that my HTTP server is not recognizing php extension...
    See more | Go to post

    Leave a comment:


  • jessy
    replied to WAMP5 Problem
    :) the Problem is that the project is not working when i access my project directory it shows me a blank page...
    See more | Go to post

    Leave a comment:


  • jessy
    replied to WAMP5 Problem
    When i open that page i do not see It works But i see a Lovely page for the Wamp called WAMP5 Homepage containing a list with my projects and some other stuff...
    See more | Go to post

    Leave a comment:


  • jessy
    started a topic WAMP5 Problem

    WAMP5 Problem

    Hi Guys,

    Just installed WAMP5 and placed my project in the WWW folder but whenever i access my project folder it shows me a blank page although my project folder got an index file .
    i don't know what's wrong !!

    ANy Help
    See more | Go to post

  • jessy
    jessy posted a Visitor Message for xNephilimx
    Greetings to all people in Argentine
    See more | Go to post

  • jessy
    replied to Getting RTE editor Content
    in PHP
    Simply, U R GREAT !

    I never Knew That Var_dump() function
    Everyday i Learn Something New From You Gr8 People
    I LOVE YOU bytes ;)
    See more | Go to post

    Leave a comment:


  • jessy
    started a topic Getting RTE editor Content
    in PHP

    Getting RTE editor Content

    hi,
    i have an FreeRTE editor used in my site but whenever i enter something in the TextArea of the editor is not showing in the DB , can anyone tell me what's wrong with my that Piece of Code

    Code:
     function freeRTE_Preload($content) {
    
    //	// Strip newline characters.
    
    	$content = str_replace(chr(10), " ", $content);
    
    	$content = str_replace(chr(13), " ", $content);
    ...
    See more | Go to post

  • jessy
    replied to Rich Editor Problem
    in PHP
    Do u Have AnyOther Link
    seems this one is broken its telling me
    BAD REQUEST (INVALID HOST NAME)...
    See more | Go to post

    Leave a comment:


  • jessy
    started a topic Rich Editor Problem
    in PHP

    Rich Editor Problem

    HI,
    Im using RTE as my rich text editor in the Site But the Problem is that image uploading is done through entering the URL of the image,
    and i need an editor which allow Direct uploading through that Browse Button
    do anyone Knows an editor with that Functionality ??
    See more | Go to post

  • jessy
    replied to IP to Country Problem
    in PHP
    Thank You So Much 'xNephilimx'

    I Followed The Examples There and Everything is Working Great Now !
    See more | Go to post

    Leave a comment:


  • jessy
    replied to IP to Country Problem
    in PHP
    Okay, I followed The Steps at GeoPlugin and made my domain activated and added the li

    Okay, I followed The Steps at GeoPlugin and made my domain activated and added the lines of the Js functions , but can you tell me how to call the country function

    $countryName=ge oplugin_country Name();
    coz this seems not working with me

    Thanks Alot

    <sorry for the title its a mistake >
    See more | Go to post

    Leave a comment:


  • jessy
    replied to IP to Country Problem
    in PHP
    NO Sir :D
    My Country is Listed But i Mean Listed in 10 Digits NOt 9 !!
    I Began To Doubt My IP :)
    i even checked it on Many Sites and Used an online Calculator to do that transformation thing
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...