Impact factor for posts is a measurement of importance.

Impact factor for users reflect their authority, reputation and contribution on a particular topic.

Rating reflects the quality of posts.

Rating on Voofie is not a simple average of all ratings, but a weighted average of rating, weighted by the impact factor of users who rated.

Voofie > Computers

All

Article

Discussion

Q&A

Link

Computers

64 related concepts
18 items for Category:Computers
0
1
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 1 and 478 pageviews

How to pass dynamic values in filebrowser.params of a ckeditor file upload dialog?

I have a big problem in my ckeditor plugin which i have developed to handle the image upload functionalty.

I have two drop down boxes whose values have to pass in the url of  the uploader script written in php.

Every thing work fine if i give a static value(hard coded) to ...

sanjay_ojha 14 Nov 11
0
12
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 925 pageviews

CKEditor with ZK

CKEditor with ZK

elcioeff 25 Mar 11
0
21
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 21 and 1062 pageviews

Embed google gadgets or javascript widgets in CKEditor 3.4.1

I've used FCKEditor and am looking to change to CKEditor 3.4.1. I was using the insertHtml plugin in fckeditor and was able to insert/embed widgets, google gadgets, iframes, html, etc all in one plugin. But the CKEditor plugin version of insertHtml does not work in version 3.4.1 and I hacked the plugin to insert/embed html, iframe and youtube code. But when I try to embed google gadgets or simple javascript it never gets ...

pmunoz 01 Nov 10
0
33
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 33 and 991 pageviews

Possible to prevent drag and drop of fake objects

Hi,

is it possible to prevent the drag and drop functionality in the WYSIWYG area of CKEditor?

I am referring to this bug which is relevant only for Mozilla browsers so actually it is a Firefox bug but I need to prevent the drag and drop functionality anyway because the fix is to be expected at Firefox 3.6.11. ...

MS 18 Oct 10 |2 answers
0
22
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 22 and 1322 pageviews

NDSolve in Mathematica with numerical function

The problem that I am having is like this(a forward of this post). If I define a numerical function in Mathematica:

As you can see that F(x) is just 1/x. However, I just would like to illustrate the point with a simple example.

If I solve a differential equation numerically involving F(x), I would get errors: ...

sciencolic 23 Sep 10 |1 answer
2
18
Rating:
This post has a quality rating of 2, base on 1 rating
Impact:
This post has a impact factor of 18 and 1715 pageviews

Create a placeholder for <script> like ckeditor does to FLASH

Hi guys, 

I want to create a similar effect to <script> tags that the ckeditor does to Flash. Whenever ckeditor detects a flash object, it replaces the object with a placeholder and a icon. That's my goal , but for <script> tag.

Below is the code I have so far. I create my plugin ...

nguyendh 10 Sep 10
0
27
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 27 and 2035 pageviews

ckeditor insert code plugin

Where can I find the "Insert Code" plugin used for ckeditor (just like what is used on this site).  It would be very handy for my site.

vwinstead 09 Aug 10 |1 answer
0
33
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 33 and 438 pageviews

Vertical-align not working for DIV

Why vertical-align:middle don't work for DIV? Any ideas?

I just want to align some text vertically middle. Any work around?

randomguy 08 Aug 10
0
36
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 36 and 700 pageviews

One upload dialog - Two targets ?

I have already created image handling functions:
An upload reciever (filebrowserUploadUrl) and an image browser dialog (filebrowserBrowseUrl)
- Both work perfectly 

BUT of course my users want more... ...

T4NK3R 06 Aug 10 |2 answers
3.9
106
Rating:
This post has a quality rating of 3.9, base on 2 ratings
Impact:
This post has a impact factor of 106 and 3257 pageviews

How to keep the html source in CKEditor untouched?

I have a few problems with CKEditor.

It is very important for my users that a html source that is entered stays as entered and should not be "reformatted" by CKEditor. Means when a user enters (or pastes) a html source which consists of one single line (because of not producing to much spaces) it should also remain in one line. But when a user decides ...

MS 02 Aug 10 |5 answers