Codes from Developers

JavaScript

Using,the,Photo,viewer,JQuery,Javascript

Using the Photo viewer with JQuery


Delphi

Select,ActivePage,property,delphi

This example requires a TPageControl already be on the form. Also, you must add pages to the TPageControl by right- clicking and selecting New Page. The example code allows you to select the ActivePage property through the selection of a ComboBox item. While the form is created, the Combo Box control is loaded with the names of each of the tabs, as well as the instance pointers to the corresponding tab. When you select the Combo Box item, the associated TTabSheet object contained in the Combo Box Objects array is used to set the ActivePage property. Select the Lines property of the TRichEdit to enter a string. Select the string before justifying.


PHP

Server,Uptime,Statistics,php

Server Uptime Statistics in PHP


Delphi

DateUtils,delphi

This example demonstrates the use of some routines in the DateUtils unit.


JavaScript

Using,Event,Delegation,Javascript,Js

Using Event Delegation with Javascript


Java

Equalizer,bean,java

Equalizer bean in Java


PHP

Gradient,Image,php

Gradient Image in PHP


PHP

Check,a,file,exists,php

Check a file exists in php


Java

Accessing,session,items,java

Accessing session items in Java


JavaScript

javascript,js,pause,youtube,videos,stop

this code block pauses youtube videos on scroll when videos are disappeared from window.


Java

Creating,Checkbox,buttons,java

Creating Checkbox buttons in Java


PHP

Button,builder,php

Button builder in PHP


PHP

Image,browser,php

Image browser in PHP


Java

Simple,download,java

Simple download in Java


C++

Copy,all,the,files,and,directory,C++

Copy all the files and directory in C++


Delphi

TColorGrid,,component,delphi

This examples demonstrates how to use the TColorGrid component.


C#

c#,find,cube,root,of,given,number

This Code Shows How to Find the Cube Root of a Given Number


C#

c#,illustrate,leftshift,operation

This code Illustrates LeftShift Operations. The shift operators allow programmers to adjust an integer by shifting all of its bits to the left or the right.


PHP

Dynamic,WHERE,CLAUSE,depending,on,number,of,FORM,FIELDS,php

Dynamic WHERE CLAUSE depending on number of FORM FIELDS in PHP


C#

c#,linq,select,clause,details

This Code will Display the Student Details using Select Clause LINQ