Posted on November 5, 2009 by anandshahil
Lightbox is a useful JavaScript, which allows you to watch photos in a semi-transparent overlay to your site. When you click on a link, the picture is shown above the content of your page, which frees you of limitations like columns.
This tutorial is about setting up Lightbox to work on your page.
STEP 1: download lightbox.js [...]
Filed under: Uncategorized | Leave a Comment »
Posted on July 21, 2009 by anandshahil
ORM in PHP
Advantages:
ORMs have their own APIs for building queries and so are less Vulnerable to SQL injection attacks.
ORMs have tools that will inspect a schema and build up a set of model classes that allow you to interact with object in db.
Instead of Directly interacting with db , you’ll be interacting with an abstraction [...]
Filed under: Uncategorized | Leave a Comment »
Posted on July 6, 2009 by anandshahil
Cloud Computing : - It refers to the Utilization of shared , elastic resources and processing power accessed via Internet.
Cloud based developement means , outsourcing of various parts of application out of server & into the cloud.
Instead of storing Images , Videos , Audio or other files into File system , thay are stored in [...]
Filed under: Uncategorized | Tagged: Cloud compute, php | 1 Comment »
Posted on February 2, 2009 by anandshahil
Top 7 PHP Security Blunders
PHP is a terrific language for the rapid development of dynamic Websites. It also has many features that are friendly to beginning programmers, such as the fact that it doesn’t require variable declarations. However, many of these features can lead a programmer inadvertently to allow security holes to creep into a [...]
Filed under: Uncategorized | Tagged: Security | 2 Comments »
Posted on January 26, 2009 by anandshahil
code :-
<?php
// connect to database at some point
// In the SQL below, change these three things:
// thing is the column name that you are making a tag cloud for
// id is the primary key
// my_table is the name of the database table
$query = “SELECT thing AS tag, COUNT(id) AS quantity
FROM my_table
GROUP BY thing
ORDER BY thing [...]
Filed under: Uncategorized | Tagged: Tag Cloud | Leave a Comment »
Posted on July 13, 2008 by anandshahil
PHP Shindig config changes
Author: chris chabotc
Date: Wed Jun 25 16:50:44 2008
New Revision: 671694
Added:
incubator/shindig/trunk/php/config/
incubator/shindig/trunk/php/config/container.php
Modified:
incubator/shindig/trunk/php/config.php
incubator/shindig/trunk/php/src/common/samplecontainer/ BasicSecurityTokenDecoder.php
Phase 1 of the config rewrite. Configuration values moved to config/ container.php and you can put your local site values in config/ local.php. This way you can upgrade/svn update without loosing your local config
Filed under: Uncategorized | Leave a Comment »
Posted on June 29, 2008 by anandshahil
AJAX Suggest
In the AJAX example below we will demonstrate how a web page can communicate with a web server online as a user enters data into a web form.
Type a Name in the Box Below
First Name: Suggestions:
This example consists of three pages:
a simple HTML form
a JavaScript
a PHP page
The HTML Form
This is the HTML page. [...]
Filed under: Uncategorized | Tagged: Ajax and PHP | Leave a Comment »
Posted on June 29, 2008 by anandshahil
The XMLHttpRequest object makes AJAX possible.
The XMLHttpRequest
The XMLHttpRequest object is the key to AJAX.
It has been available ever since Internet Explorer 5.5 was released in July 2000, but not fully discovered before people started to talk about AJAX and Web 2.0 in 2005.
Creating An XMLHttpRequest Object
Different browsers use different methods to create an XMLHttpRequest object.
Internet [...]
Filed under: Uncategorized | Tagged: XMLHttpReques | Leave a Comment »
Posted on June 29, 2008 by anandshahil
मृदु भावों के अंगूरों की आज बना लाया हाला,
प्रियतम, अपने ही हाथों से आज पिलाऊँगा प्याला,
पहले भोग लगा लूँ तेरा फिर प्रसाद जग पाएगा,
सबसे पहले तेरा स्वागत करती मेरी मधुशाला।।१।
प्यास तुझे तो, विश्व तपाकर पूर्ण निकालूँगा हाला,
एक पाँव से साकी बनकर नाचूँगा लेकर प्याला,
जीवन की मधुता तो तेरे ऊपर कब का वार चुका,
आज निछावर कर [...]
Filed under: Uncategorized | Tagged: Madhushala | Leave a Comment »
Posted on April 30, 2008 by anandshahil
KABHI YOUN BHI AA MERI AANKH MAIN KEH MERI NAZAR KO KHABAR NAH HOO
MUJHEY IK RAAT NAWAZ DAY MAGER US KAY BAAD SEHAR NAH HOO
WOH BARA RAHEEM O KARIM HAY MUJHEY YEH SIFT BHI ATTA KARAY
TUJHAY BHOLNAY KI DUA KARON TO MERI DUA MAIN ASAR NAH HOO
MERAY BAZOUN MAIN THAKI THAKI ABHI MEHW-E-KHUAB HAY CHANDNI
NAH [...]
Filed under: Uncategorized | Leave a Comment »
Posted on February 14, 2008 by anandshahil
Poem Of Love Accounting
In the journal paper of my heart,
I have written a journal entry.
Debiting your love and your affection.
Darling you write the narration,
Your first love, I had already adjusted
On the ledger-folio column,
Any way our relations are true assets
On double-entry system In addition,
our love is true real and tangible
You debit-what comes in,
I credit-what goes [...]
Filed under: sher - o - shayri | Leave a Comment »
Posted on January 28, 2008 by anandshahil
Today we are in 21st century and still we people are trying hard to get one thing that is “Happiness”.
we are centered towards western culture & passionate to get more things from their But we forget that slowly we are ruining our core values and social ethics. I dnt want to hurt western people, they [...]
Filed under: Uncategorized | Leave a Comment »
Posted on January 14, 2008 by anandshahil
There is no excerpt because this is a protected post.
Filed under: Uncategorized | Enter your password to view comments