Glossy Butons Adobe Photoshop / Buttons
Create some shiny glossy buttons for your website's menu system. This tutorial illustrates how to add a glossy finish to your buttons or other nifty shapes.
Create your own Image Uploader in PHP PHP / Getting Started
So you want to create your own image uploader?? Maybe for a image hosting website? If you are unsure what I'm on about then it's simple¦ a visitor comes onto your website, uploads an image through a form then gets told where it's located so they can use it on their own site.
How Make is_home() Function in PHP PHP / Getting Started
In wordpress we see lots of conditional functions like is_home, is_page, is_single which are implemented to make easy navigations for user, Today I will Explain you how you can make Own Conditional Functions and How You can Use it in Your Web Page.
Creating simple PHP contact form PHP / Emailing
When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script.
Implementing PHP File Upload Security PHP / File Operations
PHP Provide easy way for Uploading Images and other Data, But if your Uploader system is not secure any one can Upload EXE, .com, .bat or any other virus files Which may be harmfull for your server. Today I will teach you how you Can make Restriction to Implementing PHP Uploader security.
PHP-MySQL Login System PHP / Membership
In this tutorial, I will be teaching you how to create a member login using a MySQL database, PHP, and a small bit of sessions.
PHP Count Online Users tutorial PHP / Counters
In this tutorial we will make a Online user count script in PHP with easy steps, this online user count technique used in all advance site to track online users, u can also make it more advance according to your needs by simply modifying these code.
Check Box Win32 API C and C++ / Grapics
In this tutorial u will learn about Check Box Control in window, How you can make them and How u can Control, all included in this tutorial.
Mouse Input Win32 API C and C++ / Grapics
This tutorial will explain how to accept mouse messages. Graphical user interface accepts Keyboard and Mouse Inputs, in this tutorial u wll learn about mouse messages.
Create Button in C++ with Win32 API C and C++ / Miscellaneous
Im Posting Codes for creating buttons in C++ with pure win32 API coding. There are two buttons with click event One is Simple Button and second is Icon Button, Also Screenshoot is included.
Internet Open Url Win32 API Tutorial C and C++ / Networking
In this tutorial u will learn How u can open url in C++ using Win32 API Power. You will learn three important functions InternetOpen, InternetOpenUrl, InternetReadFile for opening Web URL.
Rounded Edges Using Only CSS CSS / Box Model
If you have a Google Analytics account, you must have seen that Google uses slightly rounded edges in the menu buttons on the left. Today, I will teach you how to give these nifty little rounded edges to your menu.
CSS Basics - Beginers Steps CSS / Getting Started
In this Tutorial you will learn very basic step in css for beginners. After studying this tutorial you will able to understand importance of css in web design and how it works.
Pure CSS Tooltips CSS / Miscellaneous
Today I'll teach you how top create tooltips purely using Cascading Style Sheets(CSS). Tooltips are basically little blocks of information that are used to inform users about certain attributes of your website elements.
How Style Forms with CSS CSS / Forms
When you don't quite get it, styling forms with CSS can be a real pain. But once you get your head around it you will see that there's nothing really too difficult about it.