User Profile

Collapse

Profile Sidebar

Collapse
najmi
najmi
Last Activity: Jan 18 '10, 03:17 AM
Joined: Sep 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • najmi
    started a topic uploading file
    in Java

    uploading file

    hai.

    i have one problem that is to upload file..it working perfectly in my computer but fail when deploy at server..the system is to browse the file,then system will zip it before upload it to the server..when a client browse file,the server will generate error that is file not found.here is my code:

    Code:
     try {
                //this is a code to read and zipfile
                String dir = request.getParameter("dirs");
    ...
    See more | Go to post

  • najmi
    started a topic how to backup sms using j2me
    in Java

    how to backup sms using j2me

    hai..

    i want to ask anybody that know how to develop a program in j2me to backup sms or have an example code to be share..
    See more | Go to post

  • najmi
    replied to how to integrate ms access and mysql together
    in Java
    i have solved this problem by adding driver in library
    See more | Go to post

    Leave a comment:


  • najmi
    started a topic how to integrate ms access and mysql together
    in Java

    how to integrate ms access and mysql together

    hai,

    i have one problem to integrate ms access and mysql together using jsp.my error is it can not find the driver for mysql..here is my code

    Code:
    <%@ page import="java.sql.*" %>
    
    <%
       Connection odbcconn = null;
       Connection jdbcconn = null;
       PreparedStatement readsms = null;
       PreparedStatement updsms = null;
       ResultSet rsread = null;
    ...
    See more | Go to post

  • najmi
    replied to integrate json in java
    in Java
    sory..it doesn`t work
    See more | Go to post

    Leave a comment:


  • najmi
    started a topic integrate json in java
    in Java

    integrate json in java

    hai..

    i hava use FullCalendar in my application.i try to reload event into the calendar but it doesn`t work.here is my code


    Code:
    <%@ page import="java.util.HashMap;" %>
    <%@ page import="java.util.Map;" %>
    <%@ page import="com.google.gson.Gson;" %>
    
    
    <%
    
    Map<String, Object> map = new HashMap<String, Object>();
    ...
    See more | Go to post

  • najmi
    replied to jquery calendar event integrate with java
    in Java
    thank you very much..i feel better right now
    See more | Go to post

    Leave a comment:


  • najmi
    replied to jquery calendar event integrate with java
    in Java
    thank chaarmann for your explaination..m y problem is not how to convert the date but how to encode json in java especially in jsp..as you can see in the code example,it encode the json in php..my major problem is here...
    See more | Go to post

    Leave a comment:


  • najmi
    replied to jquery calendar event integrate with java
    in Java
    jquery calendar event integrate with java

    thank you for your time..my problem actually is to load the event from the database to the jquery calendar..my database is mysql
    See more | Go to post

    Leave a comment:


  • najmi
    started a topic translate code
    in Java

    translate code

    hai..

    i have used jquery fullcalendar for my application and i have one problem that is how to display the event from the database.i have found the sample given in php but i want it in jsp.can anyone help me to translate this short code to jsp or java.here is the code

    Code:
    <?php
    
    	$year = date('Y');
    	$month = date('m');
    
    	echo json_encode(array(
    	
    		array(
    			'id'
    ...
    See more | Go to post
    Last edited by Dormilich; Dec 16 '09, 06:43 AM. Reason: Please use [code] tags when posting code

  • najmi
    started a topic jquery calendar event integrate with java
    in Java

    jquery calendar event integrate with java

    hai..

    i have used jquery fullcalendar for my application and i have one problem that is how to display the event from the database.i have found the sample given in php but i want it in jsp.can anyone help me to translate this short code to jsp or java.here is the code

    Code:
    <?php
    
    	$year = date('Y');
    	$month = date('m');
    
    	echo json_encode(array(
    	
    		array(
    			'id'
    ...
    See more | Go to post

  • najmi
    started a topic session problem

    session problem

    hai guyz..i want to assign order id for customer..here is my code

    Code:
     <% 
    if Session("OrderNo") = "" then
    RANDOMIZE
    OrderNo = INT((9999999999 - 1111111111 + 1) * RND + 1111111111)
    'Session("OrderNo") = OrderNo
    'response.write(Session("OrderNo"))
    response.write("OrderNo")
    end if
    Prod_code = request.form("Prod_code")
    'order
    ...
    See more | Go to post
    Last edited by DrBunchman; Jun 9 '08, 01:35 PM. Reason: Added code tags - Please use the # button

  • najmi
    started a topic setup router

    setup router

    hai guyz..i want to know how,if i do the hotspot, i want user that use my service will go to the login page first before their surf internet..i hope you can understand what i`m try to tell u all
    See more | Go to post

  • najmi
    replied to new server
    actually,this is my first time to play around with server and confius to choose what is the best server for me..from what i learned if i have 10 or more pc in network,i need to use server..i dont know what type of server should i use..do you have an idea to help me to determine what is the best type of server for me to get the fast and stable internet connection..
    See more | Go to post

    Leave a comment:


  • najmi
    started a topic configuring suse linux for network and internet

    configuring suse linux for network and internet

    hai guys..i want to setup server for network and internet..it`s ok to use suse linux enterprise server 10 and how difficult to configure it..i very new with this thing and this is my first time to configure server..i hope somebody can help me
    See more | Go to post

  • najmi
    replied to new server
    ok..i want to manage cyber cafe with 10 pc..
    See more | Go to post

    Leave a comment:


  • najmi
    started a topic new server

    new server

    hai guys...i want to know what is the best server for network and internet..
    See more | Go to post

  • najmi
    replied to formating database
    in Java
    can anybody help me how to generate auto id or number
    See more | Go to post

    Leave a comment:


  • najmi
    replied to formating database
    in Java
    ok..
    let say i have enter into the ms access database $200.00..
    for your information, i already format the decimal point into 2 in db.
    so when i call back into java form it come out with this value $200.0000
    See more | Go to post

    Leave a comment:


  • najmi
    replied to formating database
    in Java
    thans 4 ur sugestion,but i need it as soon as posible,,
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...