Shore

3,214
Reputation
2345 views

Registered User

Name Shore
Member for 6 months
Seen Nov 16 at 9:42
Website
Location
Age
Oct
31
comment Is it possible to remove a specific page that’s already indexed by Google?
But the page returns a json object.
Oct
30
asked Is it possible to remove a specific page that’s already indexed by Google?
Oct
30
comment What’s the difference of echo,print,print_r in PHP?
What is language constructure?
Oct
30
asked What does img[@rel= mean in this jQuery plugin?
Oct
29
asked call time reference issue with php
Oct
29
asked PHP static variable
Oct
29
comment How to use cms systems like drupal and so on for crawl only?
Maybe I should ask this way:how are most cms users retrieving their data?
Oct
29
asked php code analysis
Oct
27
awarded  Teacher
Sep
25
asked What’s the best compressing tool for jQuery files?
Sep
25
answered What is the JavaScript equivalent of C# Server.URLEncode?
Sep
25
comment Can someone explain this bat code?
I still doesn't see why delayed expansion is needed.
Sep
25
comment Which single action in SEO do you find most powerful?
Good trick,+1
Sep
25
comment Can someone explain this bat code?
What does ~ mean?
Sep
25
revised Can someone explain this bat code?
edited tags
Sep
25
asked Can someone explain this bat code?
Sep
25
comment Which single action in SEO do you find most powerful?
Can I make h1 hidden,just for search engine?
Sep
24
comment Which single action in SEO do you find most powerful?
The first link is good!
Sep
24
asked How to install Java environment most easily on windows?
Sep
24
comment How to escape only “’” in PHP?
It works like charm!!
Sep
24
asked How to escape only “’” in PHP?
Sep
24
comment Anyone knows more about this rte plugin in jQuery?
It turns out that should set 0 to the id of textarea.
Sep
24
revised Anyone knows more about this rte plugin in jQuery?
added 216 characters in body
Sep
24
comment Anyone knows more about this rte plugin in jQuery?
Trust me,it's not working.I think maybe rte is not imediately created,and set_content() is called before creating.
Sep
24
comment Anyone knows more about this rte plugin in jQuery?
This is not working,I need to set it when initialization: $('.rte1').rte({ controls_rte: rte_toolbar, controls_html: html_toolbar }).set_content('My content');
Sep
24
asked Anyone knows more about this rte plugin in jQuery?
Sep
24
comment php date functions
date("Y-m-d",strtotime("+ 0 days")) is what I need finally.
Sep
24
comment php date functions
It output pure numbers,but I need it in the format xxxx-xx-xx
Sep
24
asked php date functions
Sep
24
comment Which single action in SEO do you find most powerful?
Can you be more detail about "keyword targeted content for the long tail"? And I know your 3rd technique actually works of course,but does "including out links to good aurhorities" also work?
Sep
24
comment Which single action in SEO do you find most powerful?
Great tip! +1
Sep
24
comment Which single action in SEO do you find most powerful?
Sorry,I didn't know it yet:( Do you mean <title><h1>Title name</h1></title> or something else?
Sep
24
comment Which single action in SEO do you find most powerful?
What do you mean by H1?
Sep
24
revised Which single action in SEO do you find most powerful?
added 94 characters in body
Sep
24
asked Which single action in SEO do you find most powerful?
Sep
24
comment ajax scalability/concurency problem
There is statement before and after $.ajax,and both are run.So to which elements I assigned is irrelevant.
Sep
24
revised ajax scalability/concurency problem
deleted 2 characters in body; edited title
Sep
24
comment ajax scalability/concurency problem
Let's believe firebug has done enough in logging,and is there a more scalable ajax solution?
Sep
24
comment ajax scalability/concurency problem
Then there is no difference from adding a line of alert().
Sep
24
comment How to translate this pure javascript to jQuery?
@spender,it is in fact.
Sep
24
comment How to translate this pure javascript to jQuery?
$("#logbox").scrollHeight is not a function
Sep
24
comment How to translate this pure javascript to jQuery?
So DOM attributes become jQuery function calls?
Sep
24
asked How to translate this pure javascript to jQuery?
Sep
24
comment ajax scalability/concurency problem
Can you be more detail about console.log?I executed console.log() with no effect.
Sep
24
asked ajax scalability/concurency problem
Sep
24
revised How to check if memory leak occurs when removing an element out of DOM?
edited title
Sep
24
asked How to check if memory leak occurs when removing an element out of DOM?
Sep
24
comment How to find the first ancestor node whose tag is <tbody> with jQuery?
I didn't know where is a .parents() call!
Sep
24
asked How to find the first ancestor node whose tag is <tbody> with jQuery?
Sep
23
comment How to implement cross browser min-height and max-height at the same time?
Simple,but work,life is so beautiful!