Archive for Agustus 2008

Best Resources For Webmasters

Rabu, 27 Agustus 2008
Posted by Unknown
Tag :
This is a small list of my preferred web resources (tools, database, functions, classes, libraries) that I use to design web sites.

Mootools
Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer.

http://www.mootools.net


Adobe Kuler

Create, explore and share color themes for your web site.
http://kuler.adobe.com/


WAMP
Install Apache, PHP and MysQL with few clicks usder Windows Os.
http://www.wampserver.com

Firebug

It is very nice Firefox Addon. I use to debug javascript.
http://getfirebug.com




PHP Classes Repository

A repository full of freely available programming classes of objects written in PHP
http://www.phpclasses.org


Statcounter
A free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats.

http://www.statcounter.com

Dreamweaver
The professional abobe product and web development tool.
http://adobe.com



MySQL

The most popular open source database
http://www.mysql.com

Description: Best Resources For Webmasters
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Best Resources For Webmasters

Secure PHP Login Page Example

Selasa, 26 Agustus 2008
Posted by Unknown
PHP - Hypertext Preprocessor before it was a Personal Home Page now a days very popular open source language in web world.


Description: Secure PHP Login Page Example
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Secure PHP Login Page Example

CSS Fascinates Me - Page Layout

Sabtu, 23 Agustus 2008
Posted by Unknown
My friend Pratap asked to me how to design a simple CSS layout for blogger. I published this post for him

Design layout and CSS code

Before you proceed, it's useful to have an idea about page's sections.




Copy and paste this code into style.css file:

/* ------------------------------
PAGE STRUCTURE
------------------------------ */
#container{width:780px; margin:0 auto;}
#topbar{width:auto; display:block; height:80px;}
#navbar{width:auto; display:block; height:24px;}
/* main part */
#main{width:auto; display:block;}
#main_left{width:560px; margin-right:20px; float:left;}
#main_right{width:200px; float:left;}

/*
div.spacer, solve an issue with #container height
in css 2 column layout.
*/

div.spacer{clear:both; height:10px; display:block;}
/* Footer part */#footer{width:auto; display:block; height:24px;}


The basic page structure is ready! In the next lesson we will format index.html file, adding layer using style.css file.
Description: CSS Fascinates Me - Page Layout
Rating: 4.5
Reviewer: Unknown
ItemReviewed: CSS Fascinates Me - Page Layout

Onion Routing Anonymous Network

Jumat, 22 Agustus 2008
Posted by Unknown
Tag :
Onion routing is a technique for anonymous communication over a computer network. Messages are repeatedly encrypted and then sent through several network nodes called onion routers. Each onion router removes a layer of encryption to uncover routing instructions, and sends the message to the next router where this is repeated. This prevents these intermediary nodes from knowing the origin, destination, and contents of the message.



Onion routing was developed by David Goldschlag, Michael Reed, and Paul Syverson, Tor is the predominant technology that employs onion routing.

Wikileaks



Wikileaks is a website that publishes anonymous submissions and leaks of sensitive governmental, corporate or religious documents, while taking measures to preserve the anonymity and untraceability of its contributors. It's purely based on Onion router technique.
Description: Onion Routing Anonymous Network
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Onion Routing Anonymous Network
Searchme

Searchme is a new search engine that uses 3D visual search and category refinement. I think it will help you find what you’re looking for, faster, with a lot less spam.



It’s a new way to search that takes advantage of the size and bandwidth of today’s Internet and the increasingly visual way that we all interact online.

Cuil

the world’s biggest search engine. The Internet has grown. I think it’s time search did too.



The Internet has grown exponentially in the last fifteen years but search engines have not kept up—until now. Cuil searches more pages on the Web than anyone else—three times as many as Google and ten times as many as Microsoft.

Foxscan



Foxscan is a leading fasstest stylish search engine on the web. Millions of people turn to Foxscan to get what they are looking for internet everyday. Foxscan is recognized for evolution in search technology and search simple interface design.
Description: Web 3.0 Search Engine Evolution
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Web 3.0 Search Engine Evolution

Hacking Algorithm

