Monday, October 20, 2008

Domize.com - fastest way of finding available domain names

Probably this is the best domain name search tool I have come across. However it doesn't display the search result for all extentions e.g. co.uk, co.nz, com.au, etc.  Do give it a go on your iPhone :)  www.domize.com The domain registrars include:
Go Daddy Dotster Network Solutions Moniker

About Domize:
Domize is a secure, instant domain name search tool. As you type a domain name into the query box we immediately check its availability. As available domain names become increasingly scarce it's important to have better tools at hand. Domize not only allows you to quickly search through available domain names, but it does so in a secure environment. All Domize traffic is secured over SSL, making sure your queries stay private and away from snooping eyes.

OSX / Vista “Merged n Mashed” with GWT on PHP

I spotted this today on the Ajaxain. Looks very promising! Worth a read.



The UI combines a Vista-like “Start” menu along with an OS X-like dock (using everyone’s favorite fish-eye widget). It also has a built-in widget system that leverages Google Widgets. Overall, it’s a pretty nice implementation of a desktop and windowing in Ajax.


The framework itself is “GwtPHP” which attempts to take all the advantages of GWT and deploy them to PHP backends in an attempt to solve the problem of limited Java-friendly hosting services. Unfortunately, the framework isn’t available for use until sometime in early November.


GwtPHP is a complete solution Unlike most of the other frameworks, GwtPHP is a framework for both client and server part In GwtPHP you don’t need to hack JavaScript, you work with modern, object oriented languages. User intefrace (client) is programmed in Java, then compiled by Google Web Toolkit (GWT) to browser-dependent JavaScript. Server part uses PHP 5 - the most used web scripting language today.


Dual-License The developers intend to use the familiar “free for hobbyists, pay up for commercial use” licensing model (what their licensing page calls a “what for what” model).


Give some feedback: They are quite keen to get feedback from folks on the project, so interested folks should get in touch, let them know what you think about the licensing model, and perhaps get early access, etc.


Monday, September 15, 2008

Removing author / publishing info - Drupal

Go to: admin/build/themes/settings, and toggle "Display post information on: .... ".

Easy

Thursday, June 05, 2008

Lace chat

Lace chat

Posted using ShareThis

Tuesday, May 13, 2008

TORRENT CLIENTS (DOWNLOADERS)

Bitlet - Bitlet is a web-based torrent client that makes it easy to download torrents in places where you can’t install your own programs (work, college labs etc.)

uTorrent (Windows) - Tiny, fast, user-friendly and extremely popular torrent client. Probably the best torrent client for Windows PCs. Suitable both for beginners and advanced users.

TransmissionBT (Mac, Linux) - An equally good resource-friendly torrent client for Mac and Linux users. Simple, intuitive and absolutelly free.

Wednesday, April 23, 2008

Curling Quotes in HTML, SGML, and XML

Left Double Quotation Mark | & #8220; | “
Right Double Quotation Mark | & #8221; | ”
Left Single Quotation Mark | & #8216; | ‘
Right Single Quotation Mark | & #8217; | ’

Note there shouldnt be any space between & and #.

Tuesday, April 22, 2008

Intalling & Configuring TinyMCE in Drupal



This videocast shows how to use the tinyMCE module to add WYSIWYG (What You See Is What You Get) editing to Drupal forms. (12 Minutes)

Friday, April 18, 2008

Changing admin login & panel page in CMSMS

Instructions on how to change the text and images on the admin login page using the CMSMS Content Managment System.
Example: http://yoursite.ext/admin/login.php

The admin panel and login page titles are stored in the language file "admin.inc.php" in the admin/lang/en_US directory.

Look for:
$lang['admin']['adminpaneltitle'] = 'CMS Made Simple Admin Panel';
$lang['admin']['logintitle'] = 'CMS Made Simple Admin Login';

Edit the file as desired and upload it to the webserver.
E.g.
$lang['admin']['adminpaneltitle'] = 'CMS Admin Panel';
$lang['admin']['logintitle'] = 'CMS Admin Login';

To change the footer on Admin Login page:
Open and scroll to the bottom on "login.php" and "defaultTheme.php" in the admin/themes/default directory.

If using custom theme then edit "login.php" and "themename.php" in the admin\default\themename\ directory.

Asfahaan