Complete more examples such as in-line in a button |
Add elements from this site - tutorialzine.com/2013/07/50-must-have-plugins-for-extending-twitter-bootstrap/ |
Complete more examples such as in-line in a button |
Complete the other buttons actions on bootstrap |
Explain in here all the places a button can be used |
Change href to Link and create a new Link Partial |
Allow for an image or icon before also |
locals[ :text ] seems to be required but what if we just want an icon button provide option and graceful fallback on errors |
Handle the target a bit better should be contained in a link array link: { uri:, target: } so contained |
Provide example |
Move to a form section |
Move the required ngClipProvider.setPath to the controller if possible |
Add clipboardJS example |
Create the DOM interaction as an angular directive |
Move text into locale |
Make this more angular - use ng-class to change tabs for instance and scope to access the contents |
Use the code partial here |
Work out how to do in-line checkboxes with the current partial |
Allow the checkbox look and feel to be overridden i.e. a larger checkbox area |
Figure out how to use validation messages with Checkboxes |
Fancy checkboxes are breaking the normal ones |
Allow for the classes to be altered, i.e. not just circle |
Radio can use the same controls I think |
Allow for Input classes to be altered |
Give instructions on what needs to be installed to make these work |
Link to the clear button page |
Complete this page with all the relevant types available |
Add the password pattern to the input |
Password should be accompanied by the password validation element |
On Submit all inputs should validate - contain them in one form element |
Sort out Form groups and input groups - one should be nested in the other haml_tag? |
Check box has a label around the input - maybe create new helper for this |
If using .form-horizontal then need to address the column sizes that add up to 12 on label and input |
Input groups can have a size attribute i.e. input-group-lg add this as a size attribute |
Input Groups can have an associated input-group-btn with dropdowns etc |
Make the pre and appended items interactive. |
There are two many container divs being produced use content capture. |
Make it so it produces something with zero configuration |
Clear button should be an option |
The Help block needs more documentation with validation and error messages - it expects array |
Split out the attributes of an input, they follow a common pattern in most areas, display local or false |
Complete more examples |
Does textarea work with input groups |
Provide full example on this |
Provide a Google Map by simple creating a gmap div with some data attributes ie, data-zoom=14, data-markers |
Handle the errors for the GeoLocation, Permission denied, Position unavailable, Timeout |
Markers should be added to an array, draw from data-markers |
All Maps API applications should load the Maps API using an API key |
Info Windows if inline in the HTML they should be hidden somehow, although doing this hides them from the map too |
Hook up the places API for starbucks searching within a Radius |
Create options for Bing, OpenMap, Apple maps etc |
Complete more examples |
Make tabs for the different icons sets we utilise - Font Awesome |
Present the icons into usable grids - copy from bootstrap |
Understand the license of Font Awesome |
Create an SCSS array for the social icons |
Doc this page more - add in code snippets also |
Document the social icons more |
Identify the versions of the icons installed on CodeBlender |
Allow an icon to be linked in this partial also - link_to |
Should I use a SPAN or I tag for the icon html |
Make tabs for the different icons sets we utilise - Font Awesome |
Present the icons into usable grids - copy from bootstrap |
Understand the license of Font Awesome |
Create an SCSS array for the social icons |
Doc this page more - add in code snippets also |
Document the social icons more |
Identify the versions of the icons installed on CodeBlender |
Allow an icon to be linked in this partial also - link_to |
Produce examples in etalage and elevate |
Add a Responsive image example |
Include details on the micro format and use of figure in this partial |
Sort out the image Tag here |
Allow for the caption to be at the top or the bottom |
Allow for the removal of the rounded corners on the thumbnail i.e. image--notRounded |
Need to sort out the image caption design - over just using a thumbnail |
Need to push in another list for unordered lists also |
Show some examples of how to use frontmatter arrays, inline arrays, data arrays |
Complete more examples |
Complete more examples |
Complete more examples |
Complete more examples |
Complete more examples |
Complete the example for full screen and embed |
FE: Produce a cup bracket widget. |
FE: Selector or tab to view Cup and Plate competition |
API: Based on the results, if a team losers in round X they move to the Plate competition |
API: Looking at the results the penalties will come into play |
API: Methods to get cup fixtures and results by competition and by round, fixtures are tagged with CUP/Plate and Round |
Middleman: Create the proxy pages to show the brackets per season |
FE: Design the fixture table better - utilise angular grid for in-line search and filtering |
FE: Translate any text strings |
FE: Document the widget and the automatically created pages. |
FE: Document how a user manages the spreadsheet for fixtures |
FE: Create a weekly round up of results based on the week number of the year. |
API: Currently this does not use the API, get this functioning like the Table script |
API: Date / Time normalisation, Kick off time should be : Aug 18th @ 17:50 Produce a separate method to process this, from the fixtures date - 2014-09-04 and time 19:10 |
API: Allow grouping fixtures for season, division, competition and team and secondly combination of these |
API: For Team - get all the fixtures for a given season with option on competition |
API: Competition is cup, league or plate |
API: Need to work out current season from the fixtures i.e. max( season ) |
API: Rule - unplayed games - these will be ones where scores are not updated |
API: Scorers - need to create separation rule i.e. semi-colon and then collate scorers array for season and competition, up to admin to make sure names are entered the same |
API: Make sure we can handle multi-byte characters in the process |
API: Would like to stick each season in a sheet Tab and then merge, can we get this from Google |
API: Its a requirement that a team may need to have a point deduction, using another sheet perhaps we can have - only valid for league season, team, deduction i.e. 11, bfc, -2 |
API: Scan previous seasons and return in an array the last 5 meetings between the same teams, include cup or league. Can use this array to display on the team pages showing a nice statistic |
API: History methods to get all games played by X team, total goals scored by X player. This will all come from Fixtures CSV |
API: Method to get that weekends results - this may include some mid-week matches - so use the Week number i.e. Week 42. |
Idea: League highest win and defeat |
Idea: League top scorer, appearances of all time |
FE: Create the grid with a nickname or badge also |
API: Add the nickname - stub name to the sheet |
API: Parse the names of the players in the following fields scorers a, scorers b, yellow cards a, yellow cards b, red cards a, red cards b cumulate the totals and sub-totals in an array |
API: Admin has the choice to upload a players roster per team, match the above against this roster to A. sanitise it exists and B. accumulate against there profile |
API: Correlate the player statistics, method to get the bad boy players yellow and red cards - yellow = 1 point - Red = 3. |
API: Group by division, season, team as per most methods. |
API: Totals should be kept for the different competitions - i.e. League & Cup. |
API: Need a limit so we can get top ten scorers for the league, cup and total. |
API: Capture the referees used in a season from the fixtures.csv - how many yellow and red cards have they given. Create an array of these |
API: Sort these statistics by points - yellow = 1 - red = 3 |
FE: Team badge |
FE: Make the details chevron based on the bootstrap collapsed state |
FE: Need to allow for the divisions to be shown per season per division or all together. |
FE: Choose to show all divisions on one page or selector or tab through them |
FE: Details if the team have had points deducted |
FE: If there is a point deduction colour the number red or add a contextual badge |
FE: Add a tooltip or some text underneath the table for point deductions, maybe include admin note |
FE: Complete the translations for this widget |
IDEA: See a state of the table based on a week selection or move a data slider |
IDEA: Indication on the table that the team has gone up or down based on the previous set of results |
IDEA: Graph of league position |
IDEA: Report links to the last game report |
API: Sort out the team point deductions, see fixtures also |
API: Average goals per match |
API: Next game - date teams |
API: Last league game - teams - score - date |
API: Top scorers in the team |
API: Last 10 games view - and legend of the colours - green = win, grey = draw, red = loss, Scan the last 10 games the club has played in the league and return back a series (comma seperated) i.e. W, W, W, L, D, W, L, L, W, W |
API: Need to make sure that the season and division are not nil or errors |
Middleman : Produce a helper for a team link - should create the correct stub for the team name |
FE: Complete the iCal, based of fixtures |
FE: Complete the honours section - move to Team profile |
Middleman: Create a blog / proxy collection for team profile pages |
API: How to handle team name changes - i.e. maintain history throughout the seasons |
API: Simply return a list of the teams and corresponding data |
API: Correlate Team statistics - history of games played - players - top scorers for season or all time - honours |
API: X Last games played - win - lose or draw, use in Fixtures and tables |
API: Statistics for the team - Average Goal, top scorers ( playerModule ), Top Cards ( playerModule ) |
IDEA: Compare last results between two teams return array of all of these - include cup and league |
FE: Want a widget to show a google map for the venue |
Middleman: Complete the landing and proxy pages for the venues |
Return the list of venues from the Venues sheet |
API: How many games played at each venue - should allow to return all or by season, division |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Create an interface to the ENOM api that feeds into this page |
Get info on expiry and whois etc for each domain owned |
Make sure each site has a corresponding repo and when last checked in was |
Create an interface into the Google search console to check that it is live |
Complete more examples |
Sort out the links in the Alerts using the alert-link class |
Create the Error States based on passing through the model service to check the schema |
http://code.realcrowd.com/on-the-bleeding-edge-advanced-angularjs-form-validation/ |
Can I show these by day also - or in a nice calendar format? |
Should use the DT partial for this |
Make the list expandable and each year |
Complete the Aria and Micro format for this partial |
Not working in current state - need to get the parent and child of the page perhaps from the resource |
Need to configure this correctly to accept an array of button partials |
Need to find a way to work with both ImageArray and a more content focussed array |
Should pass direct arrays for image and heading to the carousel |
Heading for caption should use partial |
Caption should be more flexible, maybe pull from partials also |
Add thumbnail image to the columns |
Change quantity to a spinner |
Price should be in a currency |
Make remove an icon in the actions column to the right |
Add a total, shipping and tax calculations under the table |
Add checkout and continue shopping buttons to the page also |
Need to get the highlighting working |
Provide a means for the code block to be expanded and contracted, default as collapsed |
Split out the Tabs array into a HAML hash - use tab partial |
Change the code controller to a directive - handle the copy and tab transition |
Add the URL for the pygments instructions and middleman syntax highlighting and Rouge |
Tabs need a better active colour - check bootstrap docs - maybe just change css |
Move the JS and CSS out of the layout file |
Complete Coderwall Partial coderwall.com/welcome |
Make the whole section a link (PP: DONE, 2014-08-28) |
Change H4 Tags to partials |
Format the card to be NatWest specific - make up another that overrides CSS |
Place a loader on the DataTable to prevent a flicker of the grid loading |
Load the data from an external JSON data file |
Theme the DataGrid using Bootstrap theme to start with |
Test the internationalisation of the tables through the loading of the language at runtime www.datatables.net/plug-ins/i18n/ |
Social elements need to be called via a Directive |
Need to be able to put in a test article to test the detail module |
Consider putting the tags in a DL / LI |
Should link up the Author to show articles by Authors name - finish of link |
Include more social link options |
Add in social links - Twitter / Google+ |
Need to distinguish the types of Articles / Posts and change template accordingly and microdata, i.e. event |
Tags should scale with a reveal on the end - use overflow or bootstrap collapse |
Maybe move this partial into a more inclusive Blog section |
Link Up Date, Author and Comments |
Docs page not showing any data - add locals to show these |
Need to sort out the btn group, dropdown or input btn group elements |
Move the see sections to here and todo elements |
Complete an example of this |
Complete an example of the Flex slider |
Get the heading truncation working |
Create media queries for the heading truncation |
Create micro formats and accessibility for the headings |
Complete the ability to use truncation - does not work in media objects at the moment |
Allow for an icon to be prepended or appended |
Is in a Header section is this right? |
Sort out the small Text CSS / Padding too large |
Link should be optional for the list group - either li or a depending of url specified |
Change contextual to colour or type |
Change the hash-bangs for javascript:; |
Need to be able to list attributes under an Array option - i.e. tab them in |
Add the ability to log in via other openIDs such as google or github. |
Use the bootstrap button JS to stop the button being submitted again |
Sort out TabIndex |
Sort out Accessibility |
Sort out Schema.org |
Need to code this up - accepting an array to produce the items - hardcoded at the moment |
Enable the removal of the Horizontal lines splitting header and footer |
Footer pulls things right - need to override this perhaps |
Put a dropdown example in here also |
Add the options for the toggle tabs |
Create some style changes for these |
Add the options for the toggle tabs |
Sort out how the active element should be created in the list or on the UL |
Allow this to also accept an angular NG-Repeat |
Need to work out how to expand the code section for several partials like tabs and tab content |
Active menu item needs to be completed |
General images and icons need to work for each item and as an item in there own right |
When multiple items are floated right then they cross over - need to batch these up in one section - right or left in the YAML |
Need the ability to add images as placeholders. |
Active links for dropdown menus needs sorting |
Icon to collapse any child sidebar |
Icons left or right to bring in offcanvas menus |
Confirm whether each of the elements in the YAML are required now, comment them |
Add the shopping widget to the navigation again |
Make sure navbar-btn is added to the button in a navbar - test |
Make sure navbar-form is added to form elements in the navbar - test |
Add the ability to do navbar-text and navbar-link in the navbar |
Add the disabled state |
Add the centred pager style |
Need to pass through the links correctly |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Bootstrap 4 removes the panel for card |
Header bar should have a collapsible element to the left hand side |
Look at integration with tables and lists |
BEM the HTML and CSS |
Use icon partial in here |
Probably can remove the table element for extraContent or simply pull in another partial that should be created |
Footer text should be linked, or ability to show button |
Should be able to push in a template for the design of the post card |
Option to change the badge colour |
Should use the List partial |
Use the partial form elements |
Search bar should not just be for navbar |
Bring in the results via AJAX probably |
Localise this partial |
There are two search folders and partials sort this out |
change to coffee script |
Provide the context file to change the look and feel |
Add a title |
Create the entity in Search Console |
Include typeahead |
Validation |
Icons to show typeahead is thinking |
Ability to only allow search once typeahead is selected |
Prepend with button filter for selection |
Create the product elements with add to cart, price description and title |
Lightbox to see bigger image in modal |
Filter for products - price range etc |
Create widgets for best sellers, top three, home page module etc |
Rename this to E-Commerce as the widgets can be applied to most shopping patterns |
Provide an easy to edit template for the cart and widget for where data gets inputted |
Cart URL should be a config variable as it appears in several places |
Need to check that this works with relative links or directory indexes |
If page refreshes directly on hash of menu then it does not expand |
Sub menu should not be active |
Redo the CSS so its in BEM - need to pass through the relevant CSS classes to the List Group partial |
Get the affix working again |
Sort out the javascript controlling the submenu hide and show |
Create the submenu sections again |
Create a documentation page on codeblender for this partial |
Should put this into an aside tag also |
See what micro formats and accessibility we need on this partial |
Add scroll spy to this also, if the submenu happens to be link reference to the current page |
On pagination the active sub navigation is lost - fix this |
Document the flags for table data |
Allow the auto magic to be switched off |
Fix the context element |
Example of the data required to use the bootstrap table |
Use the partial here not in-line |
Add the ability to throw in an Angular NG-Repeat also - basically map the column names to the expression names |
Options to put in a badge and add a tag icon on the tag element |
Options to remove the Heading - change text or tag |
Make the font colour change with the size also |
Allow for counting tags in different blogs, i.e. blog( 'portfolio' ) - middleman bug? |
Allow for local to change the options |
CSS Do I need the section here? |
Make links larger in accordance to touch areas for mobile |
Thumbnail should just include one thumbnail - gallery should sort out the rest |
Need to sort out the zoomix |
Path to image not working |
Needs revisiting as a component so it allows for all the possibilities of usage |
Need to link whole image to destination |
Add image Ribbon to thumbnail |
Options to remove thumbnail border |
Provide the ability to show just one thumbnail without the row etc |
Put this into BEM |
Do I want responsive image to be the default for these |
Parse all pages collecting the todo for a global Todo List |
Sort the list based on Date and Priority |
If a data column is blank then omit it |
Allow the table to be sorted and filtered |
The Todo Element should be collapsible - place in details tag? |
Change flag to priority |
Add an author column to the table |
Link in main content should be linked not whole text |
Context make todo not sure up now |
This needs rewriting to allow for the container to be more than a button |
Need to allow more than one on a page - doesn't show cart items on first one |
Spinner can this be a form spinner - increase size of arrows anyway - make icons |
When there are no items the arrows colour is not correct |
Allow for set content types - lists - content - icons - address etc so we cause less HTML in the locale |
Allow for a section to be pulled from a separate partial - i.e. partial per section then can have better separation of locale over html |
Footer column should be self created or defaults - i.e. allow one section to cross over X columns |
What aria role should be created |
Need to include micro-formats - could be viable for address / location elements in the footer |
Make sure all the SCSS has variables that can be overridden in the core site. |
Create the gallery partial |
Roll this into the portfolio and blog setup also |
Need to allow the image to be placed onto the screen also in a placeholder space i.e. for mobile prototypes |
Add Tooltips to the image to show certain details about the image |
Favicon fall out of this gallery as they are not in the assets path |
Select a specific directory to look under |
Provide a drop down of a directory to check |
Add a selector to change the column widths and height dynamically |
Icon class is hard coded in the CSS - fix this |
Gallery should have pagination, filter and search coupled with it |
Thumbnail should only handle one instance this gallery should do the column heavy lifting |
Complete the components of what a header is all about |
Complete a section which outlines the keyboards utilised by android and iOS |
Set up gotchas section - ie -webkit-touch-callout property to none |
Add elements from this site - tutorialzine.com/2013/07/50-must-have-plugins-for-extending-twitter-bootstrap/ |
Add new interaction, need to see the wireframe for the add interaction form |
Interaction form, Does each interaction need a slightly different form |
Interaction form, Does each interaction need a slightly different form |
Need to make it so it does not flicker when loading |
Look at the AJAX loading of Disqus - required if more than one on a page |
Fix the comment count element - deploy this into the article details |
Move to social |
|
Sort out the reference elements |
Sort out the correct default width based on the layout selected |
Create a working example of a Facebook login for web |
Create the ability to invoke the share dialog without the button : https://developers.facebook.com/docs/sharing/reference/share-dialog |
Error if a URL is not present - do not default |
Get this working again |
Complete instructions |
List the available ad types - check the old Zend stuff too |
Do not require the JS for every advert I think. |
JavaScript should probably placed in the JS file and loaded after the last button |
Complete the example for full screen and embed |
Need to pass through the image options for the avatar |
Should have the option for HTTPs |
Check whether type=thumbnail works |
Include gravatar links and docs |
Configure the workaround for default image |
Use code partial on docs page |
Find out how to configure language for this - or is it automatic based on browser locale |
Translate this |
Add the required locals for this : action, elements, icons, placeholders etc |
Sort out whether Fname and Lname are required by locals |
Need to catch the errors correctly for the AJAX and hook into Alert System |
Wrap this up into a utility class for Mailchimp |
Expand the checks on whether Email is Valid |
Mailchimp allows for First Name, Last Name and Format include these |
If the user is already signed up a URL comes back make this clickable |
|
Complete more examples |
Add elements from this site - tutorialzine.com/2013/07/50-must-have-plugins-for-extending-twitter-bootstrap/ |
Handle the Click event in the usual on manner |
Make the Key and Image Global variables |
Handler needs to get the details of the products from date- fields |
Provide a sample of the JS version - using the promises |
Complete with the full set of parameters |
Provide a sample of the JS version - using the promises |
Complete with the full set of parameters |
Introduce - http://ogp.me/#type_article |
Table of contents - Position a little better - fold up perhaps |
Content -Style available areas |
Comments |
Make sure all bemmed up |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Complete the Social icons addition for this contact page, should include at least Facebook, Google and Twitter |
Check browser support for HTML5 form elements - pollyfill or do without |
Need to validate this vis JS and then AJAX the form over to formspree |
Place an optional simple captcha on the form - recaptcha partial |
Add a tooltip with the total number of posts in each section - on hover |
Find a way to include the language elements from this module also |
Sort out the design of the blockquote, caption and thumbnail image |
Use the link_to feature for the links |
Swipe needs to happen on certain regions only, and should work back and forward - use history push |
Steps should be: Create Project, Upload Screens, Create Regions |
Project creation Form - Project Name - Type (Web or Mobile) perhaps |
Make sure screen names conform to a standard when uploaded - no spaces, strange chars etc or rename them |
Details saved to local storage |
Allow for the boundaries to be chained to produce the full flow for the project |
Add an input to declare the parent CSS |
Add an input on boundary select end to name the region |
Once all has been created then download assets including HTML, JS and CSS |
Select a phone when creating the project - use phone as the background for the project |
Link together the names of the regions with arrows in a formatted way - show screens later - export to PDF Find out recursively what is connected to each other |
Add elements from this site - tutorialzine.com/2013/07/50-must-have-plugins-for-extending-twitter-bootstrap/ |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Look at Flikr Badges - www.flickr.com/about/goodies/ |
Create an AddThis partial in social section |
Check out github.com/mledoze/countries - include into dropdowns etc |
Add a variable for the theme of the syntax highlighter in the config file |
Create a partial to display a cookie panel on the page |
Create an editable view of the possible configuration options |
Create and document a crossdomain.xml file - use builder also |
Create a coming soon / maintenance layout |
Need to put the body data tags back into the layout |
Need to be able to change the doctype and HTML aspects from the config |
Add the base ref to the config |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Test this with Directory Indexes etc |
Enable options to show all numbers |
Mark up the pagination with correct schema.org stuff |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |
Document Facebook / Twitter / Google front matter requirements |
Complete Older and Newer links to other articles |
Complete related articles section |
Author Biographies and Photo - micro format |
Table of contents should look better - collapsible - use JS |
Table of contents using hash does not work - directs to home path |
Provide a blank / random image if one is not found to keep the design |
Create a hover over state for the article to slightly grey it out |
Add in some filtering for popular - most commented on |
Add in search - Add in tags - Add in social links - Facebook like and share, tweet and pin - Add in report page button |
Add in video / image - could be carousel - Add in title - Add in price - Add in content - Add in Ribbons on some products |
Add in Trending Today - Add in Buy Now - Add in Add to Wish list - Add in Comments - Add in related products - Add in newsletter |
Article list partial should not be in this template folder |