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?