Search:

Type: Posts; User: RichiRich

Page 1 of 3 1 2 3

Search: Search took 0.38 seconds.

  1. Replies
    4
    Views
    1,149

    Re: Secure MD5 hashing in PHP

    Generally, it is advantageous to incorporate in the Salt something that is different for each user, because even when you know what it is, it is created when a rainbow table itself, the same can be...
  2. Re: Visual Studio Express: Delete data in a combobox

    There are two ways to do that are :

    Static
    Dynamic
    Static: is that the values are listed, the project will not change.
    Dynamics: is values that are listed, the project varies. An Example...
  3. Replies
    4
    Views
    612

    Re: Compatibility with CSS

    Today we can count on navigation tools that support virtually all of the CSS2 specification. With a browser, however, that surpasses all others in this area: Mozilla. Microsoft has continued his work...
  4. Re: Not getting proper result after using compareTo()

    According to me, Age is an int is a primitive type, it does not compareTo(). return to age - E.getAge(). Watch your way to code, the standards require that the class variables and methods begin with...
  5. Replies
    4
    Views
    572

    Re: Hardware and software for HDML

    The individual action are structured ACTIVITIES (sic) equivalent to browsing a site that offers multiple choices or fill out forms. The time limit for the number of logical Activities we can do is...
  6. Re: Synchronize a producer thread and a consumer thread in C#

    Note that the queue and the synchronization event object passed to threads Consumer and Producer as constructor arguments. This provides two objects that have shared resources to carry out their...
  7. Replies
    4
    Views
    1,408

    Re: How to search with the Windows Shell?

    A separate search application is implemented very quickly. But only two libraries from the Windows API code packs are required:

    private void start search (search string text)
    {
    / / Create...
  8. Re: What are the physical and logical format in XML?

    When we create a document using one of the many applications for word processing or page layout, usually directly specify all of these features: we choose the character for a text or a paragraph,...
  9. Replies
    10
    Views
    1,742

    Re: Disabling Nepomuk

    Is automatically activated when you start KDE PIM application that already supports it or use some plasmoids (I'm not sure, but I think the calendar). Nepomuk is and will always need the whole...
  10. Replies
    8
    Views
    1,529

    Re: Best Linux File System of All

    Fragmentation does not come from the filesystem, but Windows, which for historical reasons of speed, prefer to write to the nearest (to fill the holes as and when they arise) than to seek the best...
  11. Re: Difference between Integrity and Consistency in Database

    hi,
    Referential integrity (that you probably think) here means in practice that it is a key of a table B to a value b is no record of even though in the value of b in A foreign key exists as a...
  12. Replies
    5
    Views
    946

    Re: Help!! Java 5, boxing and auto switch.

    I have tested it in 2 different versions on 2 different OS and it will not compile. Do you have there income benefit with the "switch (ILW)" tried? Also I want to ask that are you using java version...
  13. Replies
    5
    Views
    654

    Re: Experience with portlets

    An archetypal deployment circumstances is definitely to have an Apache HTTPD in front of a tomcat web application container. The authentication header in such cases is frequently performed at the...
  14. Replies
    5
    Views
    1,427

    Re: Session Sharing Java portlets / PHP

    However, if you absolutely must identifies a session in the other: if it's just a PHP server is you can use eg PHPSESSID and pass them as JSESSID. One would have to weigh everything again, but this...
  15. Re: Transfer of information in the Session Context (Swing Client, EJB3)

    I wonder why the session must be to contain the information? It's problematic because a client can have several states (windows / tabs) have. If the client sends a query contains the state and this...
  16. Replies
    8
    Views
    2,228

    Re: Canoo WebTest vs Selenium in Java

    Have yourself tested to Java, Qt, and Web interfaces. Essential to Web interfaces is that the developers adhere to standards and not develop browser-specific. In such cases, you can squish can extend...
  17. Replies
    6
    Views
    1,836

    Re: CRUD application with Wicket

    The add () method is in final wicket, so there's nothing to override. According to my interpretation of the wicket-philosophy, I would propose, concepts such as session and request only once removed...
  18. Replies
    8
    Views
    1,288

    Re: The way to operator overloading in Java

    Implemented the whole thing as pure "compiler magic" is. The compiler checks at compile time whenever it finds an operator, whether the class implements the appropriate interface to the operator...
  19. Replies
    6
    Views
    1,374

    Re: Help!! Spring and Hibernate sessions

    The coding that is mentioned below may help you :

    '! - Data Source ->
    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    <property...
  20. Re: Denial of Service attacks and other in Java

    Attacks can specifically relate to an application. For example, regular calls to the website / web applications to be adjusted in order to overload the application itself. I doubt that hardware or...
  21. Replies
    8
    Views
    2,203

    Re: Problems with socket timeout and JRE 1.6

    This is really tough..:sweating: So the exception is thrown in only one place, look at line 168] of java.net.SocketInputStream.read (byte [, int, int) to which this community from the normal read...
  22. Replies
    5
    Views
    2,868

    Re: What is an interceptor in Java EE 5?

    To add the interceptor to a whole group of classes could configure:

    <aop:config>
    id = "businessOperation" <aop:pointcut expression = "execution(* com.dosideas.business.*.*(..))" />
    ...
  23. Replies
    4
    Views
    2,759

    Re: Read and Write a .txt file with Java

    If you just need to read and / or write primitive types, you do not need to import the package java.io.Serializable or implement "Serializable" to your class book. To save a primitive type in a text...
  24. Replies
    9
    Views
    2,091

    Re: JMS Messaging using activemq and jmeter

    A typical approach for messaging systems dispatching persistent messages Is To pull 'em in batches from long term storage When a customer is Ready to burn' em, using a cursor to the next hairpins to...
  25. Replies
    4
    Views
    1,051

    Re: Error while using the timer class in Java

    I think that you will able to do the coding properly after having a look at the example that explains about the timer class. The following is an example with a java.util.Timer :

    Import...
  26. Replies
    8
    Views
    1,287

    Re: How to do modifications of clock in Java?

    It seems as if the book they are learning is out of date. When you see outdated as an error code means that the function of use has changed in recent versions of the class. I am guessing that your...
  27. Replies
    4
    Views
    2,286

    Re: Eclipse not compiling my Java file

    I would like to comment on coding given by the "PARRISH". The same code can be much more concisely written and type-safe, especially if you Generics, uses a new feature in Java 1.5. This can already...
  28. Re: Timer Service support for Web Services in EJB 2.1

    The service is targeted to specific timer callback cycles. When in the preparation of the timer set time period has expired, calls the container-on ejbTimeout the method of the bean. Here are two...
  29. Replies
    5
    Views
    1,493

    Re: Help for Timer examples in Java

    You will have to use the javax.swing.Timer for doing the Timer examples in Java. This class is easier to use. Just instantiate it passing each how long (in milliseconds) we want to let us know and...
  30. Replies
    10
    Views
    1,815

    Re: JavaFX into jsp file

    Although some phones ( smart phones ) already have support for JavaFX 1.2, now have to migrate to support the enhanced features offered by version 1.3. One of the biggest problems they may face is...
  31. Replies
    3
    Views
    765

    Re: Scanner & PrintStream Issue in Java

    Instead of the predefined file object System.out be new file objects (Class File) created and the constructor of PrintStream class as the output destination specified. Instead of output to the...
  32. Replies
    7
    Views
    723

    Re: Information about the Java EE 5

    My comment comes from the fact that there are plenty of facilities for Java EE application server 1.4 that do not support Java SE 1.5, hence my comment on the JVM 1.4, I am fully aware of the...
  33. Re: How to set the Dynamic positioning of an image in JSP

    Typically, a block of content is contained within <DIV> tags. Imagine, then, that you would like to create a small block of content, you must tell the <DIV> block to use a style sheet. As a simple...
  34. Re: Unable to delete records from Two Joined table

    I recently researched if perhaps the database had some kind of lock or permission limits and I was able to turn on "autoshrink" in hopes to reduce the size, but I think I need to wait until the SQL...
  35. Re: How to Manipulate String using PHP String Functions

    programming languages for manipulating strings is great idea to create own string functions by combining PHP built in functions so you get exactly what you want. A function is like a subroutine. It...
  36. Re: How to Use javascript to control flash files?

    You can use javascript inside a flash movie, but you cant control a flash movie with javascript when it was already published. you should probably look into using SWFAddress. SWFAddress is a library...
  37. Replies
    3
    Views
    757

    Re: What is inside PHP Header file

    In commons header() being used for page redirection whereby a specific location being define. However header() can be use more than just that. PHP has around hundreds of inbuilt for functions which...
  38. Re: Is XML, DHTML, and XHTML are all the same thing?

    XML is a way of representing data inside tags. You can define your own tags and structure, so long as you describe it. If you are going to focus on programming for the internet you will also want to...
  39. Re: What are different compatibility types when creating a COM component?

    Different compatibility types when creating a COM component No Compatibility - New GUID (Globally Unique Identifier) created, references from other components will not work Project Compatibility -No...
  40. Replies
    3
    Views
    653

    Re: Can we do Flash programming using PHP?

    It is absolutely possible Flash programming using PHP but it becomes very tedious to do flash programming...Core PHP Programming, Second Edition is the #1 practical guide to PHP 4 for Web developers...
  41. Re: what is the difference between PHP and HTML

    Well HTML is really really basic thing and you must know it if you want to learn something more. Again PHP is the server side scripting and HTML is the formatted output for the end user. and PHP is a...
  42. Re: What is the difference between session_register and $_session?

    $_SESSION (uppercase !)is a superglobal. You treat it like an associative array, and you can store your session variables in it. session_register() is used for register one or more global variables...
  43. Replies
    3
    Views
    4,347

    Re: How to handle exception in VBA

    After all syntax errors have been fixed, the program may be ready for the user. There are different types of problems that a user may face when interacting with your program. In addition to the scope...
  44. Replies
    3
    Views
    2,666

    Re: How to Parse CSV file using PERL

    When you are developing across platforms for a client that insists 'modules' are not allowed, and the perl program must be totally self contained.I guess the actual problem is that you are comparing...
  45. Re: Unable to scroll top page design in Javascript

    There can be only one body element in an HTML page, so both the IE and W3C DOMs provide a shortcut reference to the object, document.body. I did a pretty massive simplification since I only wanted a...
  46. Re: How to Replace blank fields with Javascript

    Use the following code for your problem.


    <html>
    <head>
    <title>Remove spaces.</title>
    <script language="JavaScript">
    function fun() {
    var name=document.getElementById('name').value;...
  47. Re: How to set the javascript gradient background in HTML

    A series of div elements be created and set as children of the element. I wasn't suppost to be a double post, I just hoped to find some guys over here who could wright javascript. The innerHTML of...
  48. Re: some Javascript files only recognize in IE and not in others

    Make sure that you call the script when the document has finished loading (that will mean that you will not be able to use document.write()) , otherwise make sure you don't use the XHTML doctype. The...
  49. Replies
    3
    Views
    3,270

    Re: How to insert new line in message box

    MessageBox(hWnd, TEXT("Line\n"), TEXT("Caption"), MB_OK); \n is not for VB.NET. \n is used in languages that escape characters with \ (\t, \n, \\, \r, \f, etc). or else you may use the...
  50. Re: How to check if value is numeric javascript

    The simplest way to check whether the details entered in a text field are numeric is to to loop through the string all the element's values in javascript are strings, not numbers, so that you better...
Results 1 to 50 of 140
Page 1 of 3 1 2 3
Page generated in 1,710,842,858.85742 seconds with 25 queries