USING LOGCAT IN NETBEANS1) First, you'll have to add the adb tools path the Windows global variable (if you're on a mac you'll have to google how to do this). See http://www.shahz.net/android/adb-installation-and- how-to-logcat.html 2) Then, whenever you run your app and it crashes (or anytime you want to debug), open the command prompt and enter:adb logcat -v time > logcat.txtThis will create a file in the current folder with the current LogCat logs. You'll have a lot of stuff in there so it's important that you've used LogCat properly in your code so that you know what to look for. Run "start logcat.txt" to take a look.3) To to use LogCat in your code you'll first need to import the Log library:import android.util.Log;Then, down where you would normally print something out, you'll replace "System.out.println("HERE");" with:Log.d("LOGCAT", "HERE");4) Now, run the logcat command again, then open the text file with the start command:adb logcat -v time > logcat.txtstart logcat.txt5) Now, use CTRL-F "LOGCAT" to look through all your LOGCAT debugging statements.Also - If your app is crashing try searching for "E/AndroidRuntime"... this will take you to the information on what caused the error.
Android Toast Example
Android lets you "toast" a display message that pops up on top of the current window. This usually occurs on some condition and is generally simple in nature, something like "OK", or "File submitted", etc. The code below can be plugged into any android class to launch a toast.
- Toast toast = Toast.makeText(getApplicationContext(), "Invalid Parameter", Toast.LENGTH_SHORT);
- toast.show();
This bit of code will launch a short toast that displays the text "Invalid Parameter". The length of the toast is 2 seconds, and can be changed to a longer 3.5 second toast by changing the duration(Toast.LENGTH_SHORT) to Toast.LENGTH_LONG.
Toast away!
PHP - What and Why
Who invented PHP? Rasmus Lerdorf, a guy who wrote it as CGI binaries in C in order to help manage his personal webpages (back in 1994). Lerdorf named it PHP for "Personal Home Page". Later it was renamed "PHP: Hypertext Preprocessor" by some of the colleagues Lerdorf teamed up with in order to improve on PHP and make it more standardized. Why use PHP?
- Open source/FREE
- Cross platform (Windows, Mac, Linux)
- Powerful, robust, scalable (it'll be able to handle the traffic growth)
- Web development specific (unlike java, ruby on rails, c, and others)
- Large developer community
- PHP docs - http://us2.php.net/
Getting Started Project as a "Web Specialist"
Starting my new job as a web specialist for the BYU Law School this week. The getting started project is as below... super stoked. Create a page using php, mysql and html where users can login or sign up and fill in forms about themselves (first name, last name, age, email address). Provide a spot for them to upload a document of type pdf, reject other types of uploads. Also, create a field that uses CKeditor to get a quick "user blurb" or description of themselves. After they are logged in, have a page in which all users are listed and linked to their profiles which will appear in a Colorbox when clicked upon. Be sure to style everything using CSS. Things you will need to know to do this:
- How to create a form and use php post variables
- How to upload and check uploaded documents
- Session variables in php
- How to create and use a correctly structured MYSQL database
- How to use Colorbox
- How to use CKeditor
- How to do CSS styling
Tip: We highly recommeded thoroughly completing Lynda.com's PHP with MySQL Essential Training course to assist in preparing for the training exercise.
Dec 2011 update: See my mini content management system - still a work in progress.
What is Megatron Juice
The makings of the mysterious Megatron juice, helping Calvin Johnson score a record 9 touchdowns in the first 5 games of the season. What is in Megatron juice??
- Pedialyte
- Sugar
- Water
- Electrolytes
- Orange Koo-laid
Program for Android in NetBeans
So far I've always used Eclipse for anything Android. It's been really nice and I like it a lot. In ISYS 403 we're doing an Android app using NetBeans. The setup is simple if you have the SDK already installed, you just go here and follow the instructions to download and install the Android plugins. See http://kenai.com/projects/nbandroid/pages/Install
How do I remove my comment from the Android Market?
Needed to remove a comment from the Android Market and figured out how: Initially it wouldn't let me edit my comment to include no text. It just won't let you save it. What you have to do go to the app on the Android Market and hit the menu button. There, in the "More" option there's a "Clear my review" button. Hit that and your comment and rating are removed.
BYU vs Utah State 2011
There's been a lot of talk lately about BYU football and Jake Heaps in particular. The team is solid this year, but Heaps has yet to step up. He had all of last season for his "transition year" to NCAA div 1 football and it's about time the guy starts producing. I was at the painful BYU - Utah State game in Logan last year. Man, it was the worst. Here's hoping Heapsy boy can step it up and play like a man. Granted, you could argue that BYU's o-line isn't helping, but the guy still needs to hit his receivers and throw some decent passes across the middle. It almost makes me miss Max Hall. Did I just say that?
So excited I can't sleep
Seriously, I can't sleep. I'm sitting here in Eclipse messing with these layouts and getting stoked for the BYU Mobile App Competition. A partner and I are developing a super awesome Android app that is going to be a blast. Too bad I can't say what it is yet. But, in about three weeks we should be ready to push it out. We're under way right now and will be working on it as much as possible to get it ready for the competition. Man, I feel like saying more but I guess I won't for now. People could be out there snatching up our idea as we speak. That sucks. But believe me once it's out there I'll be all about spreading the news. The cool thing is that this app has never been done before on Android, it's a fresh market! There's one on the iOS app store, but it's lame. Maybe we'll try xcode and iphone development if this goes well.
Here's how the BYU mobile app competition works:
- Teams of 1 to 4, with at least one member a current BYU student
- Build your app for Android, iOS, WP7, or Blackberry
- Release it to the Market/App Store November 2-16
- Cash prizes as follows:
- Grand Prize: $6,000
- Analytics 1st Place: $3,000
- Judged 1st Place: $3,000
- Analytics 2nd Place: $1,500
- Judged 2nd Place: $1,500
- Audience Choice: All team members will be awarded with an iPad 2 (or 3). This award will be based on audience input at the final event
Do number of installs spike when you publish a new version to the Android Market?
I just published a new release (the first update) of Cow Tipping (http://market.android.com/details?id=
Don't know the answers to these questions. Someone out there might.
Cow Tipping on the Steady Rise
Cow Tipping has been live on the Android Market for a month and a half now! It's been pretty exciting to see it happen. Granted, it's my first app and it's extremely simple, but I'm happy with it. The app's making about a quarter a day now in admob ads and has almost 2500 downloads, 36% retention. Trying to push out an update - possibly tonight - when I get to it.
Notes on some features to add:
- Back button - from finished gameplay
- Hint - for new users
- Size Optimization - drop from 3.6 MB to under 2.0 MB
- New finishing messages
- Sheep - to distract from tipping the cows
- Levels with different objectives, background, etc.
Any suggestions? How can I make it something worth using?
Building a Web Scraper
ISYS 403. Business oriented programming. Goal: Program a news aggregator. Project statement: Program a news aggregator that scrapes a news page and posts the top news stories. The assignment gives a view into how search engines and other scrapes work online.
Many sources publish the news: local radio and TV stations, the Associated Press, national and international sources, and aggregators. Aggregators like Google News don’t actually create news stories; instead, they parse the news stories created by other sources, discover like stories, and publish a combined view.
The problem is each site on the web publishes in HTML — a plain-text, free-flowing format. You’ll have to code a technique called page scraping. Page scraping is programatically going through a retrieved HTML source file and picking specific data pieces, such as news headlines and links, from the HTML.
Regular expressions are one of the best text parsing techniques available. Beyond parsing HTML, they are useful for searching through all types of free-form text.
Completed project using businessweek.com/technology:
I thought this project was awesome! I've been wanting to see how Java interfaces with the web and this was it. My first time using java to hit the web and it really wasn't too bad. Downloading the URL's HTML to a string was surprisingly simple. My code looked something like this:
String lineOfHTML = ""; String content = ""; //download home page try { URL url = new URL("http://www.businessweek.com/technology/"); BufferedReader reader = new BufferedReader(new InputStreamReader(url.openStream())); while ((lineOfHTML = reader.readLine()) != null) { content += lineOfHTML; } reader.close(); } catch (IOException e) { e.printStackTrace(); }
As you can see the hard part really isn't that hard. I used the URL library to grab the webpage and a buffered reader to read in all the HTML, then just stored it as a string. The samples out there on bing made it really easy to. Try searching "download webpage in java" on bing. You'll get a lot of hit, trust me.
Parsing the HTML to find the new stories meant looking up businessweek's HTML source code, finding the tags surrounding news stories, and using regex to grab the information we wanted, which was the name, link, and description in our case. My regex expression ended up looking like this in order to get the top two stories: String regex = "
(.*?)
(.*?)
"; Fun eh?So that was it. Put it together and you have the news parser as pictured above!
Married.
I am officially a married man! enjoy the pics.
Why Can't I Alt-F4 the Command Prompt
On my Windows 7 machine I noticed that the Alt-F4 combination does not close a command prompt window. I was wondering why this is and found this explanation: The command window uses special key combinations for various applications within the DOS emulating window. If Alt-F4 closed the window, it may be impossible to use certain utilities. If you are looking for a keyboard-only fix just type exit to quit.
How to Install WAMP for Wordpress
I'm a web and mobile app developer and recently had a friend tell me all about MAMP. I've always used a PC and when I heard about WAMP (Windows Apache MySQL PHP) I wanted to give it a shot. I was working on setup and found out how to get WAMP running, and get a virtual environment of Wordpress going using WAMP. I'm going to show you how in a couple easy steps. I'm running Windows 7 on a 32-bit machine. 1) Start by downloading the WAMP server software on your Windows machine. 2) After downloading, install it to the preferred directory, C:/wamp. 3) Download the latest Wordpress package. The file downloaded will be a .zip file. Extract this to the folder C:/wamp/www. All of the files will come in a folder called WordPress. You can either leave the folder as is, or you can cut them from the wordpress folder and paste them directly into the www folder. I left tham in the wordpress folder (helpful if you want to add more sites to the www directory later). 4) Open up the WAMP server by left-clicking the WAMP icon in your Windows icon tray and clicking Start All Services. The icon should go green. Now, click the icon again and select phpMyAdmin. Note: If you see an error page here, you'll need to turn off IIS (Control Panel -> Programs and Features -> Turn Features on or off), since both IIS and apache use port 80 (you can also change WAMP config not to use port 80 but it can get messy). Selecting phpMyAdmin will open an new tab in your browser and there will be a field for creating a database. Put in any name you want name and hit create. 5) Now all you have to do is open a new tab in your browser and localhost/wordpress (if you didn't unzip it to the wordpress folder it will just be localhost/whatever folder you put it in). This will bring up a window that asks you for all of your information. Provide the database name you chose, your database username, which is root, and password, which you can leave blank (you can change these if you want). Now, connect, install, and you are up and running!
Let me know if you have any questions. If you haven't used WordPress before you're bound to run into a few problems.
New Changes
A couple new changes for me. Things might get crazy.
First, as you can see, this blog now houses google adsense text ads. Your first response - jerk, sellout, shmuck. Right? Relax. This blog is my testing zone for wp junk so don't have a cow if I do something stupid. Just consider it as having done the web a favor- one less rookie mistake for the next time around if I screw something up. I think they look pretty good, actually.
The next new thing is that I am now running Android! Switched from iphone to Motorola Atrix and boy it is sweet. I feel empowered. Take that Jobs. This little guy is now my testing ground for my Cow Tipping app and anything else I get into this summer.
One last thing- posting this from Wordpress for Android. Android fo' lyfe.
How do I tell if my iPhone is 3G or 3GS?
Here's a couple quick tricks that'll tell you if your old iPhone is 3G or 3GS.
- "iPhone" - On the back of the phone, look for the word "iPhone". If it's chrome like the Apple logo, the phone is 3GS. If it's in gray letters it's a 3G (sucks for you).
- Compass - Looking at the apps, if you see a "Compass", click and hold to see if it has the "Voice Control" feature. If yes, you have a 3GS (yay for reselling value).
- Camera - Open the "Camera" app. If the the camera has a square box in the middle for auto-focus, and if you see a video mode switch in the bottom right, it's a 3GS. Otherwise, it's a 3G (sucks for you).
Visual Studio Keyboard Shortcuts
Navigation Shortcuts
- Ctrl + ] - Moves the cursor to the matching brace in the source file
- Ctrl + Hyphen (-) - Moves cursor to its previous position
- Ctrl + Shift + Hyphen (-) - Moves cursor to the next browsed line of code
- Shift + F7 - Switch between the Design and Source View of the document
- Ctrl + Tab - Displays the IDE Navigator with the current document selected. Allows you to navigate open documents. Also try Alt+W+2
- Ctrl + Shift + F - Displays the ‘Find in Files’ tab of the ‘Find and Replace’ dialog box
- Ctrl + I - Activates Incremental Search by searching for the next occurrence of the input text. You can even use F3
- Shift + F12 - Displays a list of all references for the symbol selected
- Ctrl + / - Moves focus to the Find/Command box
Editing Shortcuts
- Ctrl + K + C - Comment a Line or an entire selected block
- Ctrl + K + U - Uncomment a Line or an entire selected block
- Ctrl + L - Cuts the current line
- Ctrl + C, Ctrl + V - Duplicate a line
Window Shortcuts
- Shift + Alt + Enter - Toggle Full Screen Mode
- Ctrl + M + O - Collapses all Regions to provide a high level overview of the types and members in the source file
- Ctrl + M + L - Toggles all previously collapsed Regions
- / Collapses all tabs in a Toolbox
- * Expands all tabs in a Toolbox. If * does not work, use Shift + 8 for ENU keyboards as explained here
- Shift + Esc - Closes the current Tool Window with focus
Code Completion Shortcuts
- Ctrl + Period (.) - Expands the Smart Tag Menu (Usually when you rename a method or need to add a ‘using’ statement). You can also use Alt+Shift+F10
- Tab - Inserts expanded code snippet using a shortcut (for example enter the keyword ‘class’ and hit Tab twice)
- Ctrl + Space - Completes the current word in the completion list
Other Shortcuts
- Ctrl + Shift + B - Build the solution. You can even try F6
- F5 - Start the application with Debugging
- Ctrl + F5 - Start the application without Debugging
- F9 - Sets or Removes a breakpoint at the current line
- Ctrl + Shift + S - Save all unsaved files
- Ctrl + Alt + L - Show Solution Explorer
- Ctrl + Shift + A - Displays the Add New Item dialog box
- Alt + Shift + A - Displays the Add Existing Item dialog box
Do you have to be Mormon to go to byu?
Do you have to be Mormon to go to byu?
Short answer. No. Long answer. No. You do have to agree to live the honor code.
Is Jimmer? Yes.
Osama Killed in a Mansion
Osama Bin Laden was killed in mansion, so the Twitter world rumors spread. Press conf tonight? The rate of information exchange on Twitter is ridiculous. All need to get on there. Now. Obama Address