Sunday, October 4, 2009

my sample animation

from today i add here my sample animation from youtube
They are in HD format.this is first animation
http://www.youtube.com/watch?v=7N_MCyRlZ0I

Wednesday, September 16, 2009

what is Silverlight?

silverlight3Beta[1]

 

Silverlight is microsoft technology for racing with adobe flash and using in web dynamic images

 

Silverlight commonly used in microsoft sites like bing and msn and .. and flash used in many site like

 

youtube and yahoo and..It seems that nowadays flash is more used than silverlight but it is maybe change

 

specially if Microsft bing search can be advanced and  get more percent from web world

and more servers  install silverlight

Friday, August 28, 2009

using Google reader in your site

Google reader is a powerful subscription tool for using in blogger or other blogs or site and read your

favorite site in every where and also in Google reader site .

you can share in your Google reader in your blog and manage your subscriptions for every blog and use

even  some customized clips.In blogger also you don’t need to add clip and   only use blog list for add you

blog link or subscription from Google reader .In this picture you can see how add to  bloglist  from google

reader

google reader 2

in Google reader you have too many folder for grouping your subscription that are very useful for use in

your site if you have more site .Just “go to folders and tags” option in setting for this purpose .you can

use every folder in every site and create  clip or blogrolls for them .Blogrolls is only link of your site and clip

is  new updates from them .this is sample image from clip

clip

Monday, August 24, 2009

an important note about web design

when you design web you should know some info css styles .For example  when your site reader have

deferent monitors with deferent resolution it forced that when they want open your site they see deferent

layout and disturbed  web and  maybe  they can’t see content properly.See this image from important site

like yahoo and igoogle

yahoo 

google

as you see  in resolution 1600*900(in some monitor) in full screen mode yahoo opened mini and igoogle

(also igoogle classic home ) opened full .This  errors also come with some blogger template.it occurred

because some problem in css styles and  on of solves is that changing width of site part like header part in this way

#part

{

width:484px;//or like that

}

to

#part

{

width:100%; //or like that
}

 When you use PX unit it means that this part should this size in every monitor in every resolution  but when

you use percent ,you said that your part have this percent of width and it is not you have which monitor or

resolution and your part size will be change on base of your monitor size or resolution

Saturday, August 22, 2009

using windows live writer for blogging

 Microsoft   windows live writer is a software from windows live series for blog writing .This tool is

compatible with blogger,Wordpress,Typepad and others and you can manage all of 

your blog accounts without going to web ,and create post  or edit or even preview it simultaneously . see here for test preview ! windows

live have also source editor for add or edit html  code  of post.

Capture

 

you can select category also  and insert  picture to blogger automatically  and even add video to your blog 

with publish it in your  YouTube  and show it in your blog !.

you  have also some plug-in for live writer for add some tools .This  tools help you have some futures like

map or others in your post .

 

it is all thing  that you need for fast blogging!

Wednesday, August 19, 2009

build your own gadget

Google gadget are tools for  using in igoogle (Google new home page) or in blogger . This tools are used in sidebar of  blogger and you can add it  from layout with click in “add gadget” options .they are to many pre built gadget that you can use them like follower gadget .You can also  creat  your own gadget. In this article you’ll see how is possible

Gadget source have been writing with xml language .you can write in every xml editor or even  notepad and save them . Of cource it is better that you have a preview and error checker in this page you can have   Google  gadget official  editor This is sample gadget source code  for learning . I write this code by myself you can chage it for another use

<?xml version="1.0" encoding="UTF-8" ?>

<Module>

<ModulePrefs

    title="dah alert" height="50"

     title_url="http://my-a-it.blogspot.com/"

     author="dawood abbaspour">

    <Require feature="setprefs" />

    </ModulePrefs>

<UserPref

    name="alert"

    default_value="hi"

    datatype="string"/>

<Content type="html">

<![CDATA[

    <script type="text/javascript">

    // Get user preferences

    var prefs = new _IG_Prefs(__MODULE_ID__);

    // Increment value of "counter" user preference

       var youralert= prefs.getString("alert");

       alert(youralert);

    </script>

   your    blog alert

]]> </Content>

</Module>

in model you have all of gadget codes and in modulePrefs you have gadget information like title and author or…in userpref you have your own gadget setting .In this gadget we have one  user setting “alert” and two gadget setting “title” and “height”

clip_image001 

 For drop down menu you can add this code in gadget

<UserPref name="month"
display_name="month"
datatype="enum"
default_value="1">

