Browse > Home / Archive: March 2007

| Subcribe via RSS

GEOMATEC partners with MTC-Bahrain to launch LBS for mobiles

March 30th, 2007 | 1 Comment | Posted in Bahrain, GEOMATEC, LBS, MTC

geomatec mtc

GEOMATEC and MTC-Vodafone Bahrain have signed an agreement to launch Location-based Services for MTC mobile customers, the first of its kind in Bahrain. Initially the service will include basic routing application (m-guide) which allows mobile users to search for selected Points of interest (e.g. a hotel or restaurant) and obtain driving directions to the selected point by entering the name or address of the starting location. The user can choose between two options for displaying the output, either by text (through SMS), or map and text (by MMS). In both cases, the system will provide turn-by-turn instructions for reaching the selected destination. For customers who prefer to use a more comprehensive list of POI search categories, they can access the WAP application which will be launched very soon (through MTC’s WAP site). The LBS applications are hosted at GEOMATEC with direct online access to MTC’s MMS & SMS servers. More applications and enhancements are being planned to make the LBS a unique, simple and useful service for both local MTC customers and visitors alike.

more about LBS

Amazing frenchy designer

Have a look at his website , simple & clean ….

stephaneguillot.com

How to blow a 1.2 Million in a ….

March 28th, 2007 | 5 Comments | Posted in car, crash, ferrari, redline

Thats sad ..
I really wanna ask the owner to donate this car to me :D

The 50 Most Important People on the Web

Here’s who’s shaping what you read, watch, hear, write, buy, sell, befriend, flame, and otherwise do online.

Linkage

Gosh i was thrilled until the list ended , where is my name ?
can you find yours ?

nah Seriously i thought Lee Brimelow was going to be listed there somewhere … !!!

Want an online picture gallery ?

Check mine , created in few minutes …

Moe’s Gallariaaaaa …

select your template

Upload your Images


The big picture library !

Get wordpress posts in flash …

got flooded recently with emails requesting a tutorial on how to get wordpress posts into flash , now i dont have enough time to make a tut , but i will go through it in here quickly so pay attention .

Important links :
XML-RPC on Wordpress
XML-RPC home
XML-RPC tutorial press

———————————————-
Now as far as i remember i downloaded the movable type class from here http://www.dentedreality.com.au/bloggerapi/

download the MTC ( movable type class ) and extract them in your folder on your webspace ( should support php) .

Now open up a new php document call it what ever you want , i called it test.php copy & paste the following code :


include_once("class.mtclient.php");
$username = "USERNAME"; //Blog user name
$password = "PASS"; // Blog Pass
$host = "zainal.wordpress.com"; //change this to your wordpress site
$path = "/xmlrpc.php";//"/path to xmlrpc , keep it as it is , sometimes it needs
// the full path e.g www.abcd.com/blog/xmlrpc.php
// create a new blog
$blog = new mtclient($username, $password, $host, $path);
//get last 6 posts ...
$myBlogs = $blog->getRecentPosts($username , 6);
//cant remember why i kept the counter ….
//OH YA the counter will be used to plot user_data e.g user_data1 , user_data2 , notice the &
// mark below its what flash will read and split data based on ” | ” ….
$counter = 1;
// loop through the MultiD array
for ( $row = 0; $row < 6; $row++ )
{
//At this end you can always Produce XML doc , or as in my case i added "|"
// so i can split Data in flash later on ...
print "&user_data$counter=".$myBlogs[$row][title].'|'.$myBlogs[$row][link];
$counter++;
}
?>

now you can get more than title and link here is an explanation :

/* usage:

requires the following files to be in the same directory:
class.bloggerclient.php
xmlrpc.php

re-implements the following methods with metaWeblog
which returns strings “description”, “link”, and “title”
instead of a single “content” string.

getRecentPosts
getPost
newPost
editPost

also adds the special movabletype methods
which allow category assignment and retrieval
and for listing of supported methods

getCategoryList
getPostCategories
setPostCategories
supportedMethods

example:

include_once(”class.mtclient.php”);

$username = “myusername”;
$password = “mypassword”;
$host = “www.myhost.com”;
$path = “/path/to/mt-xmlrpc.cgi”;

$blog = new mtclient($username, $password, $host, $path);
$myBlogs = $blog->getUsersBlogs();
*/

