General

How to Check System 32 bit or 64 bit linux.

Tagged:

how to check system 32 bit or 64 bit linux.
What am I running here? is that 64 bit OS??
Because some of applications acting like it is 64 bit?

Commands:

$ uname -m
i686


#uname -ar
Linux linux 2.6.22.5-31-default #1 SMP 2007/09/21 22:29:00 UTC i686 i686 i386 GNU/Linux


cat /proc/cpuinfo

Linux Timestamp Command?

Tagged:


date '+%s'

Open Source Library to Port PHP Functions to JavaScript

Tagged:  •    •    •  

PHP.JS is an open source library project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.

Using PHP.JS may speed up development for PHP developers who are increasingly confronted with client-side technology. PHP.JS is nothing fancy like jQuery—we’re just offering PHP functions, with all of their original flaws and benefits for whomever needs them.

If PHP then goto is the future

Tagged:  •  

Few things can spark more religious fervour amongst programmers than the mention of a goto statement. PHP has stepped into the middle of the firefight by announcing that it will be implementing goto functionality in version 5.3.

There is plenty of discussion surrounding PHP's decision, with PHP founder Rasmus Lerdorf defending the move, stating it is no different than breaking to a label and that it will not be an unlimited goto (it will not let jumps into loops or switches).

Booting Linux in five seconds

Tagged:  •    •  

There has been lots of buzz about Booting time in various Linux OS. While Ubuntu is assuring 20 seconds booting time in their latest release. Fedora is also claiming to have 20 Seconds of booting time in just released Fedora Core 11. Person i have not tried any of them - but the trend seems promising.

Read this article where someone achieved 5 seconds complete boot time.
http://lwn.net/Articles/299483/

36 Eye-Catching Jquery Navigation Menus

Tagged:  •    •    •  

Navigation menus have really important role in any website. For big sites full with a lot of pages and articles, drop down menus and tabs are popular because they can make it a lot more easier to navigate and move through site, also you can save space on website displaying content on dynamic tabs. Also if you want to create a navigation menu, that really stands out of the crowd, jQuery could be the right choice to choose offering bunch of customizable options. That’s why I present to You 36 really good jquery navigation menu examples for every need.

PHP multithreading using cURL

Tagged:  •  

If you wanna get some information from servers using the protocols like http or ftp in PHP you can use cURL to do multithreading.
Multithreading is a term used when we do more jobs in parallel.
First I assume you know what cURL is and what you can it. If you are new to cURL, you can check one of my article on posting data with cURL , it will give you a brief intro to cURL.

http://codestips.com/php-multithreading-using-curl/

Is this the best open source CMS ever created?

Tagged:

Meet TYPOlight, a powerful Web content management system that specializes in accessibility (back end and front end) and uses XHTML and CSS to generate W3C/WAI compliant pages.
Accessibility

A growing number of countries around the world have introduced legislation which either directly addresses the need for websites to be accessible to people with disabilities, or which addresses the more general requirement for people with disabilities not to be discriminated against. TYPOlight does not treat accessibility as just an additional feature and is thoroughly accessible.

Zend Framework 1.8.1 Released

Tagged:  •    •  

The Zend Framework team is happy to announce the immediate availability of Zend Framework 1.8.1, the first maintenance release in the 1.8 series. You can download it via our downloads page; Use the CDN link for fast downloads, or scroll down the page for direct downloads of the 1.8.1 packages from the ZF servers.

Building your first Twitter mash-up

Tagged:  •    •    •  

Simple tutorial to help you build your first twitter app

http://bakery.cakephp.org/articles/view/building-your-first-twitter-mash-up

Syndicate content