All Questions

by yogi | 02/02/17 | 1 Answers | Tags : node.js , Express-framework Views : 1949
how to use express framework in node JS ?

Read more

by yogi | 31/01/17 | 1 Answers | Tags : jQuery , Javascript Views : 1342
XMLHttpRequest cannot load javascript:;. Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

Read more

by yogi | 31/01/17 | 1 Answers | Tags : jQuery , Javascript , HTML , XHTML , textarea Views : 11980
How to get selected text of Textarea in JavaScript ? is there any getSelectedText() function in JavaScript or jQuery , which return me only selected text , not whole text of textarea ?

Read more

by sqltreat | 30/01/17 | 2 Answers | Tags : MySQL , MyISAM , ENGINE , storage-engines Views : 1389
what are the MySQL storage engines ? how to use MySQL storage engines ? i export database i got this here ENGINE=MyISAM , it means what ? i can say our ENGINE is MyISAM ,

Read more

by sqltreat | 30/01/17 | 1 Answers | Tags : PHP , MySQL , how-to-use , Stored-Procedure Views : 1186
how to run MySQL stored procedure in php ? how to run this stored procedure in PHP ?

Read more

by sqltreat | 30/01/17 | 1 Answers | Tags : PHP , deprecated-function , database , mysql_list_dbs , deprecated Views : 2184
i am finding alternative of the mysql_list_dbs in php , in php , it was easy to get list of database by function mysql_list_dbs above code will give you list of databases in current MySQL database. but mysql_list_dbs is deprecated as of PHP 5.4.0 so what is the other alternative of mysql_list_dbs function ? is there any PHP function or MySQL function which is used to get database list

Read more

by sandip | 29/01/17 | 1 Answers | Tags : MySQL , InnoDB , VIRTUAL , STORED Views : 3400
InnoDB vs VIRTUAL vs STORED in MySQL What is difference between InnoDb and VIRTUAL and STORED in MySQL ?

Read more

by fatso | 28/01/17 | 3 Answers | Tags : Javascript , JS , memory-leak Views : 1610
what is memory leak in JavaScript ? how can i prevent it ?

Read more

by lain | 28/01/17 | 2 Answers | Tags : Java , YouTube-API , how-it-work , how-to-use Views : 1838
how to use Youtube api in java

Read more

by yogi | 27/01/17 | 3 Answers | Tags : Javascript Views : 20657
How to get url history in Javascript?

Read more

by debugger | 27/01/17 | 1 Answers | Tags : HTML , XHTML , Java , PDF Views : 1395
how to convert html to PDF in Java

Read more

by debugger | 27/01/17 | 2 Answers | Tags : Eclipse , Java , jar , NetBeans Views : 2325
i tried to add .jar file to Java Swing Application at Eclipse , but did not get success . so i turn to NetBeans but still not got sucess so can any show me how to add .jar file to Eclipse or NetBeans

Read more

by david | 27/01/17 | 2 Answers | Tags : MySQL , Java , swing , resultSet , TableModel , ​JTable Views : 8245
coding my first application for Swing (Java) trying to fetch the result from MySQL and loading it to JTable i have done Now how to apply resultSet in setModel(TableModel dataModel) need to convert resultSet To TableModel in Java Swing ? how to do it ?

Read more

by david | 27/01/17 | 1 Answers | Tags : PHP , HTML , PDF Views : 1026
how to convert html webpage to PDF file in php?

Read more

by sandip | 27/01/17 | 2 Answers | Tags : MySQL , difference , SQLite Views : 1328
what is difference between MySQL and SQLite ? i want to know difference in query schema , database schema , store procedure etc .. if you try to import a database from SQLite to MySQL or MySQL to SQLite what are the change i should do ?

Read more

by sandip | 27/01/17 | 1 Answers | Tags : MySQL , SQLite , typeof Views : 4597
i got that typeof function in SQLite SQLite official site says :: The typeof(X) function returns a string that indicates the datatype of the expression X: "null", "integer", "real", "text", or "blob". it will return type of column, which is "text" in our case is MySQL have typeof function .so we can get type of column ? if no , than which are the alternative function in MySQL for typeof() ?

Read more

by sandip | 27/01/17 | 1 Answers | Tags : PHP , Closures , best-way-to-code , how-it-work , how-to-use Views : 1013
used JavaScript closure many time can we define closure as above in PHP also ? if yes than is closure useful in PHP ?

Read more

by sandip | 27/01/17 | 3 Answers | Tags : how-it-work , how-to-use , cache , Laravel Views : 1500
how to use cache in Laravel ? is use of Laravel cache help make web page faster ? what is the cache module i can use with Laravel ? is there extra installation required to use cache in Laravel ?

Read more

by Phpworker | 26/01/17 | 2 Answers | Tags : Java , SQLite , ClassNotFoundException , JDBC Views : 1788
i have made some code to connect with SQLite in Java following is what i made but getting some error java.lang.ClassNotFoundException: org.sqlite.JDBC So whats wrong with it ?

Read more

by Phpworker | 26/01/17 | 2 Answers | Tags : MySQL , SQLite , cross-query , sql-query-conversion Views : 1979
Can the same MySQL query in MySQL be used in SQLite ? trying hand on the SQLite , i try to run MySQL query to SQLite and i got error. let me show what i got :: trying to import Joomla one table to SQLite i got error "Syntax Error"

Read more