- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 18
- Posts with Upvotes
- 4
- Upvoting Members
- 15
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
26 Posted Topics
Re: Saying that Java is nice because it works on every OS is like saying that anal sex is nice because it works on every gender. | |
i like c++, Is C++ enough to bring me a job or should i study something else? | |
What are the areas (uses) of the use of the language of C/C++? i want advanced uses of c/c++ to choose the best for me and for the future. | |
which sites you visit daily? for me http://distrowatch.com/ http://www.tecmint.com/ https://twitter.com/ | |
| |
when to use paper book and when ebook? and which you prefer and when? | |
hi all i am using debian and installed sudo apt-get install mesa-common-dev and found this problem moc_mainwindow.o -L/home/damb/Qt5.2.1/5.2.1/gcc/lib -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread /usr/bin/ld: cannot find -lGL collect2: error: ld returned 1 exit status make: *** [a] Error 1 20:41:04: The process "/usr/bin/make" exited with code 2. Error while building/deploying … | |
is there is a book or a site for advanced linux command line like manage partitions and manage users etc? | |
is there a virtualbox alternative for old computers? | |
| |
what do you prefere for naming: database - c++ - java - php? 1- User_id - User_Name 2- user_id - user_name 3- UserId - UserName 4- userId - userName 5- else | |
List of Hello world program examples http://en.wikipedia.org/wiki/List_of_Hello_world_program_examples | |
Re: phpmyadmin is the best for me. look at next example: /* Table users names */ CREATE TABLE `users_DB`.`user_name` ( `ID` INT(11) NOT NULL AUTO_INCREMENT, `user_name` VARCHAR(25) COLLATE utf8_unicode_ci DEFAULT '', `pass_word` VARCHAR(25) COLLATE utf8_unicode_ci DEFAULT '', `user_type` INT(2) NOT NULL DEFAULT 7, PRIMARY KEY (`ID`) ) ENGINE = InnoDB AUTO_INCREMENT … | |
Re: you have to study jquery look at this also http://www.elated.com/res/File/articles/development/javascript/jquery/drag-and-drop-with-jquery-your-essential-guide/card-game.html | |
Re: use an array and insert into every change happen, every element of the array is a step forward.(you can use many array one for ram and another for slika and so on ) jquery will help you. advice "use meaningful english word when naming". good luck | |
Re: login as a root user then sudo chmod 755 xampp-linux-1.8.3-3-installer.run sudo ./xampp-linux-1.8.3-3-installer.run | |
Re: for fix problems: you should put javascript code in js file and php code in php files (class file with oop) and use jquery to controll all. and use comments. | |
Re: https://www.youtube.com/watch?v=sm6Rt8H6KrM&list=PL2D1942A4688E9D63 | |
need new "c++ database" books or tutorial sites | |
Re: you can do it with html and javascript: 1- page.html?f=car --- <a href = "car.jpg?car">car</a> 2- in js file make an array of your pages 3- recall car for example in html code or you can use javascript code | |
Re: 1- in database set a field int when user visit count (online++) 2- with javascript make a function every 10 minutes check how many (online) (functio with php or else) 3- remember you can make a page or many pages just include jquery to what page you need 4- when … ![]() | |
![]() | Re: mybe it come from php or html unclosed tage use notepad++ and use <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="myscripts.js" charset="UTF-8"></script> write your code in first line of your page and dont make a space before first line good luck |
Re: 1- put your form in a hidden div(use css to hide it) 2- use jquery or javascript to show it when click a button | |
Re: Absolute Java 5th ed. - W. Savitch, K. Mock (Pearson, 2013) BBS Introduction to Java Programming, Comprehensive Version JAVA - HOW TO PROGRAM 9Edition http://www.lynda.com/Java-tutorials/Essential-Training/86005-2.html good luck |
The End.