Logical thinking!

June 6, 2008

I came to know the meaning of the word logical few years back but it is the word that should be thought when you start learning words, I mean at the point you start with words.

What is really logical? And what logic means? . If Thomas Alva Edison doesn’t know what is logical thinking then he couldn’t have made a bulb and can you imagine our world without it. That is the power of the word logical.

So

What is really logical?

A problem with two sides is logical and if problem takes a solution the its true logic otherwise its false logic. We need to make a solution so that our logic is true in order to make the logic true we need to figure out the solution with proper logic. Here proper logic means thinking in the right sense and this thinking start with right sense when we really analyze the problem and the steps in achieving it.

What logic means?

If(problem!=solution) then logic is false

Else if(problem==solution) then logic is true

Else logic is null

The above statements tell the logic in terms of problem and solution.

This can also be made as “Find a way to find the solution or Think till you find the right solution”

If the first way doesn’t lead you to the solution then find another logic to find the way or think to find the way for the logic.

This can also be made like this “think till you find the logic is true” , true logic which always lead you to the solution.

So

logic always resonates with TRUE and FALSE, existence and nonexistence of the solution.

Enjoy the post ! :-)


“Beta Expired Error” :problem solved [ pictures ]

February 7, 2008

As i mentioned in the previous post we have to change the SDK’s and to do this download it from Adobe labs and paste it in the Adobe->Flex Builder->sdks-> folder the default name of the folder is enough to include, no need to change the folder names.

Now open your flex builder and open any project ,right click on the project select properties then you would get a screen like the below.

beta1.jpg

Select flex compiler and at the right hand you would fine “configure flex sdks“[marked in red] select it to include sdks.

Then the screen would be like the below.

add the sdks

Here click the add button[red marked] to add the sdks ..

beta3.jpg

Click browse button [red mark] to include those sdks which were pasted in flex builder -> sdks folder and they are include and after that check it and include those and they are included and error is expired.

Final screen to check the sdks..

error expired!

click apply[bottom red marke] button after checking up [red markd] including those new sdka.

Thats all the the problem is solved “The Error is finally expired” . And no need to install again Flex Builder.

Leave any comments for queries.


“Beta Expired Error” :Problem solved

February 6, 2008

Today strangely my Flex Builder showed an Error “Beta Expire Error“, i was really puzzled for that and i could not run my App, then i said to myself  “what the F@#$K” and  i started to find a solution for that and finally found  by the member of the Flex_india_comm and he shared it in his blog and iam doing it in my blog.

So here is the solution for that:

First the Error tells Beta Expired which means that your SDK’s are expired, a timer in that is set so that it can be used only to that specified time and it cannot be Reset.And that means we cannot further use those SDK’s and change those SDK’s, so for that i downloaded the SDK’s 3 [previous SDK's 2] from Adobe labs and i configured my project and added those new SDK’s to my projects, thats all  problem solved the Error Expired.

I will come back with screens for configuration 2mrow, until then take care.

Leave any comment for suggestion.


Another solution for cache problem in IE.

January 24, 2008
This solution was given by the member of the Google group ,so i think i should keep this in my blog for future reference for me and for every flex lover.So the lines are here..In IE

1) Go to internet options.

2) Temporary Internet Files >  Settings > Check for new versions ofstored pages >  Select Radio : “Every Visit to the server”then check your application.

It should work, and gets the new data. Itis the problem with Cache.This problem generally arises in AJAX also. Then we can’t expect everyuser to workaround these settings.

So add this header to the server side page.

———————-”Cache-Control: no-cache, must-revalidate”———————-

For example, in php

<?phpheader(”Cache-Control: no-cache, must-revalidate”);?>

This is the Permanent solution to cache.. comparing to the previous post