It’s a superb tool , you can create a change, read, update and delete page for your mysql table easily using php. Check it out here. Sorry, i am currently unavailable to update this blog regularly since i am working for outsourcing project using PHP and MySQL.

I have written a tutorial about stardict in this blog. But stardict has released the lates version and it has a very different GUI. It has even the Google Translation feature using ( i guess usign the Google API).

Here’s a snapshot on how to install it in just few lines:

  1. $ sudo apt-get install stardict

And then you should copy the dict to /usr/share/stardict/dic. You can download the dict from here. Copy it then extract it using tar -xvf method….

PS: Stardict also available in WIndows, you may find it from it’s official site…

Tags: ,

Many methods to create barcode, but i prefer using font. U can download the font here. By using font, u may create barcode practically on every applications that run on Windows, eg: MS Word 2007, MS Word 2003, wordpad, notepad, etc. But the barcode you will create only the code 39 since the fonts available on the Net is Code 39. I have browsed for UPC fonts, but it was unavailable, most of it were commercial, or malware.

Tags: , , ,

You can use AT Command to let your cell phone send or receive SMS message. But the problem is not every manufacutrer has similar AT Command.

This is AT+CNMI commands from many cell phone manufacturers that can be used to make an SMS Server using java.

NOKIA : AT+CNMI=1,1,0,0,0

MOTOROLA : AT+CNMI=3,1

Siemens : AT+CNMI=1,1,2,2,1

Modem GSM Siemens : AT+CNMI=2,1,0,0,0

Tags: ,

For instance, you have a data on remote/other database and you want to migrate it onto your local sql server’s database. If you use this query select * ServerName.DataBaseName.dbo.TableName you’ll find an error saying that the database cannot be found. That’s what i faced yesterday.

So you have to execute the query ” execute sp_addlinkedserver database_name just like what the error message suggested. It should then worked fine And you’ll be able to access the tables and databases from that remote database server.

Above method only works if you have two sql servers with identical name.

Tags: , ,

Microsoft is offering a Free unlimited installation and compatibility support for Windows Vista Service Pack 1 (SP1). The support from Microsoft for SP1 will be valid until March 18, 2009. You may contact via Chat and e-mail. And this service is available only in the United States and Canada. Check the details here.

Check this out, it explain how to encrypt your ubuntu installation. It’s a notable review from howtoforge.com.

Another RSS reader

July 15th, 2008 by admin

Just knowing from browsing, another RSS reader app that is free (but i don’t know whether this app is open source). This app is an application developed to retrieve web content via RSS format (a format that can be used to broadcast web content easily, an xml based content).

It has a very easy-to-use multi-window interface and it can be skinable. It also includes XSL stylesheet support for web elements. Other feature is a Ticker bar that provides a new item notification, or for constant streaming of RSS database.

You may also sort your channel list into smaller groups and tag/categorize favorite items for faster access. You may also search items by it’s attribute, or doing a text search of all your items.

Interested? you may download this software from many sources, here, here and here.

This software also supports Import/Export of OPML channel lists as well as drag & drop channel-adding from many browsers.

Nowadays, laptops are pervasive. Since laptops are small and are always transported everywhere. It’s frequent to see laptop stealed or lost. In case your computer lost, try this open source tool to help you track and recover lost and stolen laptop.

It’s name is Adeona. It was developed by University of Washington , computer science department.

You may download the software from here and read the documentation.

Tags:

Another innovation from netbeans community. I know it’s already an old things, but i just have known it yesterday.

It’s php early access for php. An IDE that will helps you program using php easily. This IDE has intellisense feature and syntax highlight.

What this software lack of, is an WYSIWYG editor. But i bet this software will be better than dreamweaver in a next few years.

The minus of this software is it’s quite heavy since this software was made using java. But it also bring positive consequences, that is it’s multiplatform.

Want to try, just download it from http://netbeans.org

Tags: , , ,