Rabu, 20 Agustus 2008
Posted by Unknown
Tag :
In a security context, a hacker is someone involved in computer security/insecurity, specializing in the discovery of exploits in systems (for exploitation or prevention), or in obtaining or preventing unauthorized access to systems through skills, tactics and detailed knowledge.



void main()
{

for(i = 0 knowledge; i < knowledge; i++)
while(you don't know how something works)
{

   Read(Your Brain, i);
   Experiment(Your Brain, i);
   Learn(Your Brain, i);

}

}


Being a hacker is so easy..
It is all a mindset.
Description: Hacking Algorithm
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Hacking Algorithm

#include ;
#define LAST 10;

int main()
{
int i, sum = 0;







for ( i = 1; i < = LAST; i++ )
{
sum += i;
}
/*-for-*/
printf("sum = %dn", sum);
return 0;
}

And the developer fixes it this way



#include ;
#define LAST 10 ;

int main()
{
int i, sum = 0;

/*






*/

for ( i = 1; i < = LAST; i++ )
{
sum += i;
}
/*-for-*/
printf("sum = %dn", sum);
return 0;
}
Description: How will developer Fix the bug !!!!!
Rating: 4.5
Reviewer: Unknown
ItemReviewed: How will developer Fix the bug !!!!!
A Collection of jQuery and Ajax Tutorials with live demos, tutorials posted on 9lessons blog. In these demos I had explained about jquery connectivity with MySQL database, Ajax implementation with PHP and Animation addons to your web pages. I hope it's useful for you. Thanks!

Note: last update 29-May-2011

Read more »
Description: jQuery, Ajax, PHP and MySQL Projects.
Rating: 4.5
Reviewer: Unknown
ItemReviewed: jQuery, Ajax, PHP and MySQL Projects.

Table of Contents

Minggu, 17 Agustus 2008
Posted by Unknown
The following list is the table of contents of all tutorials you can find on 9lessons. Tutorials are about Java, Programming, PHP, Database, Hacking, Technology and Design.

Last Update - 08th April 2010

Most Popular Articles Click Here


Web Design - jQuery / Ajax /javascript / CSS

Jquery Validation with Regular Expressions.

Facebook Style Wall Post Script with Expanding URLs.

Live Availability Checking with jQuery.

Twitter like Login with Jquery and CSS.

Jquery Basics Series - 1

Jquery Basics Series - 2

Jquery Basics Series - 3

Facebook Style Wall Post Application with jQuery and Ajax.

Live Update and Delete Records with Animation Effect using Jquery and Ajax

Live Preview with jQuery

Real Time Search Engine

Display Cross Domain Data with Jquery JSON Callback.

Display Collapsed Comments like Facebook with Jquery and Ajax

Twitter Style Load More Results with jQuery and Ajax.

Loading Banner Advertisements with Jquery

Loading Javascript Files with Jquery.

Facebook like Expanding Textbox with Jquery.

Connect Twitter API with OAuth using PHP.

Live Availability Checking with Java.

Pretty URLs with .htaccess Rewriting Tips.

Redirect The Sub Domain To a Sub Folder with .htaccess

URL Rewriting Tip with .htaccess File

Display JSON Data with jQuey and Ajax

Zooming with jQuery and CSS.

Favorite Rating with jQuery and Ajax.

Comment System with jQuery, Ajax and PHP (Version 2.0).

Pagination with jQuery, MySQL and PHP.

How to Implement an Animation Effect Website with jQuery

9 Most Useful jQuery Plugins.

Facebook Style Alert Confirm Box with jQuery and CSS.

Magical Sign-up Page with jQuery and CSS.

Hide and Seek with jQuery.

Auto Load and Refresh Div every 10 Seconds with jQuery.

Twitter like Search with jQuery and Ajax.

Inappropriate words Validation with Javascript.

Using jQuery Visited Plug-In.

Submit multiple forms with jQuery and Ajax.

Oursignal.com used jQuery plugins

Comment system with jQuery, Ajax and PHP.

Changing design colors with jquery

rf.sparks Interesting jQuery Plugin

Useful jQuery Documents.

Facebook like Autosuggestion with jQuery, Ajax and PHP.

Flash colors effect with MooTools Framework.

21 of the Fresh and Rich Free Icons for Web Designers

Background Change with MooTools Framework

9 Interesting jQuery Projects with Demos

Visited links strike out with CSS.

Insert a Record with animation slide down effect using jQuery and Ajax.

Draw Charts with Google Visualization API.

jQuery and Ajax best 9lesson

SMTP Feedback Mail class with jQuery Slide Effect.

Upload and Resize an Image with PHP

Delete a Record with animation fade-out effect using jQuery and Ajax.

jQuery Username Live validation.

Auto Scrolling Effect with javascript and DHTML.

Some Javascript Tips - Form Validation, Toggle Messages

Twitter Like Parsing URLs with JavaScript.

Perfect Javascript Form Validation using Regular Expressions.

Clean User Interface CSS Tips

Twitter Like Flash Message with jQuery.

Submit Checkbox values in Form with javascript

Ajax Add a Record with Button Status Change using jQuery.

Exactly Twitter like Follow and Remove buttons with jQuery and Ajax

Submit a Form without Refreshing page with jQuery and Ajax.

Twitter Like More Button with jQuery and Ajax.

Insert and Load Record using jQuery and Ajax.

PHP

PHP Login Script with Encryption.

PHP Time Stamp Function.

Load Data while Scrolling Page Down with jQuery and PHP

Voting system with jQuery, Ajax and PHP.

Delete Records with Random Animation Effect using jQuery and Ajax.

Server Side Form Validation using Regular Expressions

Facebook like suggestions with jQuery content appears and disappears.

Facebook like multi Toggle Comment Box with jQuery and PHP.

Secure PHP Login Page Example

Add Security to your PHP projects using .htaccess file

Prepared Statements in PHP and MySQLi

Analyzing URLs as Links to the resource using a PHP function.

Reading RSS Feed with PHP.

URLs as Links with Regular Expressions using PHP Function.

PHP Login Page Example.

Send Mail using SMTP and PHP.

Blogger
How To Disable Blogger Top Nav Bar

How to Customize Blogger Template

Hacking
'Onion Routing' Anonymous Network

Hacking Algorithm

Make Windows Genuine

Transmission Control Protocol (TCP) Hijack

Hack your Own Web Project ? SQL Injection

Create CON folder in Windows operating system.

Email Tracing Web Applications.

Useful jQuery plugins for Web Designers.

Implement jQuery from Google Ajax Libraries API.

Web Resources

JavaScript Frameworks and Libraries

Free Online PC

Top Free Clone Scripts

Open Source Ecommerce PHP Softwares.

Useful Jquery Plugins.

Best Resources For Webmasters

My Best Applications in Year 2008

Awesome Vector Graphics Flash Movies List.

Must Read Documents.

Creative & Concept Design Logos.

Super Creative Design Logos.

Fantastic Twitter Drawings.

Highly Used jQuery Websites.

Outstanding and Inspiring Website Backgrounds.

9lessons History

Just One Dollar Invested on 9lessons.

Introducing 9lessons iphone Web Application.

9lessons Labs Release.

9lessons articles in DreamInCode.net

Occasion of Two Thousand Visits : 9lessons Poster

First Month Traffic Details

9lessons 3d Wallpaper.

Advertising on 9lessons.

Text Links Advertising on 9lessons .

Do you like 9Lessons blog T-Shirt Design.

Java Programming
Connecting JSP To Mysql Database Lesson

Web.xml Deployment Descriptor

Analysis of a Java Class

Java (JDK) Bin Directory Files Information

Why Java is Most Popular Language?

Java Access Modifiers Lesson

Java Inheritance Easy Lesson

What Web Server Do?

Update a Record with Animation effect using JSP and jQuery.

Database(Mysql and SQL)
What is FOREIGN KEY? Easy Lesson

Delicious Database Design: relationships

Delicious Database Design: create tables and relationships with SQL

Visual Database Design with MySQL Workbench

Backup your Web Projects Database using MySQL Administrator.

Technology
Add Your Site/Blog URL in Google Search Database.

Web 3.0 Search Engine Evolution

Google Search Architecture Diagram Overview

Google Search Major Data Structures Documentation

The Stanford WebBase Project Architecture.

Creative way to Explain Technology in Videos.

News
The Stock Market Story

The President Obama's First Speech

C Programming

Decision Control Statements .

Live Decisions in C Programming Language.

C Pointers Lesson

How will developer Fix the bug !!!

What is Printf Doing ?
Description: Table of Contents
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Table of Contents

Most Popular Articles

Sabtu, 16 Agustus 2008
Posted by Unknown
Filter by Google Analytics ratings

Last Update - 20th Oct 2009

PHP

Load Data while Scrolling Page Down with jQuery and PHP

Voting system with jQuery, Ajax and PHP.

Delete Records with Random Animation Effect using jQuery and Ajax.

Server Side Form Validation using Regular Expressions

Facebook like suggestions with jQuery content appears and disappears.

Add Security to your PHP projects using .htaccess file

Prepared Statements in PHP and MySQLi

Analyzing URLs as Links to the resource using a PHP function.

Reading RSS Feed with PHP.

SMTP Feedback Mail class with jQuery Slide Effect.

Upload and Resize an Image with PHP

Facebook like multi Toggle Comment Box with jQuery and PHP.

Web Design - jQuery / mootools/ Ajax/ javascript / CSS

Display JSON Data with jQuey and Ajax

Favorite Rating with jQuery and Ajax.

Pagination with jQuery, MySQL and PHP.

9 Most Useful jQuery Plugins.

Facebook Style Alert Confirm Box with jQuery and CSS.

Magical Sign-up Page with jQuery and CSS.

Hide and Seek with jQuery.

Auto Load and Refresh Div every 10 Seconds with jQuery.

Twitter like Search with jQuery and Ajax.

Using jQuery Visited Plug-In.

Submit multiple forms with jQuery and Ajax.

Oursignal.com used jQuery plugins

Comment system with jQuery, Ajax and PHP.

Changing design colors with jquery

rf.sparks Interesting jQuery Plugin

Useful jQuery Documents.

Facebook like Autosuggestion with jQuery, Ajax and PHP.

Flash colors effect with MooTools Framework.

21 of the Fresh and Rich Free Icons for Web Designers

Background Change with MooTools Framework

9 Interesting jQuery Projects with Demos

Insert a Record with animation slide down effect using jQuery and Ajax.

Draw Charts with Google Visualization API.

jQuery and Ajax best 9lesson

jQuery Username Availability check.

Delete a Record with animation fade-out effect using jQuery and Ajax.

Some Javascript Tips - Form Validation, Toggle Messages

Twitter Like Parsing URLs with JavaScript.

Perfect Javascript Form Validation using Regular Expressions.

Clean User Interface CSS Tips

Twitter Like Flash Message with jQuery.

Ajax Add a Record with Button Status Change using jQuery.

Exactly Twitter like Follow and Remove buttons with jQuery and Ajax

Submit a Form without Refreshing page with jQuery and Ajax.

Twitter Like More Button with jQuery and Ajax.

Insert and Load Record using jQuery and Ajax.

Useful jQuery plugins for Web Designers.

Implement jQuery from Google Ajax Libraries API.

News

The Stock Market Story


Hacking
10 Free Hacking Tools

Hack your Own Web Project ? SQL Injection

Make Windows Genuine

Web Resources

Best Resources For Webmasters

Awesome Vector Graphics Flash Movies List.

Creative & Concept Design Logos.

Fantastic Twitter Drawings.


Total Tutorials




Java Programming
Connecting JSP To Mysql Database Lesson

Web.xml Deployment Descriptor

Analysis of a Java Class

Java (JDK) Bin Directory Files Information

Why Java is Most Popular Language?

Java Inheritance Easy Lesson

What Web Server Do?

Update a Record with Animation effect using JSP and jQuery.

Database(Mysql and SQL)
What is FOREIGN KEY? Easy Lesson

10 Best articles about Database design

Visual Database Design with MySQL Workbench

Backup your Web Projects Database using MySQL Administrator.

Technology
Google Search Architecture Diagram Overview 

Google Search Major Data Structures Documentation
Description: Most Popular Articles
Rating: 4.5
Reviewer: Unknown
ItemReviewed: Most Popular Articles
Welcome to My Blog

Popular Post

Labels

Followers

- Copyright © 2013 shad0w-share | Designed by Johanes Djogan -