techno surprises

October 26, 2007

IE 7 fonts are clear type

You can easily change the font-type to normal.

Note: This steps tested on Windows Server 2003 SP2 Internet Explorer 7 and Windows XP Pro SP2 Internet Explorer 7.

Step1:

ie tools

Step2:

tools window,

step 3:

clear type disable

Thats all :))

August 14, 2007

Rock’n Coke 2007 ScreenSaver

I want to share my present for Rock’n Coke 2007. Yes, it is just screensaver, but I am sure you will like it.

http://mustafaturan.net/rockncoke.rar

August 13, 2007

RedHat Enterprise Linux 5 Distrubutions

RedHat announced new Linux distrubution version for Servers, workstations and desktops. You can check new redhat features and comparements with old version RedHat Linux distrubutions.

Home:

Comparements:

August 9, 2007

Adobe CS3 products serial cleaner

Adobe has published a CS3 trial key remover, it also removes old beta CS3 products and enables you to install full product.

It also help to get rid of the message ‘Error “License  has expired” when you start Adobe CS3 applications, including Design and Web Suites’

http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402003&sliceId=1

Program can be run under MAC and Windows XP, Vista.

http://www.adobe.com/support/contact/cs3clean.html

Windows: http://download.macromedia.com/pub/creativesuite/script/3/wincs3clean.zip

MAC: http://download.macromedia.com/pub/creativesuite/script/3/maccs3clean.dmg

Special Note: Before running windows version you need windows uninstaller utility tool : http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe

WordPress Theme Browser Changed

While I am looking the wordpress themes, suddenly I get the error message not found. After 10seconds when I tried to reload the page I saw that the page fully changed. Now it faster than the old template and codes. See the page: http://themes.wordpress.net/

August 7, 2007

Google Analytics Skills

Google Analytics (Google analysis) is Google’s free Web site analysis services, since its inception, that is well received. Google Analytics is very strong, as long as the pages on the site to add a code, it can provide a wealth of detailed reports, charts. Today, I will summarize some of the code by adding skills, the use of different formats urchinTracker code, web site can track some special events (for example, will not produce the comprehensive hits, JavaScript events, documents downloaded station links, etc.) tracking can also develop the attributes (for example, Adsense, complete reverse link). Of course, reading skills before they read the post, “Google analyst Help” main content.

source of this page: williamlong.info/archives/816.html

A statistics of the non-HTML documents Click

The website document tracking a link, through the link labeled <a> adding onClick attribute to achieve, examples are as follows :
<A href=”https://mustafaturan.wordpress.com/&#8221; mce_href=”https://mustafaturan.wordpress.com/&#8221; onClick = “javascript : urchinTracker ( ‘/ rss.xml More Content»’); “>
Noted that the use of this property must be Analytics tracking code on the front of HTML code, the best <body> below.

tracking Adwords

Google Analytics official has direct support tracking Adwords. Please refer to the detailed steps “how Google Analytics (analysis) account link to AdWords ds account? . ”
In addition, vdgraaf also provided a revised code manually, can also achieve the same function, Examples of such changes are :

_uacct = “**-******-*”; / / your creatures code generated by Google Analytics cs
If (document.referrer)
  {
If (document.referrer.indexOf ( ‘google’) ! = -1)
   {
Var is = / (\? | &) Q =([^&]*)/;
Var = urlPattern.exec aMatches (document. referrer);
If (aMatches! = Null)
    {
UrchinTracker ( ‘/ query /’ + aMatches [2]);
    }
Else
    {
UrchinTracker ();
    }
   }
Else
   {
UrchinTracker ();
   }
  }
Else
  {
UrchinTracker ();
  }

Then the “content optimization” – “content effects” – “content breakdown” — View directory query information, good to be content with its “optimized marketing” – “search engine marketing” – “pay-per-click and the natural conversion” – Google Adwords compare the data.

tracking Adsense Click

We have previously described the Adsense tracking software only to the user clicks on record. Statistics do not possess the function, if we want to click on advertisements in the past statistics, then the direct use Google Analytics to achieve statistical functions.
To achieve the general approach is :
The Google Adsense ads below to add the following statement

<script Type=”text/javascript”>
Log function () (
UrchinTracker ( ‘/ blogs’);
  }
Var elements2;
Elements2 = document.getElementsByTagNam e ( “iframe”);
For (var i = 0; I <elements2.length; + + I) (
If (elements2 [i]. Src.indexOf ( ‘googlesyn dication.com ‘)> -1) (
Elements2 [i]. Onfocus = log;
  }
  }
</script>

After a good change, please do not click on Google test But will Google be locked accounts, as long as you slowly waiting for Google Analytics statistical information can be.
Another seobook also introduced a method, the basic principle is similar.

tracking all point out link

Use the following statement can point out all the tracking link.

Window.onload = setAdsLinks;
SetAdsLinks function ()
  {
Var = document.getElementsByTagName Links ( ‘A’);
For (var i = 0; I <Links.length; I + +)
   {
Links [i]. Onclick = function () (
UrchinTracker (this.href);
    }
   }
  }

