Feed Info - Avenue Web Media -

Previous Syndicated Feed
Random Syndicated Feed
Next Syndicated Feed

Feed Tags
Log in, and you can add your own tags!
 
Feed Actions
 
Avenue Web Media -
 
Site URL:http://www.avenuewebmedia.com
Feed URL:http://www.avenuewebmedia.com/rss.xml http://www.avenuewebmedia.com/rss.xml
Image URL:
Description:
Subject:
Language:en (en) Help on Language Tags
Format:RSS
Version:2.0
License:None listed in feed

Featured:Feature This Feed on Syndic8

Feed ID:548520
Dates:
Created: 2008-02-13 Approved: XML Changed: 2013-04-29 18:24:03
Published: Pinged:: 2008-09-18 21:16:00 XML Parsed: 2013-05-17 15:48:31
Status:Awaiting Approval Help on Feed Status   
Poll Status:Ready to approve.
Toolkit:(Unknown) Version: 
Scraped:No
Metadata:No Help on Feed Metadata
Archivable:No Help on XML Archiving
Page Views:206
Pings:181
Enclosures:No
Polling:Interval: 6 hours  Last Poll: May 16th 2013 at 07:00:03 AM  (Poll ID: 4708)
Referenced Feed:
Encoding:utf-8
Explicit:No

  Headlines     Poll Results     Statistics     XML     Action Log(2)     Notes(0)     Categories     Contacts     Locations     Subscribers     Changes  
           

Poll History:
05-18   05-15   05-12   05-10   05-08   05-06
 4708     4707     4705     4704     4703     4702 
TitleDescription
Responsive Performance in Drupal 7

One of the issues we face in responsive theming is on-browser performance across multiple devices. Responsive themes are inherently more taxing on rendering engines, but once we add to the page all the interactive bells and whistles (ex: sliding banners, videos, flying objects) we might be setting the browser up for a serious impact on rendering.


John Hannah at Friendly Machine wrote an in-depth look at this issue, and offers some solid advice in the field of responsive performance:

read more

Adding Javascript to Drupal

Using PHP

The function drupal_add_js() lets you add a reference to a file, as well as inline javascript code:

drupal_add_js('misc/myscript.js');
drupal_add_js('jQuery(document).ready(function () { alert("Hello!"); });', 'inline');

See the function reference page for additional examples and settings.

read more

Mobile Website Testing on Windows 7

The following are a few of the tools I use for testing mobile sites on Windows 7, prior to testing on actual devices:

Opera Mobile Emulator

http://www.opera.com/developer/tools/mobile/
Emulates the behavior of the Opera browser under multiple devices such as various HTC, LG, Motorola, Nokia, Samsung, Sony Tablet, Amazon Kindle, and a few others. This is my testing tool of choice because it is easy to use, fast and a close representation of the mobile experience.

read more

The Skill Set of a Well-rounded Drupal Web Developer

The design, development and release of a complex website involve a large array of skills that few individuals can master all-together. In actuality, most successful web development efforts rely on a team of specialized individuals to cover the entire skill base.

Most people are in tune to the need for skill diversity. For instance, many people accept that the visual design of a website is often an artistic task performed by a graphic designer, while the configuration of a website is a technical process often performed by a code programmer.

read more

Drupal FAPI: Disabling Form Elements

Access Control of Form Element

We can use the #access directive of the form element so that a permission can be specified using user_access(). For instance:

$form['menu'] = array(
'#type' => 'fieldset',
'#title' => t('My Menu'),
'#access' => user_access('administer menu'),
'#collapsible' => TRUE,
'#collapsed' => !$link['link_title'],
);

In this case, only users with the “administer menu” permission will see this field rendered.

read more

Drupal Override: Understanding Themable Output

Drupal Theming is hard enough when it comes to dealing with CSS & browser rendering issues. On the other end, for programmers the code templating process can be powerful and convenient once we get the hang of Drupal’s theming system.

A community documentation page at Drupal.org offers a good introductory overview of themable output, covering the basics of data source and overrides:
http://drupal.org/node/173880

read more

Drupal Search: Disable Indexing of a Node Taxonomy

The following code stops Drupal 6 from indexing a node’s taxonomy as part of its content. The code uses hook_nodeapi to alter the node object when it is being built to update the index. At this stage it is possible to add, remove or alter any of the node’s elements.

read more

PSD to Drupal Theme

Avenue Web Media uses the award winning Drupal CMS as its main development platform. Our team specializes in custom Drupal themes for professional websites.

PSD to Drupal Theme Features

Drupal Association Organization Member

read more

Drupal: Generate your own view with PHP

This example shows how to generate a list of nodes using the Drupal framework. The code assumes you have already loaded Drupal (see Bootstrap if you want to place this code in an external script.)

Steps:
1. Query the database for node ids
2. Load the full nodes based on their ids
3. Generate html output

read more

Drupal Development

Drupal Association Organization Member

Avenue Web Media specializes in advanced Drupal development. From small to large, and from simple to highly customized, our experienced team of Drupal developers can turn any web project into a successful Drupal website.

We hold ourselves and all aspects of our work to very high standards… the AWM standards. Every website we build is subject to our rigorous quality assurance process in order to guarantee the highest level of quality, flexibility, reliability and compatibility. An AWM Drupal website is done right from every angle.

read more



2.017 seconds - Syndic8.com - Copyright © 2001-2013 Jeff Barr & Bill Kearney - All Rights Reserved