pixel

1,767
reputation
312 views

Registered User

name pixel
member for 1 year
seen 4 hours ago
website
location US
age 34
Husband, Dad, User Experience Psycho, Programmer.
Dec
12
accepted Is there a difference between a so called “Variable” and a so called “Pointer”?
Dec
12
comment Is there a difference between a so called “Variable” and a so called “Pointer”?
True. And variable pointer would be something wholly different :)
Dec
11
answered Is there a difference between a so called “Variable” and a so called “Pointer”?
Dec
1
comment Can I embed a custom font in an iPhone application?
Another note -- this is a private framework, and dynamically loads it... both of which will likely stop the acceptance of your app into the AppStore.
Dec
1
answered Is there a way to get to know if the user is on call while using my app?
Nov
23
answered How to trigger XML (XSLT) transformation by using C# code ? How to pass parameters (”param”s) to XSLT?
Nov
17
accepted Is there a reason to use two databases?
Nov
12
revised Removing url fragment from NSURL
deleted 160 characters in body
Nov
10
comment Is there a reason to use two databases?
3. As an example, a project I work on has two databases -- one that manages user data, and one that manages other object data. This second database is supplied by an outside company at regular intervals. We have two separate databases for this object data, one live, and one staging. When we receive new data, the current staging database is dumped, and the new one loaded. We then test this data, and then point the application to the staging data (thus the staging becomes live, and the live becomes staging). This makes the process significantly faster, cleaner, and less prone to error.
Nov
10
awarded  Commentator
Nov
10
comment Is there a reason to use two databases?
1. Bigger hardware is not always an option, and if splitting data into two databases gets around that problem, then it is a good solution. The real world is not always ideal. 2. It was simply an analogy, maybe not a perfect one, however the basic premise is still true. Data is separated in many ways in a relational database. By row and column, by tables, by databases and by servers. It is an exercise for the developer to determine the best separation.
Nov
10
answered Is there a reason to use two databases?
Nov
5
revised Removing url fragment from NSURL
added 738 characters in body
Nov
5
comment Removing url fragment from NSURL
close. apparently lastPathComponent does return the fragment, and is a NSString method. I've posted the final code to the question.
Nov
5
asked Removing url fragment from NSURL
Oct
21
awarded  Popular Question
Oct
15
answered Link to page coordinates
Oct
7
answered What was your first home computer?
Oct
2
awarded  Good Question
Sep
30
awarded  Notable Question
Sep
28
answered PHP - Compare exploded word with mysql varchar in PHP
Sep
25
awarded  Yearling
Aug
18
answered where is that tool where I can load IE6 and IE7 on the same computer?
Aug
12
awarded  Famous Question
Aug
10
awarded  
Jul
24
awarded  Civic Duty
Jul
17
answered [XSLT] Test for a value inside a string
Jul
16
answered Does Apple reject Leaking iPhone apps?
Jul
14
comment Can I embed a custom font in an iPhone application?
note to those wondering, this does work, but you'll need to call loadFonts right before using the font -- they don't seem to stay loaded throughout the application
Jun
24
awarded  Citizen Patrol
Jun
22
revised Tips for a successful AppStore submission?
added 43 characters in body
Jun
22
revised Tips for a successful AppStore submission?
Added more detail