Attention, the use of the code necessary to Google Analytics statistics code on most front pages, Also, such statistics have a side effect and that is if the website hyperlinks to many of these statements will affect the performance of the browser and even “writings” of the state.

showing the complete reverse link

The statistical sources, Google Analytics show only domain information, we may amend statistical code, Google Analytics showed achieve complete reverse link

_uacct = “**-******-*”; / / These are the Google Analytics code
/ / Use the following code to replace the original code.
If (document.referrer)
  {
UrchinTracker (document.referrer);
  }
Else
  {
UrchinTracker ();
  }

modify the code to display the reverse link

Google officials did not provide a revised code can also show that the integrity of the source, in “Optimizing Marketing” – “sub-groups of visitors effects” – “visited source,” source address selected icon on the left, click on “inter-group results,” another point “content” can return to the static URL specific sources of data, the static method for the source address, Dynamic addresses (such as search results) will not use this use.

How to change the Volume Licensing product key Windows XP, Windows server2003

Microsoft published changing the product key legally document. And method can be applied to listed below operating system.

Microsoft Windows XP Professional
Microsoft Windows XP Professional
Microsoft Windows Server 2003, Standard Edition (32-bit x86)
Microsoft Windows Server 2003, Enterprise Edition (32-bit x86)
Microsoft Windows Server 2003, Web Edition
Microsoft Windows Server 2003, Datacenter Edition (32-bit x86)

Here is the document, easy to apply. Good luck;

http://support.microsoft.com/default.aspx?scid=kb;en-us;328874

July 19, 2007

Translating domain_name to ip_address

Domain names can be translated its related ip addresses.

In windows getting ip_address from domain_name

  1. Click on START menu
  2. Click on RUN and type ‘ cmd
  3. then write ping yahoo.com
  4. and get the ip addres of yahoo

In any UNIX based system getting ip_address from domain_name

  1. Run SHELL client of operating system
  2. type command : ping yahoo.com
  3. and get the ip addres of yahoo

In PHP(web based programming language) getting ip_address from domain_name

<?php
$ip = gethostbyname(‘yahoo.com’);

echo $ip;
?>

July 11, 2007

types of numbers

There are 5 basic types of numbers avaliable. Here is some examples about numbers and their limitations.

Natural Numbers

They are also known as counting numbers. They are starting with 1 and goes to infinity…

Examples: 1, 2, 3, 4, 5, … , 10, 11, 12, … , 10000, … , 123123123123, and so on

In C/C++/C#/ JAV# : they can be expressed as short int, int, long int types.

Integers

They do not include commos. These numbers can be both negative and positive. So they could be as negative integers like -5, – 9,-123, … -infinity and some of them called as positive integers like 1, 3, 5, … , 12132129. Moreover integers include number ZERO(0).

So as a genereall example: -999999….999999999, ……….., -3, -2, -1, 0 , 1, 2, 3, 4, ……………., 9999999999…9999999

In C/C++/C#/ JAV# : they can be expressed as short int, int, long int types.

Rational Numbers

They should be expressed as a fraction with an integer and non-zero(we do not have to mention non-zero actually because natural numbers should be non-zero) natural numbers denominator.

Examples: 6/4, 7/4, 3/1 , 12123/43

In C/C++/C#/ JAV# : denominator and numerator both can be expressed as short int, int, long int types but result should be expressed with double or float type.

Real Numbers

They includes all measuring numbers such number pi, sequare root of any positive number, and so on…

They can generally used with decimal notation and when you want pronounce it we say to ‘.’ point. Forexaple, 7.53 : Seven point fifty three.

Example: 7.3, 5.2, -12132.3412, -39.4, -23.44, 992.32

In C/C++/C#/ JAV# : real numbers should be expressed with double or float type. You can also use both short and long prefixes.

Complex Numbers

Some negative numbers have a square root, or if a number is expressed like a+bi which has ‘i‘ an imaginary unit.

Example: 5+2i, -5+2i, -5-2i, 5-2i, 9+7i, 1+3i, 4-6i

Also, you can searc wiki pedia as numbers or number. Thank for reading…

July 7, 2007

What a day, 7 7 7, what does it mean

Filed under: 2007-07-07, 777, today — Mustafa Turan @ 5:32 pm

Yes, you are right I am talking about todays date 2007/07/07.

What 777 means for unix users!!

777 is chmod which gives permission for reading and writing for both group users and public users to directory.

What 777 means for who born today!!

It is a memorical birthday. Happy birthday for them :).

What 777 means for wedding!!

They are just married 🙂 Good day for wedding who always forgetting dates espicially wedding dates for woman 😀

What 777 means for today!!

it is just a classical date format.

What 777 means for 666!!

it comes after 666 which means devil 🙂

« Newer PostsOlder Posts »

Create a free website or blog at WordPress.com.