Search:

Type: Posts; User: Mecurtis

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    1,267

    Re: How to use tag in HTML5

    OGG, H.264, and VP8 deliver comparable results in the presentation of videos. The only thing the Web developers have to consider is the question of patents. H.264 is a widely used format, but will...
  2. Replies
    5
    Views
    983

    Re: Calling a JavaScript function from Flash

    If the function has been correctly declared within the tag <head> html page that embeds the movie, you can call it directly from flash using the following syntax:

    getURL ("javascript:...
  3. Re: How to do Asynchronous Programming with Delegates?

    Parallel processing with multi-core processors can improve performance significantly. But the parallel access to data also poses dangers that could result in non-reproducible bugs. Once code is...
  4. Replies
    5
    Views
    1,465

    Re: How to manage SharePoint content database?

    These collections can be outsourced to a dedicated content database (which would have three collections for a total of 7 GB). The total of the base in question is 12 GB on this database. We will...
  5. Replies
    5
    Views
    1,589

    Re: Traditional hangman game not working in C

    I have wrote the code for the same game. I am posting, so that you can get some help from that. The game begins with a player enters a word to guess. The second player will place a letter or a...
  6. Thread: PhpBB vs MyBB

    by Mecurtis
    Replies
    5
    Views
    4,200

    Re: PhpBB vs MyBB

    But it is my opinion, there are many "best", but among "the best" I prefer MyBB, and SMF as named above, has few mods for the new version so that you resign for an old .. and good vBulletin, or tell...
  7. Replies
    4
    Views
    1,036

    Re: What are an expressions used in python?

    In order to experiment programming, you must have the ability to execute expressions. Fortunately, Python has an interactive mode that enables you to experience directly the expressions that...
  8. Re: Visual Studio Express: Delete data in a combobox

    Hello as I erase the writing in a combobox when in DropDownList. When the DropDown is used combobox.text = "" as serious DropDownList is the same way or is another. Well the closest thing you could...
  9. Re: J2ME code for capture of photos and pictures in mobile

    If the previous test was successful, you can proceed to create the interface that allows you to take the picture. The method buildPlayer class PhotoCanvas usually initializes the object Player, but...
  10. Replies
    4
    Views
    768

    Re: Optimization in MySQL

    The second level of optimization on the structure of databases, that is the way they are designed tables. Here are some suggestions:

    MyISAM tables on which are carried out frequent updates are...
  11. Replies
    3
    Views
    1,734

    Re: How to use TextStream in VBScript?

    Even in this application is checked for the existence of log files and, if necessary, is created. The file is then opened and the queue is written the date and time of access. To demonstrate the...
  12. Re: Using stored procedures and stored functions in MySQL

    Let's break the code provided by the StudyBoy. First, we note the DELIMITER command, you need to change the normal mysql client delimiter instruction, which would be a semicolon. In fact, since the...
  13. Replies
    5
    Views
    746

    Re: Character sets in MySQL

    As an example we can then say that a particular table uses the character set latin 1 (the most widely used in Western Europe) and the collation latin1_general_cs. This collation is multilingual (ie...
  14. Replies
    4
    Views
    575

    Re: Hardware and software for HDML

    It 's very easy to test the HTML code observations with the lens of our browser. Since it is rather complicated and expensive to install a server and from this to buy a UP.LINK check how the file...
  15. Re: Importing large quantities of records in MySQL DB

    Actually, it is not enough to understand what exactly are you having the problem. It would be better to troubleshoot for us, if you post the error message that you are getting along with the coding....
  16. Replies
    6
    Views
    1,568

    Re: How to add VBScript code in a page

    The VBScript is a derivative of Visual Basic, and variable behave much the same way. To declare them using the Dim statement example :

    Dim variable1
    Dim variable2
    etc..
    Or

    Dim variable1,...
  17. Replies
    5
    Views
    1,570

    Re: Objects in VBScript

    However, there are numerous methods for working with files and folders:

    DriveExists (drive letter) returns True if the drive letter of specified there.
    GetDrive (drive letter) returns a Drive...
  18. Re: Character not moving with Arrow keys in Actionscript 3

    The following are two methods that can also be useful for you :
    Method 1 : Placing a clip on each side


    if (hitTest (_root.pl1)) {
    _y = -20 _root.pl1._y
    }
    if (hitTest (_root.pl2)) {
    _x...
  19. Re: Synchronize a producer thread and a consumer thread in C#

    ThreadRun method defined by the Producer looks like this:


    // Producer.ThreadRun
    public void ThreadRun()
    {
    int count = 0;
    Random r = new Random();
    while...
  20. Re: What are the physical and logical format in XML?

    In summary, an element has four characteristics. The first concerns the syntax, that is as it is written, which has parameters, that value can be taken and so on. By definition in an XML element...
  21. Replies
    5
    Views
    881

    Re: What is the HTML editor?

    The market is fraught with dozens of software specialization in creating HTML pages, so-called HTML editor. The complexity of these programs have reached very high levels but has followed different...
  22. Replies
    7
    Views
    1,178

    Re: What is a Journaling file system in Linux?

    Journaling file system can be defined as a system that serves to give more security to the integrity of data and metadata, contained in our computers. It is recommended for high availability systems....
  23. Replies
    8
    Views
    1,532

    Re: Best Linux File System of All

    There are interesting articles on the topic comparing the performance of different file systems. I advise you to go take a peek. Basically each file system has its advantages and disadvantages for...
  24. Replies
    10
    Views
    1,916

    Re: What is PERL and what are its uses?

    Certainly, then, Perl is almost a necessity for those who need to manage a website that is not just text and images: with this language, is it possible to automate some useful operations, from the...
  25. Replies
    5
    Views
    1,962

    Re: How to do FileUpload via HTTP

    The threads of the thread pool of a servlet container without special precautions are all requests equally available, regardless of whether they are uploads or standard requests. Since uploads are...
  26. Re: Checklist for the character encoding in HTML

    Even if the discussed versions of browsers are capable of technically, to implement the procedure described, it is not certain that a specific browser installation that also dominates: the user might...
  27. Replies
    5
    Views
    909

    Re: J2EE Authorization Model

    We store the assignment of users to roles in the database. A login module (JBoss) or a Custom User Registry (WebSphere) ensures that the user will receive a login and the necessary roles. The roles...
  28. Replies
    5
    Views
    977

    Re: Which Framework for Web Applications?

    One has to wonder whether "honest" and "clean" takes MVC (Struts & Co), or faster to develop more and difficult script alternative (ror / grails etc - if you PHP, the adaptation will fall lighter)....
  29. Replies
    8
    Views
    2,233

    Re: Canoo WebTest vs Selenium in Java

    I think that selenium might be a good choice, although I have tested only superficially. I have relatively long with worked Mercury QuickTest and forget the counterpart of Computer ware (name or...
  30. Re: Should we use an embedded application server in Java?

    So I understand the problem better than not. I would take NEN Tocmat / Jetty and think about it ... just not on upset today because the 20 megs for? I can not imagine the best of intentions....
  31. Re: Entitymanager handling with JPA in Swing application

    In Swing applications you will not have a chance OpenSessionInView the pattern were to be applied. There is just no filter in the request to open a Hibernate session and closes again after rendering....
  32. Replies
    7
    Views
    1,551

    Re: JPA implementation issues

    A lot! EntityManager is similar to a Hibernate Session, if this concept is known.
    Per "work unit" is used an EntityManager, either per transaction or for multiple
    technically related transactions...
  33. Replies
    5
    Views
    8,547

    Re: Eclipse: java.lang.UnsatisfiedLinkError

    We ran the SAP JCo not until I was sure that the .NET Framework 2.0 SP1 must be installed. As I just had to find after a lengthy investigation, is for SAP JCo on Windows Server 2003 compelling .NET...
  34. Replies
    5
    Views
    952

    Re: Problem with jre of jdk1.5.0_04

    The initial step to acquire when you have a predicament with Ant is to read the manual entry for the task or perception that is giving you trouble. In particular, ensure the meaning of a task's...
  35. Replies
    5
    Views
    2,878

    Re: What is an interceptor in Java EE 5?

    A transaction is an atomic operation that is, is made in full, or not do anything. For example, a method of a BO to modify two domain objects should be transactional: either modify the method...
  36. Thread: Java and XML

    by Mecurtis
    Replies
    3
    Views
    623

    Re: Java and XML

    For this kind of thing say that this API is arcane and outdated. When we see DOM, we will see that you can have random access to any part of the XML document.

    MyDriver.java

    ...
  37. Replies
    4
    Views
    2,773

    Re: Read and Write a .txt file with Java

    I think that you want to read the object, so I have tried to explain you how to read the object by providing the following code :

    ObjectInputStream ois;
    try
    (
    ois = new ObjectInputStream...
  38. Re: Help for Indexed-sequential file organized in Java

    I think that you should create your word class, implement the methods getSatz, addSatz, search phrase, delSatz. I am talking with respect to the coding that has been provided by the "Khushal". Then...
  39. Replies
    4
    Views
    1,062

    Re: Error while using the timer class in Java

    No this is not a timer that uses swing here, but I an impression he has a bit mixed up different types of timer ... Analogous to each timer object is a single background thread that is used to...
  40. Replies
    7
    Views
    1,616

    Re: Problem using Java.util.Timer

    I think that you should know about the Timer Class. Once you get the basic things about this class then you can do the changes accordingly. Timer Class supplies a method for executing a technique at...
  41. Replies
    5
    Views
    1,628

    Re: ClassNotFoundException Error in Java

    If you use a jar, you must reference the external libraries in the manifest. I would like to recommend you to use the executable jar. If you are not having the idea of creating the executable jar,...
  42. Replies
    4
    Views
    1,497

    Re: How to create an executable jar?

    In the directory. Class, then you will execute the following command :

    jar cvfm myapp.jar META - INF / MANIFEST.MF This is going to create one. myapp.jar named executable jar file with this...
  43. Re: Error "java.util.Arrays.mergeSort (Unknown Source)"

    The classification of sorting algorithms is very important because it allows to choose the algorithm best suited to the problem addressed, taking into account the constraints imposed by it. We...
  44. Replies
    5
    Views
    3,499

    Re: Scheduling in EJB3 Timer Service

    Implementing an EJB Timer Service is really simple. We talked about EJB3, which involves talking annotations and injection of services:

    <span <span> style="direction: ltr; text-align: left"...
  45. Replies
    5
    Views
    1,336

    Re: Refresh with the help of countdown timer

    The below script is also made for am Internet Explorer.

    <span><span style="direction: ltr; text-align: left" class="google-src-text">
    <html><head><script type="text/JavaScript">
    var...
  46. Replies
    6
    Views
    4,058

    Re: 24-Hour Clock Timer Task in Java

    Why do you take for her to the management API? A timer will but already quite normal in the java.util package. You simply create a timer (class java.util.Timer). Then another TimerTask (where you...
  47. Replies
    7
    Views
    1,021

    Re: Problems in Socket Applet

    An applet can not create server socket (that's if you planned to put your first code in an applet, but I doubt AC would not make sense). Log (Client therefore) via socket to a server other than that...
  48. Replies
    5
    Views
    1,626

    Re: Problem when calling a Javascript function

    How are you trying to call the function from the link..?? so

    <a href="resetear()"> or <a href = "javascript : Reset () ">
    I say this because I see that you write this

    onClick = "javascript :...
  49. Replies
    8
    Views
    892

    Re: Problem in installing StarOffice

    For example, MS-Office is an office suite that we have been using for a long time, but in reality most we use only 20% of all their functions, besides most people use only the programs Word, Excel...
  50. Replies
    4
    Views
    1,206

    Re: How to configure database in NetBeans 6?

    I am trying to explain you to connect to the database...

    Select "jdbc:derby://localhost:1527/myideas"> right click> Connect ...
    We are connected to the database.

    From here we can create...
Results 1 to 50 of 193
Page 1 of 4 1 2 3 4
Page generated in 1,713,308,493.18710 seconds with 31 queries