Post Thumbnail of 1001 Submissions on iPhone

FightResource is proud to announce the release of 1001 Submissions Disc 1 onto the iPhone and iPad. 1001 Submissions is the ultimate reference video set for your submission grappling collection, and is the largest single instructional set ever assembled, taught by the legendary Din Thomas. 1001 Submissions for the iPhone separates itself not only in quality of instruction, but also in the way in which it is intended to be used.

A conscious effort was made to make this application as versatile as possible, making all video content independent of your WiFi or cell phone signal. With this in mind, all videos are downloaded as part of the application, and can be watched on the mat, on a plane, by the pool, or in your underground zombie apocalypse bunker after Z-day – try doing that with a streaming app!

Post Thumbnail of Beating Nested Encoding

Today’s modern time, code can be easily shared and reuse specially those released as open source. From time to time, developers will try to protect their work by encoding their source codes. This can be a hindrance to a newbie but totally less effective to advance users.

The most favorite method of encoding the files was to encode them using base64 _encode() and applying gzdeflate(). This will prevent some users from reading the source code but it can be easily reversed by issuing the commands

gzinflate(base64_decode());

It may sound easy but in reality, there are nested encoding being performed in hopes that the user will stop decoding them or at least make it harder until they give up. An ordinary decoding human will try around 3-5 attempts, a persistent one will try at least around 20 attempts. Sadly, experienced developers do encode their source code more than 25 and some encode them more than 50 times.

Post Thumbnail of Fix Disqus Comment Count

I started having problem with Disqus system showing “View Comments” on the comment count slot when it was upgraded to the latest version (2.52). Playing with the Disqus admin panel gives no good result and I am pretty sure that it is working properly on earlier versions of Disqus after version 2.42 and not it looks broken.

A trip to the official plugin website for Discus was made and it yields almost nothing. This problem seems to exist on earlier versions of Disqus and have affected people since October 2009 until around June 2010. I have been using Disqus since June but was unaware of the problem for the simple reason that I don’t display comments count.

Playing and digging around the Disqus code lead me to the file named disqus.php which seems to be the heart of the plugin. A quick search for the word “View Comments” brought me down to line 697 with the following code:

function dsq_comments_number($comment_text) {
	global $post;
	if ( dsq_can_replace() ) {
		return 'View Comments';
	} else {
		return $comment_text;
	}
}
Post Thumbnail of Stop dance, Break dance
 Video Stream 3 October 2010

The term “breakdancing” refers to the breaks in music, and the movements that can be associated with these breaks. It emerged relatively recently, from the Bronx in the 1970′s. It became popular with its introduction onto the New York street scene. When a record was changed, or a break in the music of the New York disco scene occurred, dancers would feel the air with movements corresponding to the break.

The predecessors of this dance are unusual. It is possible that this dance comes partially from the lindy hop, and also from the Charleston. Several moves are inspired from Kung-fu, and once or two have support actions that are almost balletic. Breakdancing is associated with the streets of New York, and often when competing teams would dance to win, a real fight would break out.

© 2011 - 2012 Vhortex's Little Digital Journey PolkaDot designed by ZENVERSE

Optimized by SEO Ultimate