AD MANAGEMENT

Collapse

BEHOSTED

Collapse

Announcement

Collapse
No announcement yet.

Search Result

Collapse
44 results in 0.0505 seconds.
Keywords
Members
Tags
php development x
  •  

  • marrysmith
    started a topic Introduction

    Introduction

    Hello Everyone,

    I would like to introduce myself. I am Marry Smith from NewYork USA. I am working as a software developer at ProtonBits software. We are offering custom software development, Mobile app development, Website development and eCommerce solutions.
    See more | Go to post

  • Are PHP getting same popularity like php has?

    PHP is one of the best HTML server based scripting and among the favorite websites development frameworks. With the development of PHP in the website's market, PHP frameworks also come in Era. Under PHP, some best and awesome frameworks like Symphony, Laravel, Codeigniter, CakePHP has been created....
    See more | Go to post
    Last edited by JamesMartin; 05-28-2017, 03:08 AM.

  • chinmay
    started a topic The SET_UP procedure

    The SET_UP procedure

    This procedure prepares the specified master site to refresh a snapshot. The specification is:


    Code:
    PROCEDURE DBMS_SNAPSHOT.SET_UP
    (mowner VARCHAR2,
    master VARCHAR2,
    log IN OUT VARCHAR2,
    snapshot IN OUT date,
    snaptime IN OUT date);
    See more | Go to post

  • chinmay
    started a topic Windows Services

    Windows Services

    The C++ language has long been a stronghold for Windows services development. This will not change with C++/CLI. In fact, I predict that some of the defection to C# in this area may return because of the power of C++/CLI. In this chapter, you will see just how easy it is to create Windows services using...
    See more | Go to post

  • chinmay
    started a topic C++/CLI Output to the Command Line

    C++/CLI Output to the Command Line

    You saw in the previous example how you can use the Console::Write() and Console::WriteLine() methods to write a string or other items of data to the command line. You can put a variable of any of the types you have seen between the parentheses following the function name and the value will be written...
    See more | Go to post

  • chinmay
    started a topic How do I optimize my code?

    How do I optimize my code?

    When developing applications, the first stage should be to make design your top priority; we should sacrifice performance in favor of a well designed application architecture, and allow our code to be flexible and maintainable. When it comes
    to putting your application online, though, performance...
    See more | Go to post

  • chinmay
    started a topic How do I display data in a sortable table?

    How do I display data in a sortable table?

    Usually there’s more to displaying tabular data than just putting it in a table. If you have large data sets, you might like to add user interface controls like column sorting or paging to your tables, so that your users can easily digest the content in small chunks.

    The PEAR Structures_DataGrid...
    See more | Go to post

  • How do I work with files using the Standard PHP Library in PHP 5?

    With the release of PHP 5, we were given access to the SPL (Standard PHP Library). The SPL is a library of classes and interfaces designed to solve a variety of standard problems. As you may have guessed, reading directories and getting information about the files they contain is one such problem...
    See more | Go to post

  • chinmay
    started a topic How do I store dates in MySQL?

    How do I store dates in MySQL?

    Human-readable dates come in a variety of formats that can suit many situations. However, these formats are not the best way to store dates.

    At first glance, the easiest way to store dates in MySQL may appear to be to simply drop them in exactly as they’d appear on a web page; for example,...
    See more | Go to post

  • chinmay
    started a topic Using the PHP substr() function

    Using the PHP substr() function

    The substr() function extracts a substring from a longer string. It takes three arguments: the string you want to extract the substring from, the starting point (counted from 0), and the number of characters to extract. The following code displays the first 100 characters of $row['article']:
    ...
    See more | Go to post

  • chinmay
    started a topic How do you debug an ASP.NET Web application?

    How do you debug an ASP.NET Web application?

    Attach the aspnet_wp.exe process to the DbgClr debugger.
    See more | Go to post

  • chinmay
    started a topic Can applets communicate with each other?

    Can applets communicate with each other?

    An applet may communicate with other applets that are running in the same virtual machine. When the applet are from same class it can communicate using static variable, when the applet are of different class it can communicate through reference.
    See more | Go to post

  • How can you achieve multiple inheritance in java?

    Multiple inheritance in java implemented in similar to the C++ with one difference the inherited interface should be abstract.
    See more | Go to post

  • chinmay
    started a topic How to avoid a class from instantiation?

    How to avoid a class from instantiation?

    Having a pure virtual function for the class, this will not create an object of the class and thus class cannot be instantiated. It can be prevented from instantiation and also inherited by making the constructor private.
    See more | Go to post

  • chinmay
    started a topic What is a process and threads?

    What is a process and threads?

    A process is an entity which has its own memory space and maintain state information.
    Thread is an independent execution path, able to run simultaneously with other threads.
    See more | Go to post

Unconfigured Ad Widget

Collapse
Working...
X