i would like to have a block on my drupal site(latest version) that displays most read pages on the website
is there any module/code available to achieve this?
-Vivek
I am looking at creating a web site and I want to try and learn either a Object Database or a Document Database. I am going to be using a hosting provider so I won't be able to install any software. I am unable to purchase any licensing so I need to be able use either a free or open source Object/Document Database. Are there any free Object/Document Databases that don't require installation of some sort?
I was unable to find any documentation on the MSDN site. Is the lifetime (construction and disposition) of the Controller object defined in the ASP.NET MVC Spec?
The reason for this question is to determine whether or not it is safe to store contextual information in Controller members/properties or whether using the HttpContext would be more appropriate.
Using css only, how can I override the css of only the 2nd column of a table.
I can get to all of the columns using:
.countTable table table td
I can not get to the html on this page to modify it since it is not my site.
Thanks.
Hi all
I have a site http://www.thebalancedbody.ca/ and there is a pop out contact form on the left (Contact) which has this id <div id="mycontactform">.
There is also a link in the footer called CONTACT US
<a href="#" title="CONTACT US">CONTACT US</a>
and I need this link to trigger the pop out contact form as if the contact tab was clicked manually.
Is this possible and how would I do it?
Thanks
JOnathan
We have some banner ads linking to an article in Joomla and they are passing a reference code in the URL, like this:
index.php?option=com_content&view=article&id=378&Itemid=249&ReferenceCode=WB6074
Inside the article, we're linking to a signup form on another web site and we need to pass the reference code in that URL's querystring.
How do I do this?
Is there a way to embed PHP in an article? If so, then I could just use $_GET["ReferenceCode"] to stick that parameter in the URL.
Alias /media/ /home/matt/repos/hello/media
<Directory /home/matt/repos/hello/media>
Options -Indexes
Order deny,allow
Allow from all
</Directory>
WSGIScriptAlias / /home/matt/repos/hello/wsgi/django.wsgi
/media is my directory. When I go to mydomain.com/media/, it says 403 Forbidden. And, the rest of my site doesn't work because all static files are 404s. Why?
Edit: hello is my project folder
Hi there !
I have some questions:
Does Zend AMF has a service browser feature like AMFPHP does? Some people do mention about zamfbrowser, but at the time I'm posting this question, the site is still unavailable.
Is there any possibility to use AMFPHP's service browser with Zend AMF?
Thanks in advance!
Regards, Andree.
Hi,
i was planning to use jquery autocomplete for a site and have implemented a test version. Im now using an ajax call to retrieve a new list of strings for every character input. The problem is that it gets rather slow, 1.5s before the new list is populated. What is the best way to make autocomplete fast? Im using cakephp and just doing a find and with a limit of 10 items.
Cheers
Bjorn
I copied the working files from a demo url to the live site and cufon refuses to work after modifying everything I can think of. I even regenerated the font thinking I may have accidentally specified a domain for restricting the use.
The trouble url is sterlingross.com and I am unable to see where I have gone wrong.
Thank you for your help.
I'm learning Weka and I'm trying to figure out how to do fuzzy clustering. I found an old site that listed 2 fuzzy clusterers (by Frank Weber & Robin Senge), but I could not add their .jar file to the existing .jar file to use the algorithms.
Does anyone know where I can find fuzzy clustering algorithms for Weka? If not, is there another tool that I can use for this?
Thanks, Jon
I am doing a project in Verilog, and the project is a low power parallel multiplier. I am going to fed the codings in FPGA kit. I need model Veriog codings. In which site can I get or suggest some good books.
I have a block of text which occasionally has a really long word/web address which breaks out of my site's layout.
What is the best way to go through this block of text and shorten the words?
When I use msbuild to build a web site project under command line
msbuild website1.sln /property:OutDir=d:\target\
I just want the published files generated in directory d:\target, but not D:\target_PublishedWebsites.
What can I do for that?
Dokuwiki us prototype, my site use Jquery.
If there is another way to alter Dokuwiki javascript, instead using jQuery.noConflict(), or/and var $j = jQuery on my jQuery?
I open all .js files on Dokuwiki, search for "$(" and replace it with "$DW(", and it works like a charms, but I had to deal with every Dokuwiki plugins that has javascript in it.
So, how to alter "$" in prototype libaries/ Dokuwiki?
Myself mendy, i am designing web application, The business required to integrate payment gateway. I searched on site regarding the flow but i could not get much info on MSDN. I want to make payment gateway using SSL and 3rd party merchant account. How can i do it ? some info regarding payment gateway could guid me to start developing the component.
Hiya,
I'm having trouble running Django on IIS 6 and was hoping someone could help!
I've followed this guide exactly a number of times: http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer
However, when I try and view my site I always get the same message:
"The specified module could not be found."
Has anyone else had this problem? Does any one know the steps to fix?
Thanks!
Can someone recommend me a package similar to JCollada for 3d rendering that is based on JOGL or point me to a place where I can obtain JCollada? The original site for JCollada has a SVN link that is no longer working (empty svn repositry).
Hi, in the fancybox homepage (http://fancybox.net/home) there is an exemple that opens an iFrame dimensioned as the 75% of the screen.
I cant get it by modifing the width and height properties on the .js file as described on the site.
Someones can help me?
thaaanks
hi..I'm new to this site and I hope someone can help me with my problem.
I am using a Delphi language. And I would want to play a memorystream to windowsmediaplayer ActiveX. Is this possible? If it is, can someone give me a hint or something.. sample code maybe. Thanks.
Hello, I have loaded Web Site from HDD. Now trying attach it to process WebDev.WebServer.EXE. But in this edition of VS not exist tool Attach To Process. Is it normal? if yes, how can add this tool or solve my needs?
I want to create a webpart like below to contain fixed links to some internal pages:
The two shown in red blocks. How to create these webparts and attach to the site?
Hi there,
does any one know how to createa search panel similar to the "quick find" bar on this site?
http://www.thebedandbreakfastclub.co.uk
I've been trying to find a plugin or tutorial but have had no luck at all. I'm looking for some thing that filters child categories according the the parent category the user has clicked on.
Please could some one point me in the right direction.
Thanks very much
Danny
After tracing the DB activity from a DNN 5.2.3 site I noticed that there are numerous identical calls to the database whilst loading the home page for the first time (afterwards the caching works successfully).
//Procedure : Number of executions
exec dbo.aspnet_Membership_GetUserByName @ApplicationName=N'DotNetNuke',@UserName=N'MYDOMAIN\ME',@UpdateLastActivity=0,@CurrentTimeUtc='2010-03-24 10:04:15:223' : 22
exec dbo.GetPortalAliasByPortalID @PortalID=0 : 15
exec dbo.GetUserProfile @UserID=8 : 11
exec dbo.GetUser @PortalID=0,@UserID=8 : 10
exec dbo.GetDatabaseVersion : 2
exec dbo.GetUserCountByPortal @PortalId=0: 2
exec dbo.GetDesktopModules : 2
exec dbo.KB_XMod_Forms_List @PortalId=0 : 2
exec dbo.KB_XMod_Templates_List @PortalId=0,@TemplateType=-1 : 2
Why so many duplicates?
I currently have a site that is a sidescroller (http://www.studioimbrue.com) and I'm trying to bind a mousewheel to scroll sideways. Currently I'm using the one found at thehorizontalway.com (called thw.js) but it doesn't seem to work in all browsers (Chrome).
I'm trying to get this one to work: http://brandonaaron.net/code/mousewheel/docs , to simply scroll the whole window, nothing else. There is very limited documentation so I can't figure it out. Any help is appreciated.