Everything posted by JenniferMalina
-
common header and footer
Since HTML does not have an "include" directive, I can think only of three workarounds Frames Javascript CSS A little comment on each of the methods. Frames can be either standard frames or iFrames. Either way, you will have to specify a fixed height for them, so this might not be the solution you are looking for. Javascript is a pretty broad subject and there probably exist many ways how one might use it to achieve the desired effect. Off the top of my head however I can think of two ways: Full-blown AJAX request, which requests the header/footer and then places them in the right place of the page; <script type="text/jabascript" src="header.js"> which has something like this in it: document.write('My header goes here'); Doing it via CSS would be really an abuse. CSS has the content property which allows you to insert some HTML content, although it's not really intended to be used like this. Also I'm not sure about browser support for this construct.
-
Need advice on setting up guides in Photoshop
I usually uncheck “Ask before saving layered TIFF files” because it is annoying to have the warning pop up every time stating that using layers increases file size. I also choose “Never” from “Maximize PSD and PSB file compatibility” popup menu. But if you are using your files across multiple versions of Photoshop or other Adobe Suite products you may want to leave this to “Always” or “Ask”.
-
what does this sign on css means * { }
The asterisk (*) has a spectrum of meanings, depending on how it is used. * {} targets all elements within that portion of the DOM. It is usually referred to as a 'wildcard'. Then you have ELEMENT * {}, which selects all elements within the ELEMENT element. For instance, div * {} selects all elements that have DIV for a parent.
-
Multi-vendor Shopping Cart CMS?
Look at PHP Mall (version 3) the multi vendor contant management system from Net Art Media. I recently purchased this software for a client who wanted to set up a local shopping initiative. The project brief was for local vendors to be able to log in, open a shop, and sell online. A big feature of the website was to be able to search for your local shops by postcode. As this was one of the features that comes packaged with PHP Mall the software, it was a perfect fit for the business model.
-
Help with logo design
There are many nice fonts out there and we would all love to use as many as we can. Unfortunately using too many fonts will most of the time result in a loss of coherence and it will make the viewer feel multiple emotions that fight against one another. Using two different(not too different, preferably under the same theme) fonts can be good to create a contrast, catching the eye.
-
looking for a specific opensource e-commerce
You’ve only got to look at Magento’s client list to realise what an excellent piece of open-source software it is. You have to pay for the Enterprise Edition, which is packed full of extremely useful features, but the Community Edition, meant for developers only, is free to download and use.
- Logotype opinions
-
How to create a border-bottom on photoshop?
Hello, Follow This Steps, Open the image and create a new layer. Go to the Edit menu, select Fill and fill the layer with black. Name the layer White Border. Click the fx button at the bottom of the Layers panel and select Stroke. Set the the Size to 9 pixels, the Position to Inside, and the Opacity to 60%. (These values are based on the size and resolution of the image used. This image is about 3″ x 4″ with a resolution of 72 ppi.) Go to the menu to the left in the Layer Style dialog box, and select Blending Options at the very top of the list. In the Advanced Blending Options section, set the Fill Opacity to 0%. Click OK to close Layer Styles. Note the Fill Opacity field at the top of the Layers panel. Drag the White Border layer to the New Layer button at the bottom of the Layers panel to duplicate the layer. Rename the new layer color1 border. Double-click the fx button next to color1 border to edit the Layer Styles. Select Stroke from the menu on the left. Change the Size to 4 pixels and increase the Opacity to 80- 100%. Click the Color Swatch and pick a medium-saturation, neutral tone. Click OK. (For this image, I sampled from the plate. If you hover over the image while in the Color Picker, your cursor will change to the Eyedropper. Duplicate the layer and rename it. Double-click the new layer’s fx button. Select Stroke from the menu. Change the Size to 2 pixels, click the Color Swatch and select your darkest color. In this case I sampled from the chocolate in the image. Medium-dark golden bronze shades work well, too.
-
Meaning of colors in web design
Colors are traditionally shown in a color wheel, and from this wheel, we can separate colors into three main groups: primary, secondary and tertiary. The three primary colors are red, blue and yellow. These colors are the base colors that make up all the other colors on the color wheel. Mix the primary colors together, and you get the secondary colors. These are orange, green and purple. Tertiary colors are comprised of the middle colors like yellow-green and blue-green. They are created by mixing a primary color and a secondary color.
-
E Commerce Team Build Up
The guide is aimed at client-side ecommerce practitioners and includes recommendations from seasoned professionals on how to build and manage your team; how to create a framework for understanding the key challenges; and details on how changing market conditions are impacting the demands on ecommerce teams.
-
high quality images for website
Fire works is a designed from the ground up program for working with images for the web, however it can do a lot of high quality work for printing as well.
-
Icons
Hello, I suggest you to find easily on google images other then you also get the nice collection of icons on iconfinder. try this and good luck!