0 Anyone in San Diego making it as a freelancer?

Hey Dustin,
Why do you think clients feel that remote workers are less
attractive? I get that a lot too and would be glad to hear different
points of view. Between Skype, SVN, Basecamp and other online tools;
working remote works great, but some (most?) clients wont go for it
and I'm trying to understand/figure out why. Even with the option of
being onsite for project kick-off, I still see a real aversion.
Although I do work with one firm where pretty much everything is done
in a remote fashion, PM on the West Coast, developers North East, UI
guys South East and think work very smoothly as long everyone is
professional.
What are your observations?
Ben
On Apr 20, 11:53 pm, Dustin Dettmer

0 Help with navigation, history and back button

I have a very similar problem.
I had been trying to work with jQTouch.gotBack(). The documentation
says that supplying the id for a div will take you back to that div in
the history. But this doesn't seem to work for me. For example I
should have something like this in my history:

0 Help with navigation, history and back button

Jqtouch allways adds pages(divs) to the memory and the back button always
takes you back one step, to be able to go to the div that you want and not
the last one in history-use classes slideright, slide or create your own in
the jqtouch.js file.
If you dont want to add pages to the memory you have to delete them after
you have visited them.
I load ajax page that have dynamic content from the database and in order
for new content to be visible after you have opened the app, I have to
delete all divs when I leave the page, othervise the new content wouldnt be
visible the next time you open the page, since it only displays pages from
the memory.
Hope it helps.

0 Daily App Show - Video App Reviews for iPhone and iPod Touch Users


Daily App Show - Video App Reviews for iPhone and iPod Touch Users

Link to Daily App Show - Video App Reviews for iPhone and iPod Touch Users » iPhone Apps

Posted:
iVoice-Reminder allows you to make audio and written reminders that are location based. This is a new way to set reminders for yourself to handle tasks, etc. Create a reminder, add a description and/or audio recording, then attach your gps location, set a radius and save. The next time you come within the set radius [...]
Posted:
Winq is simply the easiest way to share contact information between people. Within seconds Winq lets you share your contacts, save new contacts in iPhone Address Book and even find people on social networks. Winq is a special form of QR-code (MECARD standard) which embeds your contact information. You can create winqs right in your [...]

0 jQT DataZombie Phonegap and orientation

Hello DataZombie,
is an honor to be answered by the author of the fantastic fork!
(I have no need for tabs in this project, but i want use your fork to
integrate with iscroll, I'm excited to see if I can make it work ...)
Thank you very much for your answer.
I tried to insert the snippet you propose to me, but maybe I do not
know javascript well .. maybe I did not copy to the right place.
Could you tell me if I have to change something in the code that you
gave me and where exactly should I put it?
I guess here, at the end:

// Some sample Javascript functions:
$(function(){
// Show a swipe event on swipe test
$('#swipeme').swipe(function(evt, data){
$(this).html('You swiped <strong>' + data.direction + '/' +
data.deltaX + ':' + data.deltaY + '</strong>!');
$(this).parent().after('<li>swiped!</li>');
//iScroll integration
jQT.setPageHeight();
});
$('#tapme').tap(function(){
$(this).parent().after('<li>tapped!</li>');
//iScroll integration
jQT.setPageHeight();
});
$('a[target="_blank"]').click(function(){
if(confirm('This link opens in a new window.')){
return true;
} else {
return false;
}
});
// Page animation callback events
$('#pageevents').
bind('pageAnimationStart', function(e, info){
$(this).find('.info').append('Started animating ' + info.direction
+ '&hellip; ');
}).
bind('pageAnimationEnd', function(e, info){
$(this).find('.info').append(' finished animating ' +
info.direction + '.<br /><br />');
});
// Page animations end with AJAX callback event, example 1 (load
remote HTML only first time)
$('#callback').bind('pageAnimationEnd', function(e, info){
// Make sure the data hasn't already been loaded (we'll set 'loaded'
to true a couple lines further down)
if(!$(this).data('loaded')){
// Append a placeholder in case the remote HTML takes its sweet time
making it back
// Then, overwrite the "Loading" placeholder text with the remote HTML
$(this).append($('<div>Loading</div>').load('ajax.html .info',
function(){
// Set the 'loaded' var to true so we know not to reload
// the HTML next time the #callback div animation ends
$(this).parent().data('loaded', true);
}));
}
});
// Orientation callback event
$('#jqt').bind('turn', function(e, data){
$('#orient').html('Orientation: ' + data.orientation);
});
$('#play_movie').bind('tap', function(){
$('#movie').get(0).play();
$(this).removeClass('active');
});
$('#video').bind('pageAnimationStart', function(e, info){
$('#movie').css('display', 'none');
}).bind('pageAnimationEnd', function(e, info){
if(info.direction == 'in'){
$('#movie').css('display', 'block');
}
})
});
</script>
I do not know how. I'm afraid that I'm wrong in something semi-
colons ...
Another thing:
I saw that you've implemented PhoneGap: false | true.
So to make applications PhoneGap, you must use it, right? but how? I
need to change the file jqtbars (as I have changed 'iscroll_lite:
false, ')? Or should I do something else in the file index?

Thanks again, and sorry for nooby question!

One last thing:
I noticed in the zip downloaded from github, the floaty bar does not
work.
I noticed that if I use the file jquery.css the live demo, it works.
(I saw that there are differences of z-index)
I hope to be useful (at least in this ... ;-)
Thanx, thanx.
Great, great job!

0 iPhone UI/UX Designers?


Does anyone have iPhone app designers they can recommend, to design
the UI for my new app?
I'm mainly concerned about quality. Do you who the 'famous' designers
are and where I could view their portfolios?
Thank you.

0 DataZombies Tabbar stays fixed over wiindow when iPhone browser search bar disappears

I think the subject line says it all.
When I navigate to my app page, the iPhone browser shows the tabbar at
the correct position along the bottom of the window.
When I go to a new panel and come back to the homescreen, the iPhone
browser search bar is gone and the Tabbar has moved up the same number
of pixels.

0 iPhone Life Newsletter (5.11.11)




Issue Sponsor
Amplified Sound-Blasting Speaker for your Mobile Device
iPhone Life Blogs
Time, Sports Illustrated, Fortune Magazines Now Free to Subscribers Via the iPad Apps
By Jim Karpen
One of my main uses of my iPad is reading the news. I'd actually prefer to read all of my magazines via the iPad. And the great news out today is that Time, Sports Illustrated, and Fortune magazines are now available via their respective iPad apps for free if you're already a subscriber.

0 [jQT] Datazombies jqt.bars extension - problem with Google static map?

I have an iPhone app built with jQTouch and Phonegap. In my last

update to the app, I added a list item that displays a Google static

map, based on lat/lon coordinates that I access from an SQLite

database in the app. Before I added this list item, the page with the

list scrolled as expected. The toolbar stayed in place, and the user

could scroll the list itself. (I'm using the jqt.bars extension from

DataZombies.)

Now that I've added the static map, when I scroll up, I can't scroll
all the way to the bottom of the page. I can slide the list up with
my finger and hold it there so I can see the bottom (a div with the
jQTouch "info" class), but when I release my finger the page bounces
down a bit and repositions itself so the top of the Google map list
item is at the top of the screen.

I have a short (30 sec) video here: http://dl.dropbox.com/u/20314275/iscroll_gmaps.mov
Notice that the first time in the video that I scroll, the list
behaves fine (so the problem is inconsistent). But each time after
that, the list doesn't scroll properly. It's a problem because I'd
like users to access a clickable link toward the bottom of the page.
Although they can temporarily see it, it never stays on the screen
long enough so they can tap it.

I'm wondering if there's some issue with the static map that causes
this problem? Or is there something with iScroll or jqt.bars that I
need to modify?

Here's the html section that creates the page (I've omitted some of
the list items below for brevity):

Selected Landmark

Back
Share


  • Name

    Address
    Distance



  • Designated: Year
    Landmark number: lpid
    Other notes:
    other
    More
    info at Wikipedia.

  • You can access a
    summary description of this landmark at the NoeHill website.

  • Source: San Francisco Planning Department


Here's the corresponding javascript (also edited for brevity):

0 iui framework webapp iphone native



is anyone developpe a webapp with iui , ?!

because i have a problème with datepicker, it's not working ,

please tell me how a i can work it .... 

--
with all my respects
Belhaffef Charif

0 jQT DataZombie Phonegap and orientation

