Latest Codes & Examples
BLOOD GROUPS AND Blood Type Inheritance
All human blood may look alike but when it is tested using special agents, differences become apparent. The main red blood cell groups are A, B, AB, and O. The letters stand for two antigens (chemical substances that can be targeted by one's immune system) labeled A and B.
installation of SQL Server 2005
Operating System Requirements (64-bit)
This table shows the operating systems that run the server software from each 64-bit version of SQL Server 2005.
Provide sender id in sending mails How to Add an SPF Record in Windows 2000 and Windows 2003 DNS
Make sure that your domain dns have spf Record Defined.
to get your right SPF record for hotmail go to this link:
http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx
http://www.michaelbrumm.com/spfwindowsdns/
What's jQuery how to use jquery
Jquery is lightweight Java Script Library that provides functionality for may events in just few lines of code.To use jquery you must download first the jquery library file.
You can download the latest version -- 1.2.6 the latest version from jquery site.
Functionality And Working Of Jquery :-
CURL requests For Search keywords
Curl is good for getting remote data and making dynamic requests.
<form method="post"><input type="text" name="search" value="india"><input type="submit" value="Search"></form>
<?php// create a new cURL resource
$ch = curl_init();
// set URL and other appropriate options
$result_cnt=2;
$search=$_REQUEST['search']?$_REQUEST['search']:"";
$url="http://www.google.co.in/search?num=$result_cnt&hl=en&safe=off&q={$search}";
Using Flickr API for getting Image results
Flickr provides a API for searching images in flickr.We need a API key that can be obtained from yahoo by registaring a free account and agreeing the terms and conditions.Once we have yahoo account we can apply for a free flickr API key.From flickr you can download API absolutly free and use accordingly.here is one code from my drupal module that is used for getting contents from flicker using flicker API:-
<h2>Little Code part for getting search results from flicker:-</h2>
<?php
jquery JavaScript Library that makes easy to traverse play with events,html
"jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.A lightweight framework that easily handles tedious DOM scripting chores."
Some quick feature of Jquery Are:-
* Lightweight Footprint
About 15KB in size (Minified and Gzipped).Very small size and so takes very little amount of time to load in memory.
* CSS3 Compliant
Supports CSS 1-3 and basic XPath syntax and rules.
Web Site Optimization Speed Up Your Site using tips WSO,SEO optimization
WSO(Web site optimization) is the process of reducing web site size and complexity to maximize website performance. Website optimization can also include search engine optimization, pay per click optimization, and conversion rate optimization (getting more traffic and sales) as part of your overall site redesign process.
=>For developers on firefox there is a Add-on called as Yslow.This is from yahoo and this monitor the site and make suggestions based on that.Yslow has few rules defined which you can get on yahoo site.
Getting fields from mysql table using code file drupal,mysql,php
Simple PHP Mysql
$table_name="node";
$sql=sprintf("SHOW COLUMNS FROM %s",$table_name);
$$rs=mysql_query($sql);
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)