search for: delicious

Displaying 20 results from an estimated 60 matches for "delicious".

2005 Dec 23
3
Intergrating delicious?
Whats the best way of intergrating del.icio.us into a RoR app? -- Posted via http://www.ruby-forum.com/.
2008 Dec 14
0
Asterisk and VoIP Links and Sites
If you are on delicious.com (= del.icio.us) please send us links to anything you consider of interest to the conference: blogs, articles, services (your services and products!), images, phones, devices, tech alerts. There is a simple mechanism built in to Delicious.com. Once you bookmark a URL, just add the tag for:voip...
2006 Aug 17
1
del.icio.us api - repeating in my layout??? HELP!
I''m pulling in my most recent 6 entries from my delicious account based on a certain tag. This was working fine for about a week - I just visited my site, and each time I visit, it keeps adding the same 6 bookmarks below the current 6. So, everytime you navigate throughout the site, it adds 6 bookmarks to the last (but it''s the same list ov...
2006 Jun 30
1
Apache Cache
Hi, I have a strange problem. I have implemented fragment caching. I am pulling my delicious links to my site. I print out to the log every time it connects to delicious. >From the logs I see that it is not using the cached fragment. It connects on every page load. This is running under Apache2 (ubuntu). I am using the default .htacess file that came with RoR. However when I run...
2006 Mar 24
3
Using Tags in Applications
I''ve been contemplating the utilization of "tags" functionality for categorizing records in my application. For example, a record can have any tag associated with them: volunteer, donor, phone_caller, etc. (Much like delicious) Has anyone already laid out a good architecture for implementing this on the DB, or other medium? I''m sure I can custom build something, but why re-invent the wheel. ;) Thanks. Dave -- ~~~~~~~~~~~~~~~~~~~ David Andrew Thompson http://dathompson.blogspot.com
2006 Mar 31
4
javascript help
Hi list, I have a list of tags. I want to be able to click on a tag and have that tag name populate an input field. I think delicious used to allow you to click on existing links to tag your bookmark similar to this (moving instead to auto_complete). My guess is the code looks something like this.... <form> <input type="text" name="all" id="discover" size="16" value="test1, t...
2001 Jun 26
3
Wow...Wondered when this was going to happen.
Have a look: http://www.theregister.co.uk/content/4/19982.html Any predictions? Matt --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list
2006 Jul 09
3
Automatically post del.icio.us to Typo
Hello, Does anybody know how to make the following tutorial work on Typo? http://theory.isthereason.com/?p=499 Thanks! Jonas -- Posted via http://www.ruby-forum.com/.
2006 Mar 02
1
Forms with and without Models and Error Handling
Hi, I currently programming a delicious clone to understand ruby on rails. The problem I''ve got is that I prefill a form (form without models) without a database connection and then save it into the database. For validation i am using the validation helper methods. My Problem is that i don''t know how I get the error...
2007 May 13
1
Dropdown boxes in tcltk and R
...)) fruits <- c("Apple","Orange","Banana","Pear") comboBox <- tkwidget(tt,"ComboBox",editable=FALSE,values=fruits) tkgrid(comboBox) OnOK <- function() { tkdestroy(tt) msg <- paste("Good choice! ",fruitChoice,"s are delicious!",sep="") tkmessageBox(title="Fruit Choice",message=msg) } OK.but <-tkbutton(tt,text=" OK ",command=OnOK) tkgrid(OK.but) tkfocus(tt) tkwait.window(tt) fruitChoice <- fruits[as.numeric(tclvalue(tcl(comboBox,"getvalue")))+1] fruitChoice...
2006 Apr 23
5
Newbie Ajaxy Question
..., the value in the text box represents a del.icio.ustag. Currently, I figured out how to get an ajax observer wired up so that when the user enters a value into the text box and tabs away, my controller gets called along with the contents of the text box and the controller then makes a call to the delicious REST API and strips out bits of the return and renders them into the text area. This is all presently working, but I''m still having some frustrations. I think I''m still missing a big chunk of understanding. Here''s what I''d like to do: I''d like to jus...
2007 Dec 24
3
[new user] some features requests ...
...ience in implementations of these tags (I''ve done it at least three times). 3) Import from blogging system I was using Wordpress, and have a thousand of articles waiting for import, Is there a way to imagine an easy port ? 4) Categories and tags I''m talinkg here of folksonomies (delicious like) tags. Are they implemented in webgen ? 5) External RSS inclusion Suppose I want to incldue data from an external RSS (like my delicious feed) in a static way. How could i do that ? Well, that''s all for now ;-) -- Nicolas Delsaux N''imprimez ce mail que si vous ne savez pa...
2011 Dec 06
3
Riak on Camping
Good day, does anyone here have a clue on how to make use of the NoSQL database "Riak" with Camping? I am building my website and Riak seems like pretty much the ultimate database! This would probably ruin every little feature in ActiveRecord, I don''t think I''d be able to do any has_many''s or belongs_to but I''d LOVE to be proven wrong. As far as
2009 Feb 25
2
gem install mysql --> Error
Hi, When I try to install "gem install mysql" it throwing error. For your ref, bash-2.05b$ gem install mysql -- --with-mysql-dir=/opt/etrade/p6/share/mysql5 ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem mysql locally or in a repository bash-2.05b$ gem install mysql -- --with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2013 Nov 15
1
optimization
x1<-c(5.548,4.896,1.964,3.586,3.824,3.111,3.607,3.557,2.989,18.053,3.773,1.253,2.094,2.726,1.758,5.011,2.455,0.913,0.890,2.468,4.168,4.810,34.319,1.531,1.481,2.239,4.204,3.463,1.727) y<-c(2.590,3.770,1.270,1.445,3.290,0.930,1.600,1.250,3.450,1.096,1.745,1.060,0.890,2.755,1.515,4.770,2.220,0.590,0.530,1.910,4.010,1.745,1.965,2.555,0.770,0.720,1.730,2.860,0.760)
2009 Nov 18
4
rails newbie : routing error
After much ado about the naming of model adn controllers... model : Expense controller : Expenses route : map.resources :expenses Here I am using mysql database and created a unique index, since db:migrated created an id object and made it as primary key. Now in the def create @expense = Expense.new(params[:expense]) if @expense.save flash[:viola] = ''New expense saved.. be
2015 Jan 26
3
Dialing from phonebook, and hiding the dialed number from the user.
Hi, does anyone have a recommendation for a SIP phone, which allows dialing from a phonebook, and hiding the dialed number from the end users? Also from the call history of course. It seems Mitel can do this, and I have a use case where this is a requirement. Thanks, Antonio -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Feb 29
2
Chrome not allowing mixed content anymore
...o/icecast >>> >> >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> > > > -- > Albert Santoni > Founder, Lead Developer | Oscillicious > Delicious Audio Tools and Plug-ins > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/piperma...
2020 Feb 29
2
Chrome not allowing mixed content anymore
This is a real problem that needs to be addressed. Anyone has figured a way to mitigate this? On Sat, Feb 29, 2020 at 4:29 PM Mikel Sanz | 20 Comunicación < mikel at 20comunicacion.com> wrote: > Yes, I also think that 6 years of Beta is too much and now it's too late... > > El sáb., 29 feb. 2020 14:25, Alexandru Matei <alexandru.ort at gmail.com> > escribió: >
2011 Jul 14
2
belongs_to --- has_many should update automatically?
On p. 299 of the current Rails book it says that "Active Record takes care of saving all the dependent child rows when you save a parent row." So, when I add a row to the table that has "belongs_to" in its model, shouldn''t the table with the "has_many" be updated with data from the foreign key? If not, how do I save data from a form into more than one