User Profile

Collapse

Profile Sidebar

Collapse
Ajinkya
Ajinkya
Last Activity: Feb 11 '11, 10:42 AM
Joined: Nov 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ajinkya
    started a topic How to work with Live Street CMS ?
    in PHP

    How to work with Live Street CMS ?

    Hello Guys,

    Greetings for a day.

    Currently I am working on LiveStreet CMS.

    But I dont have any idea about it.

    And there is no any reference or guide for it.

    So pls anybody help me to develop CMS application in livestreet cms.

    Thanks in advance.

    Regards,
    Satish.
    See more | Go to post

  • How to hide the menubar/toolbar/locationbar/statusbar of current window ?

    hello guy,
    good day.
    Can u pls help to solve this issue.
    I wants to hide menubar, toolbar, locationbar and statusbar of current window.
    I wants this functionality works in all major browsers.
    Thanks in advance.
    Bye.
    See more | Go to post

  • Ajinkya
    started a topic How to create a tree structure
    in PHP

    How to create a tree structure

    Hello sir,
    Hope all is well their.
    I want to display parent and child membere in a tree structure with limit of 2 parent member at one stage.

    Can u pls help me.

    T.C.
    Bye.
    See more | Go to post

  • Hello Acoder,
    Thanks for reply. But acoder many live sites in PHP have progress bar which is display during upload. Can u tell me about it.

    Thanks once againg for your appretiation.

    Ok !
    Bye !
    See more | Go to post

    Leave a comment:


  • How to add progress bar while uploading image by using JS / Ajax in PHP .

    Hello ,
    Can any body tell me how to add progress bar while uploading image with the help of JavaScript or AJAX . I built application by using PHP & HTML.

    If you have any code or link from that I got that script of progress bar please send me.

    Bye .
    See more | Go to post

  • Ajinkya
    started a topic Timezone conversion GMT to IST.
    in PHP

    Timezone conversion GMT to IST.

    Hello Friends,
    I want to convert server timezone (GMT) to Indian timezone (IST).
    Tell me any method or give me some code for it.
    See more | Go to post

  • Ajinkya
    replied to Add text boxes Dyanamically.
    Thanks Sir,
    I try to implements this java script in my code and inform you for results.
    Ok !
    Bye !
    See more | Go to post

    Leave a comment:


  • Ajinkya
    started a topic Add text boxes Dyanamically.

    Add text boxes Dyanamically.

    Hello Sir,

    I am code for shopping cart . I give facility to admin to add from_quantity to to_quantity of product with their respective Price . in start I give 5-5 text boxes for from_quantity to to_quantity respectively. If admin wants to add more than 5 quantities then I want give link "Add more " to add more 5 layers of text boxes . Now If admin wants also more layers then he click on "Add more" then lyers are...
    See more | Go to post

  • Ajinkya
    replied to Mail attachment code in PHP
    in PHP
    Hello arvind ,

    Good evening. How r u?

    Can you please explain me about variables,

    $sub=$_REQUEST[subject];
    $msg=$_REQUEST[txtmail];

    I am waiting your reply .

    By !
    See more | Go to post

    Leave a comment:


  • Ajinkya
    replied to Mail attachment code in PHP
    in PHP
    Thanks arvindit11,

    to reply me .
    Now I try to implement this code in my application. I later inform you about implementation .

    Ok !

    Bye !
    See more | Go to post

    Leave a comment:


  • Ajinkya
    replied to Mail attachment code in PHP
    in PHP
    Thanks markusn00b,

    to give me reply . Now I try to implement this code in my application. I later inform you about implementation .

    Ok !

    Bye !
    See more | Go to post

    Leave a comment:


  • Ajinkya
    started a topic Mail attachment code in PHP
    in PHP

    Mail attachment code in PHP

    Hello , sir !

    I am Ajinkya, I work in php. and I want to be perfect coder in php as soos as possible. And I try to my level very best. But sir, today I have a problem , can you help me !!
    Sir, I want php code to , sent attachements with mail.
    That is when I send mail to any friend at that I want to send some attachments with that mail , then what I want to do.
    Ok !
    Bye !
    See more | Go to post

  • Ajinkya
    replied to Javascript Slide Show !!!!
    Hi !

    Gits, thanks for your code .

    Now I access it then I told you results ...

    Ok !

    Bye !
    See more | Go to post

    Leave a comment:


  • Ajinkya
    replied to Javascript Slide Show !!!!
    Hello , Gits !
    I dont have any Idea about this . Gits I give facility to user to store 10 images from admin. In front end I want to access them to show slide show !!!!

    Here for slide show , according to me to use function " setTimeout() " is very simple way . Gits I want a simple code to show slide show , which I remember easily , and use anywhere .

    Ok !

    Bye !!!!!!...
    See more | Go to post

    Leave a comment:


  • Ajinkya
    replied to Javascript Slide Show !!!!
    Hello !

    Sir , I meant to say that it was a smart way of anchoring images in a slideshow,

    But sir, I it was very long method(code) . I want simple method by using " setTimeout() " function with time delay of 5 sec .

    I hope you understand what I mean to say , and you reply me soon !!!! And thanks for this reference.

    Ok !

    Bye !!!!
    See more | Go to post

    Leave a comment:


  • THANKS sir , I overcome this problem with the help of your code.....

    Thank you Sir !!!

    Ok !

    Bye !...
    See more | Go to post

    Leave a comment:


  • Ajinkya
    started a topic Javascript Slide Show !!!!

    Javascript Slide Show !!!!

    Hello ,
    Sir I want to do slide show with 10 images on index page , by using Javascript .
    I have 10 images, which are uploaded by user from Admin Pannel . There is 2 sec gap in between two images ..
    I dont have any Idea about it, please give me some idea !!!!!

    Ok !

    Bye !
    See more | Go to post

  • Thak you Sir ! for your help ! I try this in my code !

    ok !

    Bye !...
    See more | Go to post

    Leave a comment:


  • Hello Sir !

    Can you explain me in brief.....
    Excuseme Sir, I want to store List box element in Database, these elements are multiple so I use array to store them in database. Sir, I use Javascript to add some text(value) in List box from textarea. But Sir, in front end I see values appears in List box but they dont get added as option values of List box. Sir and when I use array at that time error occured.
    ...
    See more | Go to post

    Leave a comment:


  • Code:
    <script language="javascript">
    function removeOptions(selectbox)
    {
    var i;
    for(i=selectbox.options.length-1;i>=0;i--)
    {
    if(selectbox.options[i].selected)
    selectbox.remove(i);
    }
    }
    function addOption_list(selectbox){
    var selval
    
    selval=document.drop_list.AddEmail.value;
    
    addOption(document.drop_list.invitation_who_email, selval,selval);
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...