Generate dynamically expandible hierarchic menu with Html

PHP, Tutorials
This class might be utilized to produce Html hierarchic menus that could be progressively stretched and given way upon client connection. It utilizes settled unordered Html records within consolidation of Javascript produced by the class to assemble the menu components. In the event that Javascript is debilitated, the menu will show in unfolded structure. The records are shown utilizing Css styles to modify the menu presentation. A different class is supplied to cross the index framework and assembles a menu to go on the server record framework. Download Files Here
Read More

Generate XHTML calendar for a given month or year

PHP, Tutorials
Dynamic Calendar is a class that produces timetables for a given month or year as a Html tables (Xhtml-Valid). This class is dependent upon the Php local date capacities (default) and backs alternatively the Adodb Date Library. Underpinned dates (on frameworks utilizing a 32-bit marked number Unix time_t): -Using Php local date capacities: 1902 -2037 (Unix) and 1971 -2037 (Windows) -Using Adodb Date Library: 100 -3000 and later on both Unix and Windows The generated calendars can: - Be generated in plain format (without any links) - Optionally have navigation controls - Optionally have a date picker control - Optionally have linkable days (url or javascript) - Optionally have event days (layout) with event links - Optionally have 'event content' with links and own layout - Support different GMT zones…
Read More

Display month calendars browseable using AJAX

Ajax, Tutorials
This class could be utilized to showcase month datebooks browseable utilizing Ajax. It can produce Html and Javascript to showcase a month datebook with connections to scan the months utilizing Ajax to dodge page reloading. The class can make given days be shown as connections to occasion pages. The scanning may be confined to given dates. The months and week day names are customizable. The presentation portions may be redone utilizing Css. Download All Files
Read More

Utilizing web thumbs to improve client experience

Techniques, Tips, Tutorials
In the course of recent years I've had the chance to finalize a couple of individual ventures. This permitted me to trial progressively with methods that I wouldn't have ordinarily utilized on customer locales. Throughout this time I was assembling a blogging stage, I soon discovered that it was challenging to display the information and make it look fascinating to the client, this is where i uncovered web thumbnails to accomplish this. There are an assortment of web thumbnail benefits out there however the best and most effortless to use far and away is shrinktheweb.com Using the Shrinktheweb.com Pro Features Specific Page Captures – “inside pages” Full Length Captures Custom Sized Captures Refresh On-Demand – queued instantly Custom System Messages – private label with your own system message thumbnails Native…
Read More

HOVER SLIDE EFFECT with jQuery

Ajax, Tutorials, Web Design & Programming
This jquery excercise will show how to make a picture territory with a few pictures that slides out when you drift over them, demonstrating different pictures. Arbitrary sliding impact add to its delightfulness, by arbitrary sliding impact I implies the pictures will slide to the top or base, left or right, becoming dull or not. At the time we click on any region, all regions will slide their pictures out. [caption id="attachment_409" align="alignnone" width="585"] Hover Slider Effect[/caption] For the HTML structure we will create a div element with the class and id “hs_container”. Inside we will place the different image areas with all possible images. The first image will have the class “hs_visible” which will make it being displayed on the top of all other images: Download Files
Read More

EXPANDING IMAGE MENU with jQuery aand Ajax

Ajax, PHP, Tutorials, Web Design & Programming
In today's excercise we will make a developing picture menu with jquery. The thought is to have a few segments with dark and white picture cuts that will make a substance range slide out when we click on them. We will additionally slide in the shaded form of the picture, making a slick impact. [caption id="attachment_406" align="alignnone" width="581"] Expanding Menu[/caption] The Html structure comprises of a prevailing holder and an unordered record where every thing is one of the sections. We will give the prevailing compartment the class "ei_menu" and additionally the id "ei_menu". The record things are set to hold a connection component with two compasses inside and a div component with the substance. The two compasses are for the foundation picture indicated at the starting and the hued…
Read More

Compact News Previewer with jQuery

Ajax, Tips, Tutorials
Today we will make a news previewer that how about we you indicate your most cutting edge articles or news in a reduced manner. The news previewer will reveal to some record of articles on the left side and the sneak peak of the article with a more extended portrayal on the right. When a news on the left is clicked, the sneak peak will slide in. Start up  We will have a principle holder "cn_wrapper" that will hold a right component with the class "cn_preview" and a left unified with the class "cn_list". The review div will hold content components. Every one of them holds a sneak peak picture, a title and portrayal in addition to a few compasses and a connection to the true article. In the record…
Read More

Facebook Style Event Creator Ajax ,PHP AND MYSQL CURL

Ajax, Databases, Tips, Tutorials
A different Facebook style excercise for you with jquery and Ajax. Facebook occasion maker is utilized for making occasions on facebook. So in the wake of including some breathtaking excercises facebook I have now made facebook style occasion inventor for you. This is marvelous bit of script. Trust you will like it. Database CREATE TABLE IF NOT EXISTS `facebook_event` ( `id` int(11) NOT NULL AUTO_INCREMENT, `EventInput` varchar(255) NOT NULL, `datepicker` int(11) NOT NULL, `where_text` varchar(255) NOT NULL, `WhoInvited` varchar(255) NOT NULL, `users_ip` varchar(200) NOT NULL, `date_created` int(11) NOT NULL, PRIMARY KEY (`id`) ) JQUERY CODE // Download Source Code
Read More