admin
admin
Problem Solution: Special Pythagorean triplet(projecteuler.net)
By admin | | 1 Comments |
public class SpecialPythagoreanTriplet { public static void main(String[] args) {
Internet Explorer hacks
By admin | | 0 Comments |
.class { width:200px; /* All browsers */ *width:250px; /* IE
Arrays for PHP 5.4
By admin | | 0 Comments |
Example #1 A simple array <?php $array = array( "foo" => "bar", "bar" => "foo", ); 
Constants php
By admin | | 0 Comments |
Syntax You can define a constant by using the define()-function or
Conditional stylesheets
By admin | | 2 Comments |
<!--[if lte IE 8]><link rel="stylesheet" href="lte-ie-8.css"><![endif]--> <!--[if lte IE 7]><link
Adding a ‘More’ link on Drupal
By admin | | 1 Comments |
Drupal version: Drupal 7.x Audience: Developers and coders Page status:
Adapting the query
By admin | | 2 Comments |
Drupal version: Drupal 7.x Audience: Developers and coders Page status:
Specifying a custom permission for a new page
By admin | | 0 Comments |
Specifying a custom permission for a new page Drupal version:
how to develop module for registration process drupal 7
By admin | | 2 Comments |
Telling Drupal about your module Drupal version: Drupal 7.x Audience:
Coding standards
By admin | | 0 Comments |
Source : http://drupal.org Drupal version: Drupal 7.x, Drupal 8.x Audience: