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.
 

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