Acts7
This user hasn't shared any biographical information
Homepage: http://www.myvideosnapshots.com
Posts by Acts7
John Waller – Calling for a Flood
Jul 24th
Test embed of YouTube video from Froyo
<object width=”480″ height=”385″><param name=”movie” value=”http://www.youtube.com/watch?feature=youtube_gdata&v=NKkTeKbh3Ys”></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/watch?feature=youtube_gdata&v=NKkTeKbh3Ys” type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”480″ height=”385″></embed></object>
WordPress switched to Spanish after auto-update [RESOLVED]
May 17th
I did the automatic update to WordPress 2.9.2 today and suddenly everything in my dashboard admin was in Spanish. How did I resolve it? Simple… I went into my ftp and edited the wp-config.php file. In it was a line to choose which language. It had changed from en-US to en-PE.
If your WordPress ever switches languages on you, just change this line to read :
define ('WPLANG', 'en_US');
Visual Studio Cannot Preview Local Files [RESOLVED]
May 17th
I ran into issues today while trying to get Visual Web Developer 2010 Express working. Visual Studio Express 2010 was a fresh install so there should not have been any issues. But for some reason, even after a fresh install, I did the simplest of test only to be greeted by http://localhost unable to connect. I got nothing. I even tried the simplest of files. I typed the word “hello world” in the
portion of a standard html document. Still errors. So what did I do to resolved this?It was simple: Windows\System32\drivers\etc edit the hosts file… and for some reason locallhost had been switched. Delete that one line, and voila, back in business and ready to go!
PhotoShop Mobile Huge in my Book.
May 11th


So I was experimenting with PhotoShop mobile tonight. I have to say this is an excellent app. Of course no one is going to do straight out design on a phone . But this definitely does the trick for your simple file editing. Here is a before and after. Using PhotoShop Mobile, I enhanced the saturation and exposure. See for yourself.
Put in the Fire for the Sake of Prayer – john piper
May 11th
Here is a podcast I just listened with Android PodKast. I think you will like it too
Put in the Fire for the Sake of Prayer
http://cdn.desiringgod.org/video/2008/20081228_high.mp4
If you have an Android phone, you can install PodKast for free. You will be able to listen to your favorite audio and video podcasts
http://fr.androlib.com/p.aspx?n=com.magmamobile.app.podkast
Good afternoon : learning jQuery from scratch
May 6th

So here it is half-way thru another year so its time to learn something new. Watch this site to follow .my progress.
Visual Studio Express + JQuery code hinting : Intellisense not Working [RESOLVED]
May 5th
First I discovered jQuery.
Then I discovered Visual Studio Express 2010.
I was happy.
Then I learned of Intellisense which provides amazing code hinting.
I wanted a pure OOP solution for all my scripting. So when I went setup my .js files to code in, suddenly my jQuery code-hinting and intellisense disappeared.
I needed to know How can I get intellisense to work in sub files and other js files?
The answer was simple, I just had to reference my javascript files to one another with a simple line of code.
///<reference path=”../jquery/jquery-1.4.2.js”/>
That was it! Add 3 slashes and a reference path and code hinting was restored.
Something else I learned was that intellisense has an amazing abiltity to cross-reference all of your variables across multiple files.
So no, just like with FlashDevelop for ActionScript, I can successfully have access to my vars across files. And now intellisense works across multiple files.
WordPress links to stories not working [RESOLVED]
Jan 14th
WordPress how I love loathe love hate admire… I can’t decide.
I will say this. WordPress has saved me a lot of time. I can focus on the important aspects rather than minor and sometimes boring details.
So I ran across another issue with WordPress today. I made some minor changes and suddenly all the links to my stories stopped working. I checked my admin, all of the stories are still there. My homepage showed all the abstracts to my articles. But suddenly
none of the links to my stories are working!!!
How did I solve it? It was actually very simple. RESET. No I don’t mean a computer restart. I don’t mean refeshing the page. I mean I reset.
Life is just like that. Sometimes we need to reset. When it comes to our daily lives, often times that means stopping to ask forgiveness. In our own way, we can screw things up pretty good if we try to do it all on our own. So we need to come to the cross and ask Jesus to forgive us. We need to reset. Start fresh.
And so just like in life, I reset. To solve the issue of wordpress links not working, I went to settings > permalinks. Re-entered my custom permalink tag. And clicked Save Settings.
And so my issue of links to articles not working was resolved. And once again my site was functioning properly.
