Howdy,
So did you shift to Adobe Flash CS3 yet ? If you have, did you discover where the easter egg click is ?
Well just like flash 8, flash cs3 displays a slide show of pictures representing all the people that are part of the flash cs3 team.

You wanna know where to click ?
Continue reading ‘Easter egg for Adobe Flash CS3′
Popularity: 6% [?]
The most common problem that we face here in the Middle East is writing Arabic with Flash. There was a version that I was using it to write Arabic in Flash and it was very easy to use, it was a special version of Flash 6.
And now, many Flash designers face a problem with this issue in their projects, especially when copying and pasting paragraphs.
In this tutorial, you’ll learn how to fix that problem, let us start:
Continue reading ‘How to write arabic in Flash 8?’
Popularity: 20% [?]
In a new and bold move, Google has decided to start selling print ads for newspapers.
So now Google AdWords customers can buy/place newspaper ads in the same way they buy Web page, radio or TV ad space.
For now Google will start with 225 newspaper in the US including the New York Times, Washington Post and Chicago Tribune.
Google Print Ads lets advertising agencies and advertising customers of all sizes plan and buy traditional newspaper media — from one-inch to full-page displays in both national and local newspapers via Google’s existing ad sales software.
More info can be found at
http://www.google.com/adwords/printads/
Popularity: 3% [?]
Future of Web Design is coming to New York!
A two days event of cutting edge inspiration, advice, and best practices featuring leading design experts. Registration is now open
Click here to visit the site.
Popularity: 7% [?]
Ever try to post XML over HTTPS using php ?
Well it can get almost complicated if you don’t have the right materials.
In this article I will show you how to do it using PHP’s cURL functions.
Requirements:
1- libcurl package ( In PHP 4.2.3, you will need libcurl version 7.9.0 or higher. From PHP 4.3.0, you will need a libcurl version that’s 7.9.8 or higher. PHP 5.0.0 requires a libcurl version 7.10.5 or greater )
Installation
1- Go to http://curl.haxx.se/download.html and download the corresponding libcurl package.
2- For windows users you will have to enable the ‘;extension=php_curl.dll’ in the php.ini file. (libeay32.dll and ssleay32.dll must be present in your PATH.)
For linux/unix users you will have to compile build and then install the package using these 3 steps:
./configure
make
make install
Note: You will have to be root in order to do the last step (more info can be found here)
3- Restart apache
Continue reading ‘XML post over HTTPS using PHP’
Popularity: 12% [?]