Hello everyone, I have a problem with the version of Tabbar
datazombie:
Using PhoneGap and I noted that following the rotation of my iphone,
the screen does not scroll more fully, and would not let me get to the
bottom of the page.
Everything works, but only in mobile safari, not in PhoneGap.
I then tried, unsuccessfully, to set PhoneGap=true in jqtbars.js
Then I tried to call jQT.setPageHeight (); after a change of
orientation, as recommended by DataZombie. I'm a nooby, but the
problem is upstream:
after several days of tests, I finally understood that the orientation
of my iphone is not detected by PhoneGap! So, no correct iscroll after
a change of direction!
Can anyone help me?
I read other posts, but have not found anything that solves the
problem.
Thanks.

0 ITEXPO Tuesday Offer Sneak Peek...

Sarah and I, Marketing Managers at TMC, wanted to let you in on a little secret...
Tomorrow, Tuesday, May 17, we are kicking off a really sweet offer that will make you the best colleague in the office. Register for ITEXPO, happening September 13-15, 2011--and you can bring your co-worker, the rising star in your office who has earned the right to attend a major industry event, or the specialist in another department who can help you cover all important conference sessions, and they get to go for....
Sorry - have to go - we aren't supposed to be saying anything and too many people are walking by us. You will find out more info tomorrow! Or get a sneak peek here.
- Sarah & Jennifer



*If you no longer wish to receive emails like this, please reply to this email with "unsubscribe" in the subject line.

0 iPhone Love in a Time of Smartphone Overload - TMCnet's IPhone eNews

If you have trouble viewing this email, click here to view online.



5/16/2011

ITEXPO West begins in: 119 Days. REGISTER NOW!
Featured Articles

» Is Apple Attempting to Patent Speech-To-Text and Text-To-Speech Functionality for iPhone?

» Create a Free Web Page through your iPhone with Zapd

» LogMeIn Adds iPad and iPhone Capabilities to its Screen-Sharing Service

Sponsor: 4GWE Conference

4GWE will explore the critical issues of how best to enable and exploit the mobile Internet. 4GWE will explore the trends driving a shift towards an anywhere, anytime, broadband mobile network. As part of ITEXPO, 4GWE has become the industry's premier gathering place for Mobile Network Operators, fixed carriers, handset manufacturers, mobile internet device manufacturers, application providers, and venture capitalists

Top Stories

» ePrize and Michigan Lottery Launch an Application for iPhone and Android

» Positive Applications Launches a New Positive Thinking App

» Buongiorno Releases New Version of VZW PIX on Verizon Wireless App Store

From The Expert Corner

May 12, 2011
iPhone Love in a Time of Smartphone Overload

By Juliana Kenny

TMCnet Web Editor

Everyone knows what the iPhone (News - Alert) is. I’m willing to wager that anyone with access to any sort of technology knows what an iPhone is, and at some point, has marveled at its brilliance. But, nowadays, there are plenty of other technological advancements to marvel at, including heavily upgraded Blackberrys and fully loaded Androids all with equally as stunning software and applications.

We take advantage of these ingenious devices on a daily basis. We scramble when our Twitter apps crash, we whine when the screen gets scratched, we bemoan the battery lives, but, in a world of smartphone, and now tablet, overload, some of us should take the time to step back and appreciate what we have, albeit as “commonplace” as the iPhone... Read More

Featured Videos

HIPSTAMATIC

Featured Resources

» How to Use Social Media to Improve Customer Service and Cut Costs

» Seven Ways to Out-Service the Competition - Exiting the Recession a Leader

» Customer Experience Accelerates In 2011

Featured Channels

» Mobile Communications

» Mobile Unified Communications

» Mobile Video

iPhone.tmcnet.com is Your Source for the Latest iPhone News and Information

Sign Up For FREE | Visit Site | Free Magazine Subscription

Advertise With Us

General advertising Info: Click here

Contact Us

Company Directory | All Editors' Info

Become a TMCnet columnist!

Become a TMCnet columnist! Want to contribute your expertise to a growing audience of IP Communications professionals? Become a writer, blogger or columnist for the TMCnet Web site and this newsletter. Contact TMCnet Group Editorial Director, Erik Linask, at elinask@tmcnet.com for details.


