Sunday, May 31, 2009

Solution if only part of tiles (grey area appear) are shown in Google map

1. Set the doctype correctly according to the Google API.
2. Run the initialize method as the window.onload function.

Thursday, May 28, 2009

setting of htaccess

1. php_flag register_globals off
instead of just by $abcif this flag sets to off, program will be only able to get the $_GET["abc"], $_POST["abc"],etc if the url is url.html?abc=123

2. php_flag magic_quotes_gpc off
This flag is used to originally give backslash to gpc(get, post, cookie) to prevent SQL injection.

3. php_flag short_open_tag on
Allow the use of short open tag < ? instead of < ?php

4. Options -Indexes
Disallow directory browsing

5. DirectoryIndex index.php index.htm index.html
If the user types the directory name, we search through the list of index.php to show it.

Wednesday, May 27, 2009

Tuesday, May 26, 2009

JQuery Plugin List

jQuery UI:
http://jqueryui.com/demos/

jQuery Ribbon
http://dev.mikaelsoderstrom.se/scripts/jquery/ribbon/
http://jqueryribbon.codeplex.com/

jCarousel:
http://sorgalla.com/projects/jcarousel/

Lightbox:
http://www.balupton.com/sandbox/jquery_lightbox_bal/demo/
http://plugins.jquery.com/project/jquerylightbox_bal

Facebox:
http://famspam.com/facebox

BlockUI
http://malsup.com/jquery/block/

ThickBox
http://jquery.com/demo/thickbox/

tablesorter
http://demos.flesler.com/jquery/scrollTo/
http://flesler.blogspot.com/2007/10/jqueryscrollto.html

AutoComplete
http://jquery.bassistance.de/autocomplete/demo/
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/

Facebook style autocomplete
http://web2ajax.fr/examples/facebook_searchengine/

Accordion
http://jquery.bassistance.de/accordion/demo/

TreeView
http://jquery.bassistance.de/treeview/demo/

InnerFade
http://medienfreunde.com/lab/innerfade/

Tooltip
http://jquery.bassistance.de/tooltip/demo/
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/

Cycle
http://www.malsup.com/jquery/cycle/

Menu
http://be.twixt.us/jquery/suckerFish.php

Validation
http://jquery.bassistance.de/validate/demo/
http://bassistance.de/jquery-plugins/jquery-plugin-validation/

Pagination
http://d-scribe.de/webtools/jquery-pagination/demo/demo_options.htm
http://plugins.jquery.com/project/pagination


Sites containing plugin list:
http://www.open-open.com/ajax/2_jQuery.htm

Useful CodeProject Tutorial

GeoPlaces : hybrid smart client, involving RESTful WCF/WPF and more
http://www.codeproject.com/KB/smart/GeoPlaces.aspx


ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action
http://www.codeproject.com/KB/ajax/ASPModalInAction.aspx

Top 10 steps to optimize data access in SQL Server

Top 10 steps to optimize data access in SQL Server
Part I:
http://www.codeproject.com/KB/database/OptimizeDBUseIndexing.aspx
Part II:
http://www.codeproject.com/KB/database/RefactorTSQLs.aspx
Part III:
http://www.codeproject.com/KB/database/IndexAndDenormalize.aspx

TechCrunch

http://www.techcrunch.com/