<< | Index | >>
To display dot files on Finder | command + shift + "." key |
Tap with two fingers | hold option(Alt) key |
switch header file and implement file on MacVim via cocoa.vim | command + option + ↑↓ |
Using 'stringWithString' with a literal is redundant
price = [NSString stringWithString: @""];
to
price = @"";
Add and linked latest ZBar SDK.
Warning: Only the iPhone 3GS and iPhone 4 are supported, as they have a camera with auto-focus. The ZBar library does not support the iPhone 3G and is unlikely to ever support it.
Added latest AFNetworking.
Security.framework
is also needed.
shouldAutorotateItoInterfaceOrientation is deprecated in iOS 6.
UIInterfaceOrientationMaskAllButUpsideDown
Add splash image file for iPhone 5 screen size
Some items are not editable.
News is in series
table and artobjects
.
in src/util/davazapp.rb
def load_news @db_manager.load_serie_artobjects('Site News', 'series.name') end
serie position
was required
field.
If POST Request does not have serie position, Request will fail.
Continue tomorrow.
Net::SMTPServerBusy 421 4.7.0 Temporary System Problem. Try again later (WS). bj46sm48440659eeb.13 - gsmtp (Email: ********** - Customer-Id: 16977) ["/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:679:in `check_response'", "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:548:in `send0'", "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:685:in `critical'", "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:547:in `send0'", "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:471:in `sendmail'", "/usr/local/share/src/bbmb/lib/bbmb/util/mail.rb:71:in `sendmail'", "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:378:in `start'", "/usr/local/bin/ruby186/lib/ruby/1.8/net/smtp.rb:315:in `start'", "/usr/local/share/src/bbmb/lib/bbmb/util/mail.rb:68:in `sendmail'", "/usr/local/share/src/bbmb/lib/bbmb/util/mail.rb:117:in `send_order'", "/usr/local/share/src/bbmb/lib/bbmb/util/server.rb:137:in `send_order'", "/usr/local/bin/ruby186/lib/ruby/1.8/timeout.rb:62:in `timeout'", "/usr/local/share/src/bbmb/lib/bbmb/util/server.rb:136:in `send_order'", ...