Hi,
How can I hide the small dots nearby each picture in IE7 ?
http://www.sanstitre.ch/drupal/portfolio?tid[0]=38
I've tried with text-decoration:none and list-style-type:none but it didn't work.
Thanks.
hi,
I have the following element:
<div id="#block-block-1">
<p>KAREN LANCEL:<br>
lancel(at)xs4all.nl<br>
phone 0031 (0)624873424</p>
<p>HERMEN MAAT:<br>
maat(at)xs4all.nl<br>
phone 0031 (0)628536885</p>
</div>
which is supposed to disappear when the mouse is moved out of it (I will…
hi,
I'm using Views for some nodes, and I want to display a different View title according to which taxonomy tags are selected in my filter.
I already have taxonomy field for each node in my view. But this is not what I need.
I basically need to display all the currently filtered tags on the top of my view.
I was wondering if I can solve adding…
I just upgraded last week from Visual Studio 2005 to 2008. I am having an issue with compiler resolving namespaces when I use a class as a type in a Generic collection. Intellisense recognizes the class and the compiler generates no errors when I use the class except when it is a type in a Generic collection declaration either as return type for…
hi,
I've set on imagecache a fixed scale for my images (230 x 150).
Upscaling option is unchecked.
Successively, I've uploaded new images (original size 230 x 150) but for some reason they are resized: 80 x 52
Instead, if I check the "Allow upscaling" option, the size is correct, but the quality is very bad.
So basically, it behaves like if my…
hi,
I would like to know if it is the same to assign properties to my custom component in its own class, or from the parent document. Please see snippet below:
Here I assign the property bottom in my custom component class:
<?xml version="1.0"?>
<mx:LinkButton bottom="20" >
<mx:Script>
...
Here I assign the…
hi,
I'm using
<mx:LinkButton click="navigateToURL(new URLRequest(event.currentTarget.label.toString()))" />
to open a browser window to display the website on the label of my LinkButton. However I cannot correctly pass the link.. you see the problem:
file://localhost/..myapp/bin-debug/www.google.com
thanks
Hi,
I'm using a model UserRepository-User
The Repository is used to Save and Load the User.
I want to be able to set the ID in the Repository, but I don't want it to be access by UI.
The User and Repository are found in a Core project, and the UI in a Web.
Is there a way to do this, like a modifier for the property, or…
hi,
I'm using Views on Drupal. I've added the Search exposed filter to search the nodes.
I would like to avoid to filter 1 special node (which is sticky, on the top of the list). In other words, the search filter should ignore that node, and it should be always displayed.
how can I do that ?
thanks
Hi, I need to retrieve data from two tables. the first is a list of events, the second is a list of venues.
I have a fields with the same name in both tables: events.venue (which is an ID) and venues.venue is the name of the place, say "blues bar".
The tables can be joined on events.venue = venues.id.
Snippet of my…
Hi,
I need to build a website where we display data that is refreshed every 5minutes
in a text file with a | separator.
I currently use Java to do this.
What I do now:
I grab the textfile for every request through the website and process it and then display
the data to the end user, this works fine, since Java can…
I'm writing some backend script for a twitter app and heres how it's going
On the app you click a button that sends you to login.php on my server which logs into my database connects to twitter with my consumer key and secret: $to = new TwitterOAuth($consumer_key, $consumer_secret);
$tok =…
I'm working on an application that has to make specific decisions based on files that are placed into a folder being watched by a file watcher.
Part of this decision making process involves renaming files before moving them off to another folder to be processed.
Since I'm working with…
hi,
I'm copying my Drupal installation to another folder and I've copied the related database.
When I run update.php on the new copy I get the following error:
http://dl.dropbox.com/u/72686/updateError.png
should I disable some modules.. or is something about Drupal core ?
thanks
I am working on a project that needs to add selected numbers together and show answer. so if I have say 10 textfields with numbers and the user picks three of them I want to show that total.
thank you
hi,
I've to make the background of my fading-in menu items semi-transparent.
It has to be grey but still I need to see what's below it.
What's an easy cross-browser solution for semi-transparency ? (Possibly without using images)
thanks
hi,
can I hide the borders of the checkbox ? I would like it completely white, just the text should be visible.
And I need a solution for all browsers.
See the picture:
http://dl.dropbox.com/u/72686/searchBox.png
thanks
Can I copy only the error message from Eclipse Problems with instead of this entire message:
Severity and Description Path Resource Location Creation Time Id
1120: Access of undefined property sort. clientApp/src Filters.mxml line 36 1270460218964 798
thanks
How can I write an extension method that converts a System.Drawing.Bitmap to a byte array? Why not:
<Extension()> _
Public Function ToByteArray(ByVal image As System.Drawing.Bitmap) As Byte()
Using ms = New MemoryStream()
image.Save(ms, image.RawFormat)
…
I have a form with multiple embedded forms and symfony is not binding all the embedded forms.
The layout is a m-to-m layout:
activity:
id:
link:
id:
activity_id: FOREIGN KEY to activity table
other_data_id: FOREIGN KEY to other_data table
other_data:
id:
For…
I'm preparing a short talk for a conference in august and I'm looking for open source projects that are using agile methods internally or have tried them in the past.
My goal is to talk about the things that work well and what won't work and promote the agile methods a…
Hi all!
I'm having trouble displaying SOME images on my android app. Just normal display image from certain URL. Some images works, some just doesn't work. For instance try displaying this image from URL:
http://img191.imageshack.us/img191/7379/tronlegacys7i7wsjf.jpg
…