16
Jul
Pay attention that you never ever make a typo. At least be careful to always check and re-check your spelling and grammar.
Get to know what glyphs and font family's are.
study resolution and formatting if you can
pay for a copy of the New Yorker and never throw it away.
Comprehend file formats
Comprehend style sheets
read about typography
Answer: Check […]
Read the rest of this entry »
16
Jul
How do you make your page like this?
Ex:
http://avatars.imvu.com/Innate
or this
http://avatars.imvu.com/Supreme
Answer: View source -> copy -> paste
Book Mark it-> del.icio.us | Reddit | Slashdot | Digg |
Read the rest of this entry »
16
Jul
I've heard a lot of complaints about iWeb and I know it's meant to create personal sites for family and friends, but I'm trying to create a site for a school club of mine. Members reach to somewhere in the 100s. The site will include a pic gallery, calendar, daily updated blogs, etc. I don't […]
Read the rest of this entry »
16
Jul
I want to know the meta tags for one blog
http://newlyadded.blogspot.com/
Answer: try newly added , newlyadded , n e w l y a d d e d, newlyadded.blogspot , newone , new one , new website ,new software , newwebsite , newsoftware
As per observation u can also add this
software , website , new , newone, […]
Read the rest of this entry »
16
Jul
Cell G will always contain a formula that references other parts of the Excel workbook.
The below VB script works only for the first iteration. What is a superior script?
Sub HideRows()
show0hide1 = 1 'put 0 to show, put 1 to hide
row2chk = “$2:$200″
For rw = Range(row2chk).Cells(1).Row To […]
Read the rest of this entry »
16
Jul
class TestArraysClass
{
static void Main()
{
// Declare a single-dimensional array
int[] array1 = new int[5];
// Declare and set array element values
[…]
Read the rest of this entry »
16
Jul
Hey joomla people, simple question. I have my new Web site's joomla folder in www.mysite.com/joomla. Because of this, my server is treating that as the homepage to my site.
How do I get Joomla to recognize www.mysite.com as its home page?
Thanks!
Answer: delete that directory and put its contents in your “www” or “public_html” folder (i.e. […]
Read the rest of this entry »
16
Jul
Hi!
The reason why I decided to ask here is because I got ideas and plans for my website here. So I figured, why shouldn't I give it another try.
Anyway, I'm looking for someone who can design my website free of charge in exchange for free ad space on it or to build a portfolio. The […]
Read the rest of this entry »
16
Jul
how can i find a hidden link in a page??
Answer: View the code source. It depends on your browser, but somewhere on it there is an option to view the page source. It will show you all the code that creates that page. Then you can look for your link.
On World wide web Explorer there […]
Read the rest of this entry »
16
Jul
Ok so this might potentially be a tough question, keep that in mind. All the effects I explain will be accomplished using jQuery, I only need advice regarding the actual logic.
Ok so basically I have a collection of photos (which I will be storing in an array), let's say 5.
Every 12 seconds, I want to […]
Read the rest of this entry »