Recent content by bijay_ps

  1. bijay_ps

    Data Push from Oracle server

    Hi All, Problem: There is a HTML5 website (client's website) and currently it is using ajax to poll the server to get and reflect the new data. Now Client wants that whenever there is any new data in DB (Oracle db is being used here) the server should push the data itself to the browser , so...
  2. bijay_ps

    Post HTML5, Javascript & CSS3 queries here

    I have created one HTML table with fixed header and scrollable body. But when I resize the browser window or zoom in or zoom out the browser the table alignment changes. I want to view the complete table aligned with data even if browser window is resized or zoomed in or zoomed out. And I need...
  3. bijay_ps

    Post HTML5, Javascript & CSS3 queries here

    Hi, I have found this code from google, and it is working fine but the pop up window is transparent and I want to make it opaque. (I know that the pop up window is transparent because if I zoom in the browser I can see the pop up window overlapping with the background content and the...
  4. bijay_ps

    Wallpaper issue in windows 7

    Hi, I am not able to change wallpaper on my PC. Whenever am trying to change wallpaper I am getting an error saying: "This image can't be set as wallpaper. An internal error occurred." This is happening for every image I am trying to set as wallpaper. I am attaching the screenshot for...
  5. bijay_ps

    Unrooting prob. in samsung galaxy ace

    Hi frndz... some 2 months back I rooted my android samsung galaxy ace following the tutorials from How to Root the Samsung Galaxy Ace (S5830) - TheUnlockr It got rooted successfully and there was 2 new symbols in my menu: i) rootValidator ii)Super User And today suddenly my memory card...
  6. bijay_ps

    Java Queries Here..

    public class Test{ //1. Test obj1=new Test(); Test(){} public static void main(String[] args){ //2. Test obj2=new Test(); } } In this prgm if U'll write either only the stmnt 1 or stmnt 2 (those whic I have commented and mentioned as 1 and 2) then it'll work fine no compilation error n no...
  7. bijay_ps

    Java Queries Here..

    Q1) why in this case when I am declaring a static variable as final also in Hello class then the static block is not getting processed? And if I don't declare it as final, but only static then the static block is getting processed. Can anyone explain why is it happening?? Q2) what is the...
  8. bijay_ps

    galaxy ace battery prob

    Hello friends!! I have been using samsung galaxy ace for more than a year now. But its battery back-up seems to have degraded alot, if I use internet on my mobile the battery doesn't even last half an hour :( :( (3G is activated) I have also tried many battery saver apps but none of them have...
  9. bijay_ps

    ubuntu installation through live cd

    windows 7, motherboard: GIGABYTE, intel core 2 duo, 2GB RAM, 32-bit operating system, 320 GB Hard disk. Do I need to mention anything else how am I suppose to create manual partition?? Are U suggesting to use GPartition... By the way I forget to mention that while live cd is inserted and I...
  10. bijay_ps

    ubuntu installation through live cd

    Hello friends I am trying to install ubuntu 12.04 alongside with windows through a live cd. But when I click on the icon "install ubuntu 12.04 LTS" and go next. It gives me a message that there is no operating system detected on this PC. And when I click on "something else" I can't see my...
  11. bijay_ps

    C/C++ Beginner's Guide and Post Basic Questions here

    I wrote a simple hello world program but not stored it in Ubuntu's home directory, instead i stored it in one of the windows drive. (I am using ubuntu 12.04 alongside of windows)When I compiled the program it worked just fine but when I tried to execute it I got an error message "Permission...
  12. bijay_ps

    help in starting movie ticket project

    Please tell me what is desktop library?? I don't know what it is?
  13. bijay_ps

    help in starting movie ticket project

    thnx for the links :-) Hello there!! so when you say desktop application do you mean writing programs in C/C++ or something else? because I often write programs using this C language.
  14. bijay_ps

    help in starting movie ticket project

    my main aim here is getting more experience on c/c++. So please help me
  15. bijay_ps

    help in starting movie ticket project

    Hello friends!! I want to develop a online movie ticket project using either c or c++ language. But I am a bit confused that from where should I start. I mean on which platform. For general coding purpose I have always used either GCC or Turbo C compiler. And I don't knw database connectivity...
Top Bottom