Categories
Archives
- August 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- July 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- June 2009
- May 2009
- April 2009
- March 2009
- January 2009
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
-
Recent Posts
Recent Comments
- Juan on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- Juan on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- amar on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- Juan on How to build antispam SMTP gateway for Exchange on Ubuntu 8.04
- amar on Display CGRect frame values in NSLog
-
Amar Kulo @ Twitter
- @andjel_a mogu misliti. Evo sad sam oficijelno gladan :-)February 21, 2012 11:24
- @andjel_a gladna usta bi je jelaFebruary 21, 2012 11:05
- @EdisPG jok ja, to samo ovima sa 4s :-P @amavricFebruary 21, 2012 10:59
- We are not responsible for any damage incurred while reading UITextInput.h. Contains brackets, semicolons and high fructose corn syrup.February 21, 2012 2:39
- @MacLemon carbon copy cloner or super duperFebruary 21, 2012 7:31
- Stare at the center for 45 seconds and then look around. LSD effects. via http://t.co/U6mTH5vXFebruary 20, 2012 9:03
Meta
Create Dropbox account
If you don't already have a Dropbox account then you can create it by clicking on my affiliate link. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)Donate
If you find my posts useful and would like to pay me back somehow you can always buy me a coffee :-)
Author Archives: amar
How to fix invalid product ID in In-App Purchases
Yesterday after application that I’m programming for a client being rejected once again from Apple because of “inappropriate use of In-App Purchases” I had to delete old one and create a new one in iTunes Connect. Of course after that … Continue reading
Migrating Acronis backup server to another machine
Today I have migrated Acronis backup server (0lder version) to another machine. Procedure is simple: install backup server on another machine configure backup location stop the service copy all files from old server to new server in configured backup location … Continue reading
Posted in Tips and tricks
Tagged acronis, backup, machine, migrate, migration, move, server, windows
Leave a comment
Ad Hoc distribution of iOS apps over web – revised
Here is small update of my first post on Ad Hoc distribution of iOS applications over the web which you can find on this link. I have discovered that it can be even easier to distribute apps to beta testers … Continue reading
Posted in iPhone, Tips and tricks
Tagged adhoc, application, beta, builder, ios, ipad, iPhone, Mac tips, organizer, profile, XCode
3 Comments
Disable Cmd+Q in Firefox
There isn’t a number of situations where I pressed Cmd + Q and closed Firefox instead of Cmd + W and closing current tab and I have tried a lot of different things to stop it from custom keyboard shortcuts, … Continue reading
Posted in Tips and tricks
Leave a comment
Automatic sync of CodeBox library between several macs
So yesterday Apple has released 10.6.6 update with App store for Macs. One of my first purchases was CodeBox from Vadim Shpakovski. This application is really must have for all developers, but I have few things that I need for … Continue reading
Posted in iPhone, Tips and tricks
Tagged code, codebox, console, dropbox, ipad, iPhone, Mac tips, objective c, snippet, sync, terminal, XCode
9 Comments
Restoring of deleted accounts on Windows domain
Yesterday I tried to remove Exchange 2007 from Windows PDC because we have migrated to Gmail and Exchange is still eating lot of resources from it so one of the steps in removing it was to delete old mailboxes. But … Continue reading
Posted in Tips and tricks
Tagged ad, adrestore, adrestore.net, controller, domain, exchange, gmail, pdc, problems, restore, tips, tricks, windows
3 Comments
Display CGRect frame values in NSLog
Here is simple tip to display frame values of any UIView with NSLog NSLog(@”My view frame: %@”, NSStringFromCGRect(myView.frame)); After this run your app and in Debugger Console you will se output where values are written in x, y, width, height … Continue reading
Custom colored grouped UITableView background image in Photoshop
As promised on Twitter to @StefaanLesage here is the .psd file with dimensions for iPhone4. How to edit it: open file select foreground or background layer and apply own colors select foreground layer and marquee tool right click on image … Continue reading
Posted in iPhone
2 Comments
Create rounded UIViews with shadow
So here is small tip how to create rounded UIViews with shadow. Create simple Window-based Application with name TestApp. Click on File->New file and select Objective-C class with UIView subclass and name it MyView Now open MyView.m and edit initWithFrame … Continue reading
Find and decrypt cisco group password on Mac
So today I wanted to move one Cisco VPN connection from my MBP to another mac. The problem was that I didn’t received any .pcf file from admin, I got only group login and password (which I didn’t wrote down). … Continue reading