Hi,
I've come across several sites based on wordpress that look more like a gallery than a blog, for example 365psd.com
Are there any ready-made templates / plugins to create a similar site?
Many thanks
JavaOne 2012 : Oracle renouvelle son engagement à faire évoluer Java et dévoile ses plans
les préversions de JDK 8 et JavaFX Scene Builder 1.1 disponibles
JavaOne 2012, la plus grande conférence annuelle autour de la plateforme Java se déroule actuellement à San Francisco.
Oracle a profité de l'occasion pour dévoiler sa feuille de route pour…
We all know why Java does/should not have multiple inheritance. So this is not questioning about what has already been debated till-cows-come-home.
This discusses what we would do when we wish to create a class that has the characteristics of two or more other classes.
Probably, most of us would do this to "inherit" from three classes. For…
I have a VPS which is originally destined to be a webserver but some minimal mail capabilities are needed to be deployed as well, including sending and receiving as standalone server.
The current setup is the following:
Postfix reveices the mail, the users are in virtual tables, stored in MySQL
on connection all servers are tested with…
I'm using the android plugin for eclipse, and when I try to run my program using a real device through the android device chooser, my phone is not listed as a device. I have updated eclipse and all of the android packages, but it still isn't showing up. My phone is running 1.6, which is also the target version listed in the eclipse…
i am using visual studio team system 2008 and VSS 2005. I took a latest copy of a project from VSS. Now when i try to open that project, it is showing error
"This version of visual studio does
not support source control"
and
" Unexpected error enocountered.
Restart the application Error : no
such interfaces are…
I watched today as someone painlessly exported a NetBeans java project to a JNLP file and HTML file that he could just copy to his web server. I, for whatever reason, have found making JNLPs someone challenging, and would love if I could do the same in Eclipse, but I can't seem to find such a function or a plugin which does…
I'm using the jquery form plugin (http://malsup.com/jquery/form/) to upload a file via ajax which is processed in the background.
The upload is working correctly, and I am using ASP.Net MVC to return a partial view which contains a $(document).ready call to setup a 'timer' to check on the status of the upload file's…
Hi
I'm developing a new site, and in here it's possible for the user to type in a price in a input-textfield. So what I need is some jQuery-code to transforn the typed in price. This means, that when a user types in "1000", the vissible text in the input field shall automatically be transformed to "1.000" - with a…
I have a thumb drive (memory stick, flash drive, etc.) on which I use for my projects when I am away from my home PC. Currently I am accessing my Eclipse project directly from my thumb drive when connected to my PC.
I would like to copy my files to the PC, develop on the PC, then "synchronize" with the thumb…
Google doesn't help, neither does a stackoverflow.com search, and browsing through Apache Sling documentation doesn't show any solution so here goes:
How can I best use Maven2 with Apache Sling? Basically as far as I see the entire application code will need to be placed in the JCR repository, but I need it…
I have a number of plug-ins meant for the OSGi framework. They have been bundled in individual .jars containing the source .java files as well as the needed MANIFEST.MF and plugin.properties files.
The problem is, I wish to edit these. What is the best/easiest way to import them as plug-ins into Eclipse so…
How to streamline/automate the configuration of Eclipse?
Given N developers running a mixture of Ubuntu and Mac OS X, all with the same version of Eclipse, how to make sure that:
Each developer, on top of his favourite "Available Software Sites" selection, has a common set of installation sources?
Each…
The build script in the LaTeXTools plugin for Sublime Text editor pops up the console, where the result of the compilation is written.
I would like the console to auto-hide once the compilation is finished and there are no errors (and to stay open otherwise).
I knew how to achieve this with Sublime Text…
I am currently using Eclipse Version: 3.5.1. It works perfectly in normal conditions, even with the SVN plugin, the faulty component that I am about to talk about now.
The thing is that whenever I am conducting a merge, eclipse shuts down. It just crashes without even leaving an error message or…
Is it possible to launch a debugger such as jdb from maven? I have a pom.xml file that compiles the project successfully. However, the program hangs somewhere and I would really like to launch jdb or an equivalent debugger to see what's happening.
I compile using mvn compile and launch using: …
I need to add a pulldown button to a view's toolbar in an Eclipse plugin.
Actually buttons in the toolbar are added like that :
<extension point="org.eclipse.ui.viewActions">
<viewContribution id="..." targetId="$MyViewId$">
<action id="..."
…
My client wants me to make a plugin that intercepts the banner on a WordPress blog so that the existing one displays, but right beneath it, above the content and the sidebar, another banner appears. And he needs it such that it works in most themes and isn't theme-specific.
…
I have installed Eclipse 3.5.2 and the plugin Subversion JavaHL Native Library Adapter 1.6.9.2 and this worked without any problems. However, this morning I was forced to change the password to logon to my Mac and since then I get the message that "Subversion native library…
Please suggest some free tools or some in build feature in Eclipse for intellisense of xml.
I am using Eclipse Europa which is for EE java developers.
<?xml version ="1.0" encoding = "UTF-8"?>
<tests…
I have an application which can make use of plugins which are loaded at runtime using dlopen. Each of the plugins defines a function toretrieve the plugin information which is defined using a common structure. Something…
I'm having trouble setting up a new eclipse installation with the -vm option. I'm using the eclipse.ini file below (which has worked in the past). I need this for the m2eclipse plugin. Currently, if I include the -vm…
I have a Macintosh Mozilla plugin which puts up a separate window for login information.
It seems to work fine, it gets keyboard events like typing and hitting
return to hit the default button. HOWEVER, it doesn't…
I am using Pulse - the Plugin Manager for Eclipse and installed. I have the Eclipse 3.5 for mobile development(Pulsar) profile with a couple other profiles.
I realized that the split() method called on a string…
I am developing application for BlackBerry 8900 and I am using features that force me to test/debug it on the real device. I am looking for a convenient way to be able to automate build-deploy-lanuch process.
…