38462Managing ASP.NET Sessionshttp://www.beansoftware.com/ASP.NET-Tutorials/Managing-Sessions.aspxThis tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important. Why would someone use sessions? Well, have you ever seen a website where users can subscribe, and have their own username and password. When the users enter their username and password, in the very next page, they will be able to see more things than a normal visitor do. But how can you tell that page whether the current user has signed in or not (from the previous page), here come the use of sessions through your pages.ASP.NET > Tips and TutorialsJun 19, 2008Richard Beansend email to Richard Bean
PlexPanel is a PHP based software application that is flexible, organized, and is a powerful game management panel for any Game Server Provider today. PlexPanel was developed from the ground up, with one main prerogative: to have flexible and user-friendly game management. There is no need for installing or compiling anything on any of your dedicated servers. All functions that PlexPanel has are SSH2 based, and uses a SSH shell to run. For Linux boxes, setup is as simple as a Yum installation screen and having a FTP server live. Windows integration takes a few steps to setup. There really isn't a limit on what you can do with PlexPanel. It has a feature-filled billing administration panel built in, so you can manage and bill your clients on the fly. So quit having to stretch the limits, with having three or four panels managing your business. Let PlexPanel do it all!
FLV to Video Converter Pro is to convert web videos known as Flash video (FLV) to popular videos for free video enjoying and sharing on your tech toys like iPod, iPhone, PSP, Apple TV, Zune, Xbox, Zen, DVD and 3G mobiles! It converts FLV to AVI, FLV to WMV, FLV to MPEG, FLV to 3GP, FLV to MP3, FLV to MP4, FLV to MOV, FLV to DVD and so on!
The Notes Manager script is used to save important notes. You can write new notes, add new notes to your existing notes, and delete old notes.
The downloadable package (.zip) contains information you will need to setup the script, i.e. how to setup database, tables, and database connection script.
FluidScript offers you the best entertainment site CMS available anywhere, using FluidScript you can be up and running with your entertainment site loaded with Arcade games, videos, images in less than 15 mins.
This article contains:
1. Introduction to compression with PHP.. extending PHP with extensions.
2. Using ZIP
3. Using gZip
4. Using bZip2 and LZF
5. Using 'File_Archive' PEAR package
Ajax is an acronym which stands for Asynchronous JavaScript and XML. It is the method of using the XMLHttpRequest object to facilitate communication with scripts that are server sided. It can send data in a variety of different formats, and it can receive data as well. Some of the formats which make up Ajax include HTML, XML, and basic text files. One of the most powerful features of Ajax is its ability to be "asynchronous,"and this means it can carry out functions without having to refresh a page. This means that various elements within a page can be updated based on the actions of the user, and the waiting time has been dramatically reduced.
Now you can encrypt your PHP or HTML files before distribution without worrying about others who might want to copy or steal your code. With Phpion V2.0, you can protect your PHP scripts or pages to make them unreadable by other people
pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to be free. Data can be retrieved from SQL queries, CSV files, or manually provided. This project is still under development and new features or fix are made every week
This plug-in is a great one! I have found a few bugs but it did the job just as i needed it to. I am using this plug-in to connect to three databases, where i am selecting, updating, inserting, and deleting. By adding this plug-in i was able to set my databases in the database.yml file and name them as i wanted. Next i adding two modules to my environment.rb file. After that i was able to connect to each of the databases with ease.
The project's purpose is to create a lightweight, developer friendly and elegant PHP framework. The project is currently under heavy development. Nothing stable is yet available.
Become a member of free galleries and host your images for free, create your own open or private gallerys. Let others view, rate and share your images. host files for use on forums, blogs, myspace, facebook, ebay auctions and more!
This is very basic level of tutorial in which I will explain how to fetch and read data from an web service. I expect that you have basic knowledge of XML and ASP.NET.
I will take the example of AMAZON's webservice, which is used by many retail sellers to get the updated information about product's (price, ASIN, SKU part # etc). What we will do is that we will query for some brand or product to web service exposed and it will return an XML document. That XML documents information
Guestbook Hosting Information
This is a simple but powerfull guestbook.
You can choose between different styles and templates.
You have a own administration panel to config your guestbook.
You can use smilies on your free guestbook.
A very good anti spam protection for unwanted posts.
And many more.
You can see a demo here on the right side
AutoWatch is a PHP-based automobile video classifieds platform that lets you start your own modern auto classifieds website. Most of the features found on today's popular video classifieds systems are included, along with additional unique features. You have complete control over your website since we offer 100% unencoded source code.
Learn how to apply and after that how to change blur effect on two pictures. One picture will be blured, and another one will not. After that, the situation will be changed.You can use this simple effect when you want to propound some object (in this example - picture) in lot objects.
As you know by the help of PHP you can create dynamic website content. The dynamic content doesn't necessary require a database, however in most cases you have/need one. All of the content management systems, blogs or only a simple form processor use database. In the PHP world the most commonly used database is MySQL. So in the next section I will focus on how to use PHP and MySQL to create dynamic content. In this tutorial I will focus only PHP MySQL usage basics, and I suppose you have already an installed and properly configured system supporting both PHP and MySQL.
Forms authentication has been made easier with a supply of readymade tools for repetitive tasks. ASP.NET 2.0 encapsulates all the best practices and provides built in solutions to virtually all the tasks relating to user databases, roles cached in cookies, controls for capturing user name and passwords, and administration tools for managing users and roles. Additionally ASP.NET 2.0 supports cookie-less semantics
know I promised that I wouldn't go into them, but one of my favorite uses of this type of thing is to tell human visitors to your web site apart from computer visitors (spiders). By generating an image with a text message, you can ask visitors to type in the text to verify that they're not a computer. Granted there are computer programs (OCR or optical character recognition programs) that can do this type of thing, but they're relatively complex to write and are pretty easily fooled by picking weird fonts or distorting the images slightly. Most of the bigger web service providers like those that provision free email accounts or free web space have already implemented something like this. For more info, check out the CAPTCHA Project. The 8 page technical report available from the site's home page makes for an interesting read if you're interested in the topic.
How to create a cookie, how to get the value stored in a cookie, set the lifetime, path and domain for a cookie, edit a cookie, delete a cookie, remove subkeys from a cookie...
VB.NET 2005 Tutorials: Dialog Boxes in Visual Basic .NET 2005 - Most Windows applications request for user input. Dialog boxes are one means of requesting users for specific kinds of inputs. Therefore, VB.NET allows its designers to create a number of different types of dialog boxes. Standard Dialog boxes are included in classes that fall within the purview of the CommonDialog. FileDialog, ColorDialog, FontDialog, PageSetupDialog, PrintDialog.
Web Applications are disconnected in nature which means that there is no way for the browser to know who is using the application at present time. In classic Asp programming maintaining state was a headache for the developers. They had to write alot of code to maintain state. But Asp.net model provides easy state management. In this article we will see how we can persist state in multiple pages so the user is recognized by the browser.
Joining mailing list will entitle you
to receive occasional emails informing you of news and
updates to the site and any special offers that may be
of interest to you.