tweet

Multiple Posts on twitter

0

Today suddenly twitter started showing single post multiple times. I think this was due some error their api. Because Every time whenever you send a request to post a message it returns you failure code 500 server error. So your twitter application app takes it as error and retries to post the message again. But actually the messages are posted on the twitter. So there happens multiple posting. duplicating frequency depends upon your twitter application how many time it retries to repost on error. In my case I was using twitter website so done it 20 time and @juniorbachchan is using ubertweet so the ubertweet might be retring 10 times. Some people(@chetan_bhagat) calls it agaenda to promote there(@juniorbachchan) movies(ravan). btw Cool idea but bug this time :) .

Even he (@chetan_bhagat)  was doing multiple posts..

Update>>>>

Hey It seems twitter is totally messed up today. Might be doing some updation(?? :) )….

Not showing any tweets on individuals home page but showing on tweets in home page.

Propertywala in Wall Street Journal

0

Yesterday Prestigious Wall street Journal online published an article on Mukesh Ambani (8 Things Mukesh Ambani Can Buy This Year). In this article while mentioning 7 th thing(A 10-bedroom villa in Greater Kailash II Delhi) the author refers Propertywala.com for price check. Beauty of SEO of properywala.com Just enter the name of any locality name with city(not always)of india and one or two real-esate keyword in google search propertywala ‘ll there in the first 5 results, in most of the cases it ll be on the top.  I am sure that the author of the article searched for “10-bedroom villa in Greater Kailash II” and the first result suggests 10 bedroom Villa/Bungalow for Sale in Greater Kailash II, New Delhi (#1204141) ..

jQuery checkbox (Extended)

0

I found a gud jquery Extender(plugin) on

http://widowmaker.kiev.ua/checkbox/

It was pretty gud (both in ui and functionality) But was lacking in Installation and accessibility.

I have to add many files (CSS and Images ) in web application and they need to be in same folder. In my case the Images shud be in a folder and css in another. So in that case I have to make changes in css(to specify sprite root).

Also the accessibility of the new created wrapper was not gud. they were not accessible by keyboard and also not honoring “Title” attribute if specified . Now the New modified Plugin can do all these things.

Changelist:

  1. No need to add CSS files saparately
  2. Image root support
  3. More Accessibility : Using key board now u can change state by pressing enter or space bar
  4. More Accessibility : Title tags are now copied on the wrapper
  5. More Easy to use : just add three Images(checkbox.png,safari-checkbox.png,empty.png) in a folder. add JS in any folder and put the refresnce in top of the page and call the function like this

$(document).ready(function()
{
$('input:checkbox').checkbox({root: '/images/jqcheckbox/' });
});
or
$(document).ready(function()
{
$('input:checkbox').checkbox({cls: 'jquery-safari-checkbox',
empty: '/image2/empty.png',
cbPng: "/image1/checkbox.png",
cbSafariPng: "/image3/safari-checkbox.png"});
});

Download Js(jquery.checkbox.js (Modified))

Demo (CheckBox-Demo)

*The code is not fully tested yet. if you found any bug/ suggestion please comment .

———————–Update (april 13 2010)————————–

I have further Extended the plugin now it supports custom labels (Up to 4 chars)
$(document).ready(function()
{
$(' input:checkbox').checkbox({ root: '/jqcheckbox/', showText: true, onText: 'Show', offText: 'Hide'});
});

Demo is updated ;

5cc69a2197faca6da50bd2554c2df16e-150x150

tweesaic: awesome

1

tweesaic (twee-say-ick) is a real-time photo mosaic generator that use images and tweets from Twitter.com. Enter a search term in the toolbar, upload a file and watch it generate a customized image.

http://mix10k.visitmix.com/Entry/Details/249

Here is my Creation

My original Photo

My original Photo

tweesaic Generated Image

tweesaic Generated Image

:p see the propertywala logo in image

PropertyWala.com is a winner again!

0

PropertyWala.com - Website of the Year 2009We are excited to announce that PropertyWala.com has been voted the best real estate website of the year for the second year in a row!

PropertyWala.com, launched in Jan 2008, continues its tradition of innovative and affordable advertising in real estate. We would like to thank you for your continued support in making us the best website yet again in our second year (also voted best in 2008).

The Website of the Year awards are the largest annual ‘people’s choice’ website awards and have organized since 2004 by MetrixLab, an independent online market research agency, in association with Neilsen Online & Mashable. The title ‘Best Website of the Year’ is provided to the website with the highest average score on content, navigation and design in its category. This year, 221 websites were nominated over 18 categories. More than 1,500,000 votes were cast between November 3 and December 8 2009. PropertyWala.com was voted best among 12 websites nominated in the real estate section. Complete results of the poll are available at http://www.websiteoftheyear.co.in.

Better File Handling(uploading) in HTML 5 Suggested

0

World Wide Web Consortium (W3c) has published  First draft of File Api on 17 Nov 2007.  It is regarding the improvement and enhancements in file uploading process. After the implementation of the draft client (in javascript or DOM )
1. Can select and upload multiple file through single file input.
2. Can handle the uploading exceptions in a better way through new file reader, file error, File-exception interfaces.
3. Can Access read-only data (File Interface)i.e. file media type, Size, Name.
4. Can upload big files in multi-part using new Blob interface
5. Can upload file using Ajax or asynchronously.

Until now it was only possible through using flash and some iframe tricks. Now it is big relief for the core web developers to handle such things.

but wait for the day all the browser implements it , specially IE(Major share holder of the browser market). Also we have to wait how much and how they implements it so that our/clients systems remains safe.

Future of Operating Systems

0

When we are talking about Future OS or Future of OS, Google chrome OS is a much discuused/hyped issue now a days with in the tech circles.  Some Gives “Five Reasons Chrome os will Success” ,some says “Chrome May Shift the OS Landscape” ,  on contrary some gives “Five Reasons the Google Chrome OS Will Flop“.

The chrome OS is actually not the OS meant for today only basically it is concept and initial step towards the future operating systems  or say future of OS.

A low/basic configuration small in size Limited hardware laptop is called netbook, Basically they are meant for Internet or Light use. for this they need light weight OS. Chrome OS is the Solution for them, further It will reduce the cost also.

In future the concept of NaCl(Native Client) will evolve further, browsers will be more powerful and so as web apps. High end Graphic cloud apps will be there on web functioning like adobe Photoshop, 3 D Games etc. It will enable the Chrome like OS to be useful for High-end users like Graphics Designer, Gamers.

Some critics rise issues that the web apps will not be useful in network less area(say Flights). For them more R&D in Offlining or Client caching web/Cloud apps techniques will solve or partially  the issue. Google Gears is on the line. I admires the offline feature of Gmail web app through Gears.

A Future OS must be lightweight(low in hardware usage), Bare minimum Built in Functionalities, Extendability up-to any level , Having a browser with ability like Native Client,  Gears.

So Google Client either have the most of the features or adopt in future.

Strange view source behavior in Google Chrome [bug]

0

Yesterday while doing some coding Found a strange behavior of view source functionality in google Chrome . Chrome was interpreting Cdata section and adding an angle bracket extra.

Reproduce:

Chrome Version: 3.0.195.33

open http://mukesh.in/files/Chrome_viewsource_bug-test.html

Now Right click and select view source. You  ll see  an extra angle bracket  ‘>’ in cdata section just before the first ‘<’ in the cdata section.

——Update———–

Bug continue in  Chrome version 4.0.249.30

——Update———–

Bug continue in  Chrome version 5.0.375.55

Go to Top