Easily create your own personal or public knowledgebase with Pagellan. Unlike other social networks, Pagellan is not about followers, following, promotion or posting trivial info. It is about storing and sharing knowledge to make life a bit easier. Best of all, it's free.

New! - Use Pagellan to post 'longer tweets' and facebook updates. Your posts will link back to Pagellan with your affiliate ID embedded. A great way to store, tag, and categorize important tweets and updates. Got a question about anything? Ask it, and let our members find the answer. Learn More.






viewing posts with the tag "web development" - (9)


Try to design around the content, instead of making the content fit the design.809

Try to design around the content, instead of making the content fit the design.




In order to have all the text in a text field selected when someone clicks on it, use the following code: onClick="this.select();" 682

In order to have all the text in a text field selected when someone clicks on it, use the following code: onClick="this.select();"




When designing a website, it's a good idea to have a specific colour pallet in mind. Whether you start with a colour pallet or make one up as you go, always keep track of your colours. I personally use http://www.colourlovers.com/ for both cases.523

When designing a website, it's a good idea to have a specific colour pallet in mind. Whether you start with a colour pallet or make one up as you go, always keep track of your colours. I personally use http://www.colourlovers.com/ for both cases.




Make your website uniform and predictable. Every time a user assumes something and they turn out to be wrong, consider it a negative point against your website.467

Make your website uniform and predictable. Every time a user assumes something and they turn out to be wrong, consider it a negative point against your website.




Whenever you are working with software, such as Photoshop, and you feel that, "There must be an easier way to do this". There probably is. For example, in Photoshop you can export all visible layers to individual files.455

Whenever you are working with software, such as Photoshop, and you feel that, "There must be an easier way to do this". There probably is. For example, in Photoshop you can export all visible layers to individual files.




HTML Object instead of iFrame: <object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" type="text/html" data="object.html" more...422

HTML Object instead of iFrame: <object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" type="text/html" data="object.html" style="width:300px;height:200px;"> <p>Fallback text</p> </object>




PHP refresh: header('Location: http://www.google.com');112

PHP refresh: header('Location: http://www.google.com');




JavaScript prompt: var name = prompt("Question?", "placeholder");22

JavaScript prompt: var name = prompt("Question?", "placeholder");




JavaScript refresh: location.reload(true);15

JavaScript refresh: location.reload(true);