flash code :

var sender = new LoadVars();
var receiver = new LoadVars();
high= 22;
u = 0;
url = [];
receiver.onLoad = function(ok){
if(ok) {
loader.unloadMovie();
for (var i = 1; i <= 6; ++i)
{
receiver["dataPacket" +i] = receiver["user_data" + i].split("|");
var Ntitle = receiver["dataPacket" + i][0];
url[i] = receiver["dataPacket" + i][1];
trace ("data " + Ntitle);
trace ("data " + url[i]);
trace('attaching');
_root.attachMovie("box", "box" + i, _root.getNextHighestDepth());
_root["box"+i].btn.ID = i;
_root["box"+i].pTitle.text = Ntitle;
_root["box"+i].btn.onPress = function() {
getURL(url[this.ID],_blank);
}
_root["box"+i].btn.onRollOver = function() {
trace('get some');
}
_root["box"+i]._y = 65 +(high * u);
trace('hight ' + (high * u));
_root["box"+i]._x = 0;
u++;
delete receiver["user_data" + i];
}
}
}
sender.sendAndLoad("http://localhost/movabletypeClass/test.php", receiver, "post");

Like i said earlier , you can always produce XML doc from the test.php and read that in flash , there are many ways you can read external files , it all depends on YOU !
Flash & php source files can be downloaded from here …@ ZAINALS

Trojan/Virus corrupts Windows network connection

March 25th, 2007 | 4 Comments | Posted in Connection, Virus, Windows XP, trojan

LATE NOTE : Please do post a comment if this was helpful !

Symptoms :

  • You can no longer reach websites or collect your email
  • No internet connection
  • No Network Connection
  • an exclamation mark appears on top of the 2 connected computers icon
  • That usually happens when you have a problem assigning an ip address to your computer , ( Computer wont get an ip even when the DHCP server is available , an IP conflict scenario ) …

    Anyway the Virus/Trojan tends to damage Windows (Winsock) / LSP (Layered service provider) , And no matter what you do ( repair , release , renew , replace your NIC , a new CAT5 cable , reinstall drivers etc … ) it wont work …

    I have found couple of utilities that does the job , it will repair Winsock LSP and remove the virus/trojan …

    1: LSPFix
    URL :lspFix Linkage
    Snap shot :
    LSPFIX

    ——————————————————————————

    2:WinsockXPFix
    URL: WinsockXPFix
    Snap Shot :
    WinsockXPFix

    Note: You can copy any of the above on a floppy disk , usb Drive or CD , they are tiny and free .
    Happy surfing :)

    twitter , new toy ?

    Twitter

    A global community of friends and strangers answering one simple question: What are you doing? Answer on your phone, IM, or right here on the web!

    linky

    Honey *Warning* in Bahrain

    March 22nd, 2007 | 5 Comments | Posted in Bahrain, Honey, cancer

    Some Lebanese individuals roaming around Bahrain , selling “Honey” that contains 400% of Cancer substance(s)…
    This is not a joke , Mum bought 2 bottles of that , my father called me earlier today and told me to get rid of that *krap* him & my brother been eating every morning …

    Source : ["Ministry of health"]…

    You have been Warned … Spread it out !

    And here we stand again …

    March 22nd, 2007 | 2 Comments | Posted in Uncategorized

    Ok Fellas , i have successfully moved to my own domain , the one @ wordpress will still be running since i have many sites linking back to it …

    the blog still needs modification , im not sure about the theme im using , ( Modify as i go ) thats whats gonna happen , there are thousands of plugins & features that i will have to look at before i install …

    Enjoy ….