|
I was checking our analytics hits and noticed a link you put over at Mike Holt forums. We appreciate the link over at Mike Holts, MDShunk. I did however notice it says banned under your name now, along with your mighty 12000+ posts. I just hope that wasn...
Started by Aiken Colon on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at electriciantalk):
I am still very happy with my purchase from....
Keep up the awesome work.
I am still very happy with my purchase from ACTool supply!!!
Customer service is outstanding .
Did you get banned?
~Matt By the way...
I noticed that too...
|
|
I gotta give a big heads up to all those uploaders. I know this must be a lots of extra work for you and not thanking you in single posts is not enough. Just naming you is not the point. Letting all of you know that some of us really understand what you...
Started by harpdog on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at bolt):
My only problem....
I agree - well said! I would like to thank you too....
Anyway; thanks to everyone, for past, recent, and future work.
I wish.
Thank You All!!! +1 for that...
I second that!
Well said! Yes, thank you to all of you.
|
|
Quote: : D Marc has a cultish following...it's only a matter of time before he mixes the Kool aid and tells everyone to put on the purple shrouds and white Nikes.
Marc or no Marc I am not cutting my cards off. SORRY
Started by brian john on
, 15 posts
by 11 people.
Answer Snippets (Read the full thread at electriciantalk):
Yeah someone from MH's told me about this today link you had me go on.
This site for the same reason Thanks for the welcome.
|
Ask your Facebook Friends
|
I cant even enter IDM page cuz of the huge comments and stuff... so can someone give me a link to Neku's thanks button? without it i cant use IDM! Help!
Started by Epvp-Havic on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at elitepvpers):
Why did you made a new topic after your old got closed -.-`? IDM dont work anymore...so dont ask for it cuz Neku! stopped working on it #Closed .
|
|
Hi as the title suggests how would i or is there any kind of mod that allows all links
code or link tags
or just basic links to be hidden automatically ??
ipb ver : 3.2.2
was thinking there is a re-director script already yes. couldn't that be edited ...
Started by steven53 on
, 4 posts
by 1 people.
Answer Snippets (Read the full thread at forumscriptz):
Some one must be able to do this or know how ???? I take it this isnt possible .
Please help....
|
|
.... notice Gene Smith being boo'd and the long and loud ovation that Luke Fick gets.
This post was edited on 1/15 11:18 PM by Kevin_N
Link: Meyer at HT
Posted on 1/15 11:13 PM | IP: Logged
***
Started by The 02... Champ on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at rivals):
This post was edited on 1/15 11:18 PM by Kevin_N
September 1st can't get here fast enough
Posted on 1/16 10:18 AM | IP: Logged... .
Notice Gene Smith being boo'd and the long and loud ovation that Luke Fick gets .
Champ:
....
Originally posted by The 02 Nat.
|
|
I am using Zend, PHP, AJAX, JQuery in my projects. Question is that how can I force to not display a link on browser's statusbar when I mouseover on a link on my webpage.
Best example is on this site, when you mouseover the up-vote link on this site, ...
Started by NAVEED on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It isn't(function() { alert("You clicked me");....
On Stack Overflow, you don't see an address, because it isn't a link (i.e.
Use pure JavaScript to open your link, and don't assign a href attribute, nothing will turn up in the status bar.
|
|
I have 2 links with same id.
<a class='showtag' id=" . $row['id'] . " href=''>" . $row['name'] . "</a><a class='removetag' id=" . $row['id'] . " href=''> -</a><br />";
how do i remove the first one by clicking on the second...
Started by noname on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I would suggest:
<a class='showtag.
You really do need to have one link with a unique id.
The problem' class.
Showtag').remove(); });
I would suggest instead, removing the ID from the .removetag link.
|
|
Hi,
I am developing a navigation bar for the top of a website. One of the interesting things I noticed about the sites original was that when you had navigated to a location, the link would no longer be a lnk. The prior developer achived this with a lot...
Started by flavour404 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Yes, you can do this with CSS
http://www.ewebarchitecture....
There are plenty of ways to do this - the simplest I can think of is to have a little chunk of Javascript that searches the entire navbar for links to the current page and strips out the anchor tags.
|
|
Hi, I currently have the following for-loop. This is in the ' view/vendor/show.html '.
I set up a ' vendor :has_many :reviews ' and this is the for-loop:
<% for review in @vendor.reviews %> <%= review.user_id %> <%= review.summary %>...
Started by Angela on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of course Brian's path if you just use the ... .
Assuming you have your routes set up properly,
link_to 'More', review
should suffice.
Lt;%= link_to "More", review_path(@review) %>
Your code right now wouldn't work,
link_to 'More.
|