Does anybody know how I could easily reproduce the main menu with the sliding reveal sub menus like featured on the acquia.com website? I've had a look at the scripts and have noticed a set of functions following:
/*
* Doormat menu functionality.
*/
...................etc......
Is this a custom script or does anybody know if I can recreate something similar using modules which are already out there? I know this is probably a pretty dumb question so I apologise in advance!
Recently i have seen some access attempts on my log entries. I would like to know if it's usual or if I should change settings (and which settings) to fix this.
Log entries example :
- Page not found -- phpmyadmin2/scrips/setup -- anonymous
- Page not found -- typo3/phpmyadmin/scripts/setup.php -- anonymous
- Page not found -- adùin/pma/scrips/setup -- anonymous
- Page not found -- w00tw00t.at.blackhats.romanian.anti-sec:) -- anonymous
what I need to do is to assign the values for the data retrieved from any .ASMX.WSDL file (for instance the one above) into cck nodes;
I was wondering if anyone could possibly help in understanding the steps it takes to do this.
I have no clue what pathway/modules I could use to achieve such,
Sometimes people ask me about how to use function points measurement techniques in a Drupal project.
For me, this is a wrong way to measure any kind of Drupal project because we have a framework with a lot of different approaches with modules making different results and these modules and the core are done. If function point measure logical files, interface files, etc, how can I use it? And worst, how can I put on the head of some "standard people" that we don't need to use this kind of technique to measure a Drupal project?
I plan to create a simple site that would allow individuals to track their daily expense. The fields are quite simple (item, cost, date). There should be a function though that summarizes the expense items daily, weekly, and monthly for each person.
I was thinking of using a simple WebForm, but noticed that this could be done via custom content, too.
Any thoughts on what I should use - new content type or WebForm?