User Profile

Collapse

Profile Sidebar

Collapse
xtremebass
xtremebass
Last Activity: Dec 4 '12, 12:54 PM
Joined: Nov 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to show mp4 videos in popup window using the fancybox plugin?

    how to show the mp4 videos in popup window using the fancy box plugin ..

    here it is my code
    Code:
    <script type="text/javascript" src="jquery.js"></script>
        <script type="text/javascript" src="jquery.fancybox-1.3.4.js"></script>
    <script type="text/javascript">
    $(document).ready(function () {
        $("a.fancyvideo5").click(function
    ...
    See more | Go to post

  • xtremebass
    started a topic Error Exception in Jsp
    in Java

    Error Exception in Jsp

    How can i generate error exception in jsp page ?
    See more | Go to post

  • Disable/hide the image save options while viewing the photos in my free website domai

    I have free website domain ,there i have uploaded the images through my own html coding.

    When i was viewing the website domain , it shows the images what i have given in the html code, but i dont want option 'save image as' when i right click the image.

    How do i do? give some suggestion.
    See more | Go to post

  • JavaScript-Calender date cant displayed in Mozilla FireFox

    Hello Bytes,

    i have a calender program which is created by using Javascript. when i execute that program using Internet Explorer,it works properly but when i tried in Mozilla firefox it didnt worked.
    Dates of particular year,month not displayed in that calender grids. i have collected that coding from online free resources.
    Here i have attached code for your reference. please do suggest me how do i display the calender date...
    See more | Go to post
    Last edited by acoder; Jun 29 '09, 01:25 PM. Reason: Fixed code tags

  • xtremebass
    started a topic java.lang.NoClassDefFoundError
    in Java

    java.lang.NoClassDefFoundError

    Hi Bytes,

    i run the sample java code(BarChartDe mo.java)which is producing the Bar charts as output if no error in the program, but i got run time error like this,

    java.lang.NoCla ssDefFoundError : BarChartDemo (wrong name: org/jfree/chart/demo/BarChartDemo)
    at java.lang.Class Loader.defineCl ass1(Native Method)
    at java.lang.Class Loader.defineCl ass(Unknown Source)
    at java.security.S ecureClassLoade r.defineClass(U nknown...
    See more | Go to post
    Last edited by xtremebass; Apr 17 '09, 06:20 AM. Reason: spell Mistakes to be corrected

  • Thanks for your suggestion. it helps me a lot.
    See more | Go to post

    Leave a comment:


  • How to display the More than one Submit Button on the same line in Browser?

    Hi Bytes.


    i have 3 submit buttons namely click1,click2 and click3 .

    if i press the any of one submit button page submitted appropriate page correctly, But the problem is display the all submit buttons in single line but it displays line by line (one line after another button displayed) .


    code i used is :
    Code:
    <html>
    <body>
    
    <form name="frm1"
    ...
    See more | Go to post
    Last edited by acoder; Mar 18 '09, 02:56 PM. Reason: Fixed code tags

  • xtremebass
    replied to Applet class file cant be modified
    in Java
    Applet Modified code cant updated/displayed in the Browser

    hi thanks for reply.

    i did what you have suggested.

    But still i am getting the old information in the browser ,updated /modified changes cant be affected.

    what cause the program to display the same data(rather than showing the updated information) when page loads in the Browser?

    Please suggest me something to tackle...
    See more | Go to post

    Leave a comment:


  • xtremebass
    started a topic Applet class file cant be modified
    in Java

    Applet class file cant be modified

    Hi Bytes,

    i did sample Applet program in linux environment in that place where my java is installed. when i execute the code it creates the .class file and browser shows the result when i load the page. then i have opened the same program again did some modification,ma de a compilation and run the program but changes didnt affect in the browser. is it the problem in .class regenration? or what could be the problem?. suggest me....
    See more | Go to post

  • xtremebass
    replied to I have a problem in echo statement ?
    I have a problem in echo statement ?

    Thanks for reply.

    i need one more thing about displaying the output like below when i redirect the output in a file.

    echo "km= `cat /proc/meminfo | grep MemFree | awk '{ print \$2 }'` "

    this full command must be store in a file so what i want to add in front of that echo so as to get the output below when i run that file.

    echo...
    See more | Go to post

    Leave a comment:


  • xtremebass
    started a topic I have a problem in echo statement ?

    I have a problem in echo statement ?

    Hi Bytes..


    I have command like this..

    echo "km=cat /proc/meminfo | grep MemFree | awk '{ print $2 }' "

    i want to redirect this output to a file or output prompt i got printed

    km=cat /proc/meminfo | grep MemFree | awk '{ print }'

    actually i want to print the full command in file .

    like this below ,

    echo "km=cat /proc/meminfo...
    See more | Go to post

  • Thanks for reply.

    i have attached sample file what i have used for crontab scheduling.

    file -1 :(sysinfo.sh)
    results of following command output is shown after crontab scheduling
    <code>
    echo `hostname`
    echo `hostname -i`
    </code>

    File -2 :
    Scheduling file cronfile.sh

    <code>
    * * * * * bash /home/project/sysinfo.sh
    </code>...
    See more | Go to post

    Leave a comment:


  • xtremebass
    started a topic How can i run the shell script using Crontab ?

    How can i run the shell script using Crontab ?

    Hi ,

    I am want to run the shell script to run every 10 minutes of interval ,so that i have used crontab command for scheduling the shell script .. it cant works . i have checked wall command in crontab it is working properly when i try to run the shell script or even echo " name" cant to be worked using crontab.

    can you please help me out for this problem?
    See more | Go to post

  • Error i got after changes that you have suggested:

    tesst1.sh: command substitution: line 1: syntax error near unexpected token `from'
    tesst1.sh: command substitution: line 1: `select memory from sysprofile'
    ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'echo >> newf1
    quit
    y' at line 1
    See more | Go to post

    Leave a comment:


  • how can i redirect Mysql table output to file in Linux?

    Hi Bytes, in Linux , is it possible to redirect Mysql table output to a file in Linux.

    i tried it, shows error , but output has displayed in linux prompt when no redirection of file has given(say select * from tablename) but when i am trying redirect output to file in Linux it shows error? can you tell me suggestion for this issue.

    code i used :
    <code>
    #!bin/sh
    password=xyzbac
    mysql -u root...
    See more | Go to post
    Last edited by Frinavale; Jan 9 '09, 10:04 PM. Reason: Moved to Unix Answers from Insights

  • i am not using fsql or isql for my project. actually i am doing Linux system oriented project and storing the values in Mysql . i need to compare the values that stored in mysql and recent values get from the linux .. so thats why i am looking for a solution? can u suggest some hint ? method /way proceed further??
    See more | Go to post

    Leave a comment:


  • How do i Get return value (0/1) after comparing the two Files using 'cmp' Command ??

    Hi Bytes..

    In Linux, How can i get return value of comparing two files using the command cmp in the prompt.. when i was tried, it shows only output of unmatched lines(differ line )/ shows nothing if two file are same. please do help..

    Thanks.
    See more | Go to post

  • Hi i didnt solve the problem yet.. after applying changes that you have said.. any other solution for this..
    See more | Go to post

    Leave a comment:


  • i cant get you clearly.. if you dont mind..can you please correct that particular line and send me ..
    See more | Go to post

    Leave a comment:


  • How to store Mysql Database Field value to Shell Script variable

    Hi Bytes.. i have need to assign Mysql Database DataField value to shell script variable .

    is it possible ? i have tried like this .. got error..
    Code:
    #!bin/sh
    
    password=xxx
    mysql -u root -p$password -h 192.168.1.8 << y
    use dbssys;
    d ="`select mem from profile` ";
    echo $d
    quit
    y
    Got Output like this..

    test.sh: command substitution:...
    See more | Go to post
    Last edited by Nepomuk; Jan 5 '09, 11:23 PM. Reason: The code tags are [code], not <code>.
No activity results to display
Show More
Working...