
codinggeekorg.wordpress.com
Coding Geek | iOS / Android / Web developeriOS / Android / Web developer
http://codinggeekorg.wordpress.com/
iOS / Android / Web developer
http://codinggeekorg.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
2.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
0
SITE IP
192.0.78.12
LOAD TIME
2.693 sec
SCORE
6.2
Coding Geek | iOS / Android / Web developer | codinggeekorg.wordpress.com Reviews
https://codinggeekorg.wordpress.com
iOS / Android / Web developer
Git Remote Branches | Coding Geek
https://codinggeekorg.wordpress.com/2011/02/07/git-remote-branches
IOS / Android / Web developer. Android Home Screen Shortcuts Part III: Remove Shortcuts. Retina and iOS SDK Part I: UIImage →. February 7, 2011. Creating local branches in Git is relatively easy, but since I’m working on multiple machines I need to have the branches on the remote repository. The commands for working with remote branches aren’t very self-explanatory, here’s a typical workflow:. Create local branch which tracks the remote one. Commit code changes and push to the remote branch. You are comm...
WordPress: Custom Post Types and Relations | Coding Geek
https://codinggeekorg.wordpress.com/2011/03/22/wordpress-custom-post-types-and-relations
IOS / Android / Web developer. Android: Configure Custom Views Via XML. Android: Pull to Refresh →. WordPress: Custom Post Types and Relations. March 22, 2011. WordPress introduced the brilliant and ridiculously easy-to-use custom post types. With 3.0 Thelonious. The only missing piece is creating many-to-many relationships between post types. This is where the Posts 2 Posts. Steps in. Registering a connection between post types is as easy as:. Is the ID of the connection and not of the post/page. Addres...
Android: Configure Custom Views Via XML | Coding Geek
https://codinggeekorg.wordpress.com/2011/03/07/android-configure-custom-views-via-xml
IOS / Android / Web developer. IOS: Static Libraries and Objective-C Categories. WordPress: Custom Post Types and Relations →. Android: Configure Custom Views Via XML. March 7, 2011. While creating custom views is as easy as subclassing. And using the full class name with the package in the layout XML file. This is how you can pass your own configurations to the custom view. Then in the Java class, you can read the value of the attribute in the constructor:. This entry was posted in Android. You are comm...
Android: Pull to Refresh | Coding Geek
https://codinggeekorg.wordpress.com/2011/04/04/android-pull-to-refresh
IOS / Android / Web developer. WordPress: Custom Post Types and Relations. Android: Pull to Refresh. April 4, 2011. Ever since Tweetie on the iPhone. Which is now the official Twitter iPhone app) and now Twitter for Android. Pull to refresh has been a very popular design pattern for refreshing views on mobile smartphones. Wrote a fantastic Android library. Which includes an easy to use Pull to Refresh widget. Since I’m just doing the integration into the WordPress for Android. April 11, 2011 at 10:01 pm.
Retina and iOS SDK Part II: UIGraphicsBeginImageContext | Coding Geek
https://codinggeekorg.wordpress.com/2011/02/21/retina-and-ios-sdk-part-ii-uigraphicsbeginimagecontext
IOS / Android / Web developer. Retina and iOS SDK Part I: UIImage. IOS: Static Libraries and Objective-C Categories →. Retina and iOS SDK Part II: UIGraphicsBeginImageContext. February 21, 2011. Apple’s iOS SDK is handling Retina displays (with its better resolution) pretty smoothly. There almost no case where you have to think about the higher resolution assets, it almost seems like the system is handling it pretty magically. But there are a few sticking points. While the first part. Where the first par...
TOTAL PAGES IN THIS WEBSITE
7
My WP Test
Skip to primary content. Skip to secondary content. October 31, 2011. Please visit Tina’s Blog –. At http:/ blog.tinaschermersellers.com/. And her updated website at http:/ tinaschermersellers.com. December 26, 2013. The Twenty Eleven Theme. Create a free website or blog at WordPress.com. Create a free website or blog at WordPress.com. The Twenty Eleven Theme. Add your thoughts here. (optional).
CSS Coding Services, PSD to XHTML
PSD to HTML/CSS Coding Services. 100% Money back Gurantee. Well Commented, Well Structured Code. Cross Browser and Plotform Compatibility. 2 , Opera 9 , Safari 2 , Chrome. Optimized Images for faster page loading. Pixel Perfect and Tableless markup. Fast Delivery. (1 to 3 Business Days). 40% Discount on Secondary Pages. 100% Money Back Guarantee. 30 Days Technical Support. We are available from Mon - Sat.
codinggeekery | Findings of a web developer
Findings of a web developer. The Parts of an Android Project. Bull;February 9, 2011 • Leave a Comment. In this post, I will explore the makeup of an Android project in Eclipse. Similarly to a Java project, there is a src folder where all of your source code will reside, but there are other folders and files that are Android specific. The structure of an Android project. Bull;February 7, 2011 • Leave a Comment. The first place to start is to set up a development environment. I will be doing this with ...
Coding Geekette » 100% girl geek, all the time
In the Community…. Presentation Topics and Abstracts. 100% girl geek, all the time. Clutter, Chaos, and Sanity…. April 3, 2015. Clutter, Chaos, and Sanity…. As I’m winding down for the day and trying to wind down from the week, I’m haunted by a quote in a friend’s signature: “If a cluttered desk signs a. April 2, 2015. Front-End SUX – Pampers Gifts to Grow On Website. April 1, 2015. Front-End SUX – Pampers Gifts to Grow On Website. Understanding Rejection in the Job Market. March 24, 2015. March 23, 2015.
Portfolio Vecchio
CompuCom Systems, Dallas Texas. Http:/ www.compucom.com; https:/ Bridge.compucom.com; http:/ Connection.compucom.com. Worked as the resident artist for all sites using PaintShopPro, Photoshop. The Information Architect for the Intranet. Converted ColdFusion forms into ASP/Vbscript CDONTS forms. Used ODBC to connect to a database to set up data sources with it. Developed the server-side Java, HTML, JavaScript, ASP, Vbscript, DHTML pages, using, HomeSite, Dreamweaver, UltraDev, and FrontPage. Recreating th...
Coding Geek | iOS / Android / Web developer
IOS / Android / Web developer. Android: Pull to Refresh. April 4, 2011. Ever since Tweetie on the iPhone. Which is now the official Twitter iPhone app) and now Twitter for Android. Pull to refresh has been a very popular design pattern for refreshing views on mobile smartphones. Wrote a fantastic Android library. Which includes an easy to use Pull to Refresh widget. Since I’m just doing the integration into the WordPress for Android. App, I also made the widget work with Android 1.5 to 2.1. March 22, 2011.
Programming , Algorithms and Random Stuffs
Programming , Algorithms and Random Stuffs. Saturday, May 6, 2017. Given a root of the binary tree and nodes n1 and n2. Find the lowest common ancestor of the nodes. The lowest common ancestor for D and E in the above tree is C. The least common ancestor for D and B is A. Lowest common ancestor with parent pointer. Here is the code:. Node *lca parent(Node *n1, Node *n2) { Node *t1 = n1, *t2 = n2; int c1 = 0, c2 =0; / Find the distance to the root for n1 while(t1! N2) { res = false; } return res l r; }.
MRL — CODING GEMS
Bridging the gap between technology and people one line of code at a time. Making technological dreams a reality. I am a student. I want to build my own application for my project work. I am an Entrepreneur. I have tech ideas and I want to build them myself. I am a worker. I want to improve my coding skills at my workplace. Making the Right Choice is key. CodingGEMS is the right place to be. Our lessons are very practical as we dig deep into code right from the beginning. No long talking! Attitude will t...
CodingGene - Home
Willkommen auf den Webseiten der CodingGene GmbH, Ihrem Partner für die professionelle Umsetzung mobiler Apps. Die CodingGene GmbH hat sich ganz der qualitativen und umfassenden Entwicklung für die iOS Plattform verschrieben. Dabei betreuen wir unsere Kunden auf dem gesamten Entwicklungs- und Betriebsweg; von der reinen Idee einer mobilen App, über die Konzeption- und Designphase bis hin zur Veröffentlichung im AppStore und anschließender Pflege. Die Musik-App für die Hosentasche. Unsere Lösung für die.
New Site
Your website is ready. This site has been successfully created and is ready for content to be added. Replace this default page with your own index page.
SOCIAL ENGAGEMENT