Home » Web Programming » Page 10

Web Programming

Bluefish Programmer’s Editor in Linux 1.3.8 unstable released

Bluefish says “Bluefish is a powerful editor for experienced web designers and programmers. Bluefish supports many programming and markup languages, but it focuses on editing dynamic and interactive websites”. It is a great HTML editor for creating web pages. Still under development but rapid prgress. Next majour release expected is 2.0. Bluefish 1.3.8 unstable released …

Bluefish Programmer’s Editor in Linux 1.3.8 unstable released Read More »

Jparallax – Amazing 3D Effect with Jquery Javascript Library

At Last with out flash we can do 3D in HTML. Thanks to Jparallax. In website design it was impossible make interactive 3D elements with out a flash file. But latest jquery and the jparallax solved it. jParallax turns a selected element into a ‘window’, or viewport, and all its children into absolutely positioned layers …

Jparallax – Amazing 3D Effect with Jquery Javascript Library Read More »

CodeIgniter 1.7.2 – New Version works with PHP 5.3.0

A new version of codeigniter released on Sep 11, 2009. Derek Johns says it include Compatible with PHP 5.3.0 Added a new Cart Class. Improvements to the Form helper Added is_php() to Common functions to facilitate PHP version comparisons Modified show_error() to allow sending of HTTP server response codes, and all internal uses now send …

CodeIgniter 1.7.2 – New Version works with PHP 5.3.0 Read More »

How to Install Ruby on Rails (ROR) in Ubuntu Linux

  Rails is a full-stack framework for developing  web applications according to the Model-View-Control pattern. It is working upon the language ruby, which is very easy to learn. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database, Rails gives you a pure-Ruby development …

How to Install Ruby on Rails (ROR) in Ubuntu Linux Read More »

Glass Box – Flash Like Effects With Javascript – Prototype and Scriptaculous

GlassBox is a nice Javascript library which use Prototype and Script.aculo.us libraries for creating good effects. With GlassBox you can build impressive transparent borders, colorful layouts and “Flash-like” effects with javascript. GlassBox is licensed under the terms of the MIT License. This means: you can use it, free of charge, for anything you like. Version 2.0 …

Glass Box – Flash Like Effects With Javascript – Prototype and Scriptaculous Read More »

Nice fonts search for Impressive Web and Print Designs

Logos, Web, Slogans, Cards… In different areas of print and web designs a good designer need custom fonts for every design. One design must be different from other. (Download fonts, Free fonts, 1001 Fonts for you ) these are the common tag lines to set a trap. Here is a nice solution for fonts. go …

Nice fonts search for Impressive Web and Print Designs Read More »

Easy Icons for your web and print design – Icon Search Engines

1. Iconfiner A nice website with good interface. Easy to search and download. Give Almost all kind of icons in all sizes (12px to 128px). They say “Iconfinder provides high quality icons for webdesigners and developers in an easy and efficient way” . Nice Icons for every one. — — 2. Iconlet Another good icon …

Easy Icons for your web and print design – Icon Search Engines Read More »

Code Igniter for Beginners in Fedora 11

Code Igniter A Nice PHP Framework with low memmory footprint MVC (Model View Controller) Design Easy to learn and test Suitable for Most hosting accounts Base of Expression Engine 2 Deep Documentation and Tutorials How To Begin in Fedora 11. In Fedora 11 the Apache server is coming as pre-loaded . If you installed the …

Code Igniter for Beginners in Fedora 11 Read More »

Apache giving the error :Could not determine the server’s fully qualified domain name

In Fedora 11 when i started httd it gives an error Apache giving the error :Could not determine the server’s fully qualified domain name But I Resolved Like this simply open vim /etc/httpd/conf/httpd.conf then add server name the line ServerName www.example.com:80 to my server name ServerName itpublic.m5:80 then save quit :wq Restart httpd will not …

Apache giving the error :Could not determine the server’s fully qualified domain name Read More »