usamurai
-
Sorting information can be included by appending a semi-colon and the name of an indexed field. e.g. q=myField:Java; date asc
1:29 AM Nov 23rd
from web
-
Dos command error "Not resetting system file". command to remove the system & hidden attributes simultaneously: ATTRIB -S -H <filename>
6:01 AM Nov 22nd
from web
-
good read & interesting though. Google Closure: How not to write JavaScript.
7:55 AM Nov 20th
from web
-
RT @: 40-30-30 Rule: Pushing outside of your comfort zone is a crucial part of the creative process @
...
12:28 AM Nov 18th
from web
-
tag cloud formula. var multiplier = (maxPercent-minPercent)/(max-min);
var size = minPercent + (count-min)*multiplier;
12:18 AM Nov 18th
from web
-
case insensitive searching of utf-8 elements in an array. <? in_array( mb_strtolower($tag, "UTF-8"), $arr); ?>
12:14 AM Nov 18th
from web
-
split utf8 string into tags with "u" modifier. $tags=preg_split(”/[\s,;:,]+/u”, $input, null, PREG_SPLIT_NO_EMPTY);
12:11 AM Nov 18th
from web
-
svn diff command for viewing changes of a file between two versions: $ svn diff -r rev_number1:rev_number2 <filename>
2:24 AM Nov 11th
from web
-
check if a file has been selected in a form or not. if(!empty($_FILES['userfile']['tmp_name']) ){echo "set";} else { echo "not set";}
12:14 AM Nov 9th
from web
-
"as sub-domains r cross domains,if u have 2 make an ajax call 2 da same server, don't code da domain as part of da request;just use da path"
7:58 AM Nov 3rd
from web
-
for ref: Cross domain AJAX querying with jQuery
6:12 AM Nov 3rd
from web
-
access to restricted uri denied" code: "1012 - error in firefox. for reason & solution see -site-scr
5:47 AM Nov 3rd
from web
-
@ Requested my Google Wave Invite! Get yours now at -
10:59 AM Oct 31st
from web
-
Javascript: Send / Pass value of child window to parent window -
10:52 AM Oct 31st
from web
-
pass data from child window to parent window.
var val = 'child val';
opener.document.search_form.booking_no.value = val;
self.close();
10:50 AM Oct 31st
from web
-
If you are interested in the diffs between, say, revision 10 and the revision just before it, the command is: svn log -vq -r10
8:05 PM Oct 28th
from web
-
get the checked item value of a radio button element by jquery. var gender = $("input[name='gender']:checked").val();
8:08 AM Oct 21st
from web
-
handling array of form elements using javascript: var mutli_education = document.form_name.elements["education[]"];
7:47 AM Oct 21st
from web
-
to force pear to install alpha state package use the -f switch. $ pear install -f HTTP_Request2
1:37 AM Oct 20th
from web
-
at last started posting something in my blog :). know the secrets of sitelinks in google search results,
7:52 AM Oct 4th
from web
|
- Name usamurai
- Location bangladesh
- Web http://www.usamur...
- Bio a software engineer dreaming to be the excel
|