Quantcast
Channel: onlinemanikbasu
Browsing all 11 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

JQuery Starter

Table of Contents How Will We Achieve That? Project Structure Coding the HTML Some Basic HTML and Importing jQuery + Validation Script The Form, Splitted Into Three Sections Adding Fields + Submit...

View Article


Image may be NSFW.
Clik here to view.

Email Validation Function

function Exist($value, $field_name, $table_name, $other_condition='') { if ($other_condition != "") $sql_other_condition = " AND ".$other_condition." "; else $sql_other_condition = ""; $sql = "SELECT...

View Article


Image may be NSFW.
Clik here to view.

JavaScript Validator

<script language="javascript" type="text/livescript"> function validate() { if(document.getElementById('nickname').value.search(/\S/)==-1) { alert("User Name should not be blank");...

View Article

Image may be NSFW.
Clik here to view.

Pagination Function

Three files need to pagination in this way. 1. Pagination Link <? class pagination { public function __construct() { } public function calculate_pages($total_rows, $rows_per_page, $page_num) { $arr...

View Article

Image may be NSFW.
Clik here to view.

Thumbnail Class

<!–?php class Thumbnailer { private $image = ”; //image filename and path private $sizes = null; public function __construct($image = false){ if($image){ $this->setImage($image); } } public...

View Article


Image may be NSFW.
Clik here to view.

Custom Post Type

Let me get something off my chest. WordPress sometimes, just ever-so occasionally, makes things sound a little harder than they actually are. Custom post types sound quite scary, but really they...

View Article

Image may be NSFW.
Clik here to view.

AddThis

Filed under: AddThis share

View Article

Image may be NSFW.
Clik here to view.

Current Page URL

<!–?php function curPageURL() { $pageURL = ‘http’; if ($_SERVER["HTTPS"] == “on”) {$pageURL .= “s”;} $pageURL .= “://”; if ($_SERVER["SERVER_PORT"] != “80″) { $pageURL .=...

View Article


Image may be NSFW.
Clik here to view.

All About SEO on WordPress.com

All About SEO on WordPress.com. Filed under: SEO Tagged: seo

View Article


Image may be NSFW.
Clik here to view.

All About SEO on WordPress.com

All About SEO on WordPress.com. Filed under: SEO

View Article

Image may be NSFW.
Clik here to view.

Decolonizing Restorative Justice

Reblogged from Unsettling America: By Denise C. Breton, Unsettling Ourselves When I first heard about restorative justice, I remember feeling liberated and inspired by a movement that advocates...

View Article
Browsing all 11 articles
Browse latest View live