<EnumValue value="1" display_value="january__"/>
<EnumValue value="2" display_value=" february__"/>
<EnumValue value="3" display_value=" march__"/>
<EnumValue value="4" display_value=" april__"/>
<EnumValue value="5" display_value="may__"/>
<EnumValue value="6" display_value="june__"/>
<EnumValue value="7" display_value="july__"/>
<EnumValue value="8" display_value="august__"/>
<EnumValue value="9" display_value="september__"/>
<EnumValue value="10" display_value="october__"/>
<EnumValue value="11" display_value="november__"/>
<EnumValue value="12" display_value="december__"/>
</UserPref>

And you’ll see month drop down  menu in gadget settings

For getting value of them  inside javascript use this code  for string type

 prefs.getString("alert");

This is all thing that you need to develop your sample gadget .For making advanced gadget you can see here

Thursday, August 13, 2009

about windows 7

when you start to use windows 7 you'll see this deference . a great deference with vista is that windows 7 support all drivers of xp .It was great problem for windows vista .in below also you can see its deference with xp
1.Gadgets are tool that added to windows from vista but in windows 7 they removed from start and you can see them only in desktop

2.next deference is in taskbar .you have slide preview for each programs and page and even when you download something with ie you cans see progress in taskbar

3.Start up have easy navigation and also you can search your program in search box easy and get your application without more problem! this feature is almost same with vista but in vista you can see also gadgets in start up 4.my computer also have improved and fast search tool and is realtime .it means that when you type word ,search result can changed.of course design of my computer is another change that you can see it here

in following post if you want we can discuss more about windows 7

Tuesday, August 4, 2009

what is openid and how get your own openid?

openid is an id that you can use every where that support openid.Blogger support open id it
means that you can send your comment with every site profile that support openid.
for example you can type only your wordpress or blogger address and then log in to it
for send comment.for getting list of site that use openid see here.you can also build site that
support openid .For this porpose you should have some change in your databse and add some
code and follow this step here .if you have problem just comment it

Saturday, August 1, 2009

what is next? google deal with apple or linux?

Microsoft or Yahoo or Google? Microsoft and Yahoo now are now united .It is means that Google have more problem than now in web world.In other side Google new OS will be coming until next year and it means that it is not so far that Google send offer to Linux or Apple for better competition with windows . Because that it is not possible that Google can reach to windows with Chrome and need to apple or Linux for better result . In other side this deal is start and isn't sufficient alone for reaching to Google and we have more deals and changes in computer world.What you think?you like Microsoft or Google or Yahoo?

Tuesday, July 28, 2009

1tb laptop hard driver :laptop is better or desktop computer?

source:cnet _________ Currently, the largest desktop hard drive on the market is 2TB. The Scorpio Blue 1TB drive, though half the capacity, is still very impressive, considering the fact that a 2.5-inch laptop drive is much smaller than a 3.5-inch desktop drive. The new WD laptop drives are the first that use 333GB per platter technology. it means that laptop driver size now is near to desktop hard driver from past and it is also a great advance in laptop markets that make it more popular than past.This advance will be changed world of desktop computer and they'll be smaller than past.In near future maybe we need no more desktop computer.Because laptop hard driver size and speed is sufficient for home user but today still desktop computer are more accessible than laptops this is some future of this hard driver
  • WhisperDrive, which is WD's technology that uses seeking algorithms to produce one of the quietest 2.5-inch drives available
  • ShockGuard, which helps the drive withstanding shock, such as accidental drops, and vibrations better
  • SecurePark, which is a mechanism that parks the recording heads off the disk surface during spin up and spin down and when the drive is off. This ensures that the recording head never touches the disk surface to improve long-term reliability

Sunday, July 19, 2009

4g near future of mobile

4G mobile phones will be in shop in next year. this is a news that shocked every one. so what is next? As we know still 3g is new in some developing country even in some important one like India and Turkey and.. 4G firstannounced by japan NTT DOCOMO and will be started next year.Comcast is another company that offered 4g . One of important feature of 4g is broadband wireless internet that is a revelation in network . This post is introduction to 4g features and supported companies and other things in next posts we discuss more about 4g

Monday, July 13, 2009

browser or OS?

New Google operation system is chrome.As we know chrome is Google browser and of course isn't famous as IE and Firefox.Google chrome will be web based also and it means that it is developed from chrome browser.Some news say that Microsoft planed new browser called Gazelle and will have same futures as chrome and IE.It means that browser going to be OS .We know that our more works is based on web today but a web based OS can be more secure and safe as new operations system?Google say that chrome is faster than windows because that isn't necessary to setup programs ?At last we should see that web based OS can be success as nowadays OS or should be used with them?

Friday, July 3, 2009

my@it

you will be find hot discussions about IT world in this blog . be wait.............