User Profile

Collapse

Profile Sidebar

Collapse
Viji nellaiappan
Viji nellaiappan
Last Activity: May 7 '15, 05:38 PM
Joined: Jan 25 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Viji nellaiappan
    replied to Lightweight programming language
    Thanks Jos for your kind reply.
    I searched in google.yet i couldnt get a clear picture..

    Thank you
    See more | Go to post

    Leave a comment:


  • Viji nellaiappan
    started a topic Lightweight programming language

    Lightweight programming language

    Kindly define and explain the term "lightweigh t programming language"


    Thank you


    ___________

    If not now,then never :)

    Regards,
    Viji nellaiappan
    See more | Go to post

  • Viji nellaiappan
    started a topic Chat server
    in PHP

    Chat server

    How to implement chat server in PHP for users in a local area network ? Please give me basic ideas to start this task..I am using XAMPP software in WindowsXP machine..

    Thanks
    See more | Go to post

  • Viji nellaiappan
    started a topic Php oops
    in PHP

    Php oops

    Could you please explain me pros and cons of PHP with OOPs ? which programming style (Object oriented or procedure oriented approach) is best in PHP ? which one to choose for doing a project in PHP ?

    Thanks
    See more | Go to post

  • Viji nellaiappan
    started a topic Tool tip

    Tool tip

    How to keep tool tip for buttons,link in a html web page ? i am using notepad for coding..
    See more | Go to post

  • Viji nellaiappan
    started a topic PrimaryKey

    PrimaryKey

    How to keep combination of two column as primary key in a table ?
    See more | Go to post

  • Viji nellaiappan
    replied to UML and DFD
    Thank you...

    _______________ _____
    If not now,then never....

    Regards,
    Viji nellaiappan....
    See more | Go to post

    Leave a comment:


  • Viji nellaiappan
    started a topic UML and DFD

    UML and DFD

    Greetings to all,

    when to use UML diagram and DFD...i.e How to decide UML diagram or DFD for a project ? Difference between UML and DFD..


    _______________ ___
    If not now,then never.....

    Regards,
    Viji nellaiappan.
    See more | Go to post

  • Viji nellaiappan
    replied to Auto increment
    while displaying record one by one using serial number it shows error for 2nd row..so i want to insert a record in that id..


    ______________
    If not now,then never....


    Regards,
    Viji nellaiappan....
    See more | Go to post

    Leave a comment:


  • Viji nellaiappan
    started a topic Auto increment

    Auto increment

    Greetings to all,

    this is my query for creating table..

    Code:
    CREATE TABLE `books` (
    `serial_num` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
    `bk_name` VARCHAR( 200 ) NOT NULL ,
    `qty` INT( 10 ) NOT NULL ,
    `author` VARCHAR( 25 ) NOT NULL ,
    PRIMARY KEY ( `serial_num` )
    )
    this is my table structure...

    Code:
    +------------+------------------+------+-----+---------+----------------+
    ...
    See more | Go to post

  • Viji nellaiappan
    replied to Serialization
    in Java
    Thank you..I will read that article.....
    See more | Go to post

    Leave a comment:


  • Viji nellaiappan
    started a topic Passing values

    Passing values

    How to send PHP variable's values to Javascript and vice-versa?
    See more | Go to post

  • Viji nellaiappan
    started a topic Serialization
    in Java

    Serialization

    what is serialization ? how to serialize ? uses of serialization ?
    kindly explain...Thank you...
    See more | Go to post

  • Viji nellaiappan
    started a topic Mail Box
    in PHP

    Mail Box

    hi,

    I am newbie to PHP.. I am using XAMPP software in WindowsXP (WAMP).. I have to create mailbox for sending and receiving mails using PHP..I should create inbox,sent item for each user.. I dont have any idea..I am hopeless..Pleas e explain me basic concepts for creating mailbox..If could, kindly send me any materials or articles related to my problem and suggest me a book for learning PHP.. kindly explain me IMAP..whether i have to...
    See more | Go to post

  • Viji nellaiappan
    started a topic Mail
    in PHP

    Mail

    How to send e-mail using php coding ? could you please explain me in detail ? could you please send me coding ?
    See more | Go to post

  • Viji nellaiappan
    replied to Php
    php




    this link may help you...

    http://coding.derkeiler.com/pdf/Arch...04-04/0061.pdf

    Regards,
    Viji nellaiappan...
    See more | Go to post

    Leave a comment:


  • Viji nellaiappan
    started a topic platform independent
    in C

    platform independent

    I think operating system routines can be developed using C and game applications can also be developed... What kind of language is C ? Is it platform independent (portable) ?
    See more | Go to post

  • Viji nellaiappan
    replied to JTextArea position
    in Java
    JTextarea position

    I think this coding may help you...

    [code=java]
    import javax.swing.*;
    import java.awt.*;
    public class trial extends JFrame
    {

    JTextArea txtarea;
    JDesktopPane desk;

    public trial(String title) // Constructor
    {
    super(title);
    setDefaultClose Operation(EXIT_ ON_CLOSE);
    desk=new...
    See more | Go to post
    Last edited by Nepomuk; Feb 26 '09, 10:46 PM. Reason: Please use [CODE] tags

    Leave a comment:


  • Viji nellaiappan
    started a topic Session handling
    in PHP

    Session handling

    After user logs out, user should not view any other pages in that website... After user logs out, If user clicks back/forward tab in the toolbar, page should not be displayed.. i.e page should be expired.. How to solve ? How to delete cookies and session ? help me friends..
    See more | Go to post

  • Viji nellaiappan
    started a topic Page alignment

    Page alignment

    I designed a web page using php... when i view this page in someother system, then its alignment changes in that system.. How to design in php, so that alignment remains same irrespective of system (i.e screen size) ? Help me friends...
    See more | Go to post
No activity results to display
Show More
Working...