Hawkeecommented on Status: Hawkee
-
15 hours 19 mins ago
What are your thoughts on Roboto vs Open Sans? I've been seeing Roboto pop up a bit more lately and I really like it on the new Google maps. Should we switch here at Hawkee?
Hawkeecommented on Status: Hawkee
-
16 hours 6 mins ago
Great to see some iOS and Android developers posting their apps. Hopefully we can see more of that in the future.
Hawkeecommented on Thread: TMFKSOFT
-
16 hours 7 mins ago
Looks nice, but you might want to tweak your theme a bit to look less like vanilla Bootstrap. Might also be nice to see the most popular links on your list page rather than a random list.
Maybe something along the lines of "Dynamic URL Changer". Try this search: https://www.google.com/search?q=dynamic+URL+changer&oq=dynamic+URL+changer - If you respond to the StackOverflow questions with a link to your solution here you might just get some StackOverflow rep and quite a few pageviews here.
Great! Welcome to the site! I've been considering adding functionality to assign roles to multiple developers of a single app. Would you find this useful?
Good idea! It was really just a quick feature-add, so I didn't flesh it out as much as you suggested. I might just do that if I come back around to working on this again.
Yes, that's the disadvantage to a retina Macbook Pro. If you think of it like an iPad or an iPhone where you can't upgrade as well it makes more sense. You gain the slim size and nice screen.
I see a couple 15" retinas that went for about $1450 on eBay, so that might just be my target price. I just wonder if 8gb will be enough for the next 4-5 years.
That will scale terribly. Every lookup will require loading the entire file into memory in order to search it. Once the file gets too large PHP will fail to load it resulting in memory errors. Your method is guaranteed to fail in the long run.