This email was distributed by: Technology Marketing Corporation, 800 Connecticut Avenue, Norwalk, CT 06854 As a valued reader or attendee of TMC's publications and events, you will occasionally receive carefully-screened offers and free product information via email. If you no longer wish to receive this type of email, please go to http://www.tmcnet.com/enews/subs.aspx?eml=city3c35@gmail.com to adjust your preferences.

88 iPad 3News Will iPad 3 Go 3D? .. New Motorola Xoom Tablet $1 Dearer Than iPad 2

Will iPad 3 Go 3D?
Like Jell-O, there's always room for iPad rumors. And the latest gossip concerning Apple's mega-popular tablet is a doozy: the iPad 3 will feature a 3D display, although it's unclear if we're talking about one that won't require those clunky glasses.

This rumor is courtesy the RCR Wireless blog, which was tipped off by a "Hollywood insider close to the big movie studios."

"The fact that the iPad 3 is 3D is a dead cert," the LA studio source told RCRWireless, which posted the rumor Tuesday. Major film studios are scurrying to create 3D content in time for Apple's launch of the third-generation iPad, the source said.

Meanwhile, Taiwan-based manufacturer Foxconn, which builds a lot of Apple gear, has apparently been quite chatty about Apple's plans for a 3D-enabled iPad. In fact, the company "has already spilled the 3D iPad beans to several of our close industry sources," reports RCR.

If true, Apple's 3D ambitions may be similar to those of other tablet players. Then again, the iPad's 3D implementation may be quite unique. The LG Optimus Pad, an 8.9-inch Android Honeycomb slate, can record video in 3D, and port 3D content via its HDMI port to a 3D TV. And Research In Motion's BlackBerry PlayBook platform can output stereoscopic 3D visuals to a larger display, as shown in the concept demo below:


--
New Motorola Xoom Tablet $1 Dearer Than iPad 2

Motorola's much-anticipated Android-powered Xoom tablet will sell for $840 outright when it goes on sale exclusively at Telstra from May 24, the company announced at a well-attended media briefing in Sydney last night.

Motorola's much-anticipated Android-powered Xoom tablet will sell for $840 outright when it goes on sale exclusively at Telstra from May 24, the company announced at a well-attended media briefing in Sydney yesterday.

That compares with a starting price of $579 for the basic 16GB Wi-Fi-only Apple iPad 2. But when configured with Wi-Fi and 3G and 32GB of memory, matching the Xoom specs, the iPad goes for $839 – just $1 less than the new Xoom.

The Xoom is not at this stage being sold in a Wi-Fi-only version, but Timo Brouwer, MD of Motorola Mobility A/NZ, says that should happen down the track.

------
Apple’s iPad 3 to Feature 3D Display?

Apple’s iPad 2 has witnessed a very successful launch and the Cupertino based company continues to struggle to meet existing demand worldwide. However, we can be sure about the fact that Jobs and his team are already preparing to put final touches to the design and features of iPad 3!

The rumour mill is already speculating that Apple’s third gen tablet, iPad 3, could feature 3D display. RCR Wireless blog claims that according to “Hollywood insider close to the big movie studios” iPad 3 will most definitely support 3D display and major film studios are already preparing 3D content in time for Apple’s annual tablet launch event in 2012.

Even though in 2010 we saw many companies adopting 3D display technology it hasn’t seen major adoption worldwide as most displays require you to wear special 3D glasses. However, with handheld gaming consoles like Nintendo 3DS implementing 3D technology without requiring 3D glasses we could certainly expect the same on an iPad.

While we could certainly expect retina display in iPad 3 we are still not very convinced about Apple moving to 3D display just yet.

Do you think iPad 3 will feature 3D display? Let us know what you think

0 iPhone 4 iPhone 4 iPhone 4 iPhone 4 iPhone 4 iPhone 4

White iPhone 4 Undressed: New Sensor & Camera Noted
Real life Windows Phone 7 vs iPhone 4 speed test



Microsoft has launched a number of ads showing how much faster Windows Phone 7 is in completing real life tasks than other smartphones.


2 iphone History and availability .. iPhone 4 .. iPhone 5


The iPhone (pronounced /ˈaɪfoʊn/ EYE-fohn) is a line of Internet and multimedia-enabled smartphones designed and marketed by Apple Inc. The first iPhone was introduced on January 9, 2007.
 

iphone - ipad apps NEWS Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates