Search This Blog

Saturday, May 28, 2011

Facebook Likes Analyzer App for iPhone

A new and exciting way to browse Facebook has just hit the AppStore - The Facebook
Likes Analyzer App for your iPhone. Using this Appyou will be able to see All the
Pages you Like’d on Facebook, will let you Un-Like them in case you did not mean to
Like them and also will show you What you friends’ Likes are… this way you may also
Like those new Pages.

Facebook Likes Analyzer for iPhone is more comprehensive than just Facebook Pages,
it actually can act as a better way to browse Topics on a Facebook, by going directly to
the Page you Like, and browse through it with no interference of irrelevant stories that
appear on a regular Facebook wall !

With Facebook Likes Analyzer you can be sure to stay on top of the stories in facebook
that you are interested in, instead on relaying on facebook to feed you with what they
believe are the stories you’d be interested in, just take a look at the picture here, you can
go directly to CNN and update on the hot upcoming stories, then switch to Hulu to check
what is new with your favorite TV-Show or movies.

There are new features that are planned and will be released to this App, such as
comparing your Likes to your friends’ Likes and push notifications on friends changing
their Likes.

You can download Facebook Likes Analyzer using the follwing link:
http://itunes.apple.com/app/facebook-likes-analyzer/id438038912

Tuesday, May 17, 2011

ORACLE locks report script

the next script works on oracle 11g , report on all DB locks.


select s.osuser "O/S-User", s.username "Ora-User",s.sid "Session-ID",s.serial# "Serial",
s.process "Process-ID", s.status "Status",l.name "Obj_Locked",l.mode_held "Lock_Mode",
t.used_ublk "Left undo block"
from v$session s,dba_dml_locks l,v$process p,v$transaction t
 where l.session_id = s.sid and p.addr = s.paddr

Yaniv Tzanany

Tuesday, May 3, 2011

IBM Recommended values for Web server plug-in config

Recently i solved a problem when making a call to a Websphere that took about 70 seconds to response.
The client get web service invocation error after 60 seconds.
we try to find out where such parameter is set , because its obvious that someone is dropping our client connection ( its very long time but at least get the client be happy its worked), i found such parameter in the server http plug -in config file , the parameter is :

ServerIOTimeout means "how long should the plug-in wait for a response from the application". and its was set to 60 seconds , i increase it to 120 seconds.
now i need to find out why its take 70 seconds...................

the next link is the recommended values for such plug in with explanation.
IBM Recommended values for Web server plug-in config - United States

enjoy
Yaniv Tzanany

Monday, April 25, 2011

XMLDataDocument from DataSet has incorrect hierarchy

with this thread i found out , why my xml data is flat , and how to fix it and make it hierarchy.

XMLDataDocument from DataSet has incorrect hierarchy

works well

Saturday, April 16, 2011

Custom Facebook Page Tab With Iframes

since static fbml is no longer support the only way to create a tab on fan page is via iframe, the next article is a good description how to do that .

How to Make a Custom Facebook Page Tab With Iframes | WordPress and Facebook Consultant | (Anti) Social Development

enjoy
YanivT

Sunday, April 3, 2011