Jump to content
xisto Community

ashutosh_malguri

Members
  • Content Count

    39
  • Joined

  • Last visited

Posts posted by ashutosh_malguri


  1. Hey trappers m starting a new blog about revenue making ..ive started it few days ago it contains categories related to making money online from affilate marketing, internet marketing , PPC , SEO , Freelancing tips blogging to make revenue.
    By this time ive written a few posts about affilate merketing and sharing my knowledge with you with you..so cvheck it out at at http://forums.xisto.com/no_longer_exists/ or http://www.dipdrops.co.cc/

    I'll keep it up to date and try to give my best also comment on the posts and what do you feel about it.

    any one intrested to write article for the blog plz PM me thanks..


  2. i recently registered to web hosting gofreeserve.com ..I heard that they got good uptime and features.Now the problem is when i installed wordprress using fantisco installer ( in the root directory ) . the prob there is that i am not able to upload a new theme I've tried almost everything , i uploaded files(zip) manually from the file manager in the theme folder it show that the theme folder but no theme shows up in the wordpress user interface...I've also tried to upload the theme using wordpress interface "ad new themes" in which it asks the ftp info i gave it and when i tried to upload it i got an error saying that could not locate wp_content directory ..though its on the server...m looking for help ! any 1 used gofreeserve ?


  3. I think bux.to is not a practical system to earn monet. though the process may seem very easy and fast way to make money ... but its CRAPyes a crap on the world wide web .They pay you $0.01 to 1 add for 30 sec so in 1 min you can view 2 ads in 10 mins you can view 20 ads in 60 mins 120 ads that make it 120*0.02=$1.2 in 1 hr.now if you do that for 12hrs youll get 14.4$ if you even use autockicker mod you & you view ad 24 hrs it makes it %28.8 .if you do that for 20 days youll get that makes it $576 per month...woo thats gr8Noooo dont be in this false impression ...the rub is that they give you only some ads say 15-20 ads per day that makes 0.2 per day mow do the math again..If you are lucky you can get some refferrals and earn a bit more..


  4. hypotonic or hypnotic writing is the method of writhing blog/mails invented by Dr Joe Vitale author of several bestselling booksi listined to his ebook in which he has eloborated the topic Basically what he said is that when you are doing buisness online where you dont see people whome you are selling your products to you have to make them feel that you are for them as we have to convay all our feeling towards them by just writing so write in a hypnotic mannerIt should that the article/blog/email has been wirtten specially for him.this makes him feel that he knows and becomes loyal for you and will return to you the next time .This means you first hypnotise your customer and commands him to buy your product....He said he wrote thousand of mass mails and then emailed it and each recipient felt like its written directly to them and had a great responce and great salse...This technique is used now by many successful buisnessmen , enterpuners for marketing and salse and has proven a boon in the industry...It focus on The power of advertisng and media ...and conveting visitors to customers..


  5. I dont think free webhosting is a good idea to host your site at all if you are looking for features like php and mysql .If you are looking just for html hosting without any core features like php, sql ,apache etc 110mb.com is the best option .But if you are really ooking for really core features you wont really find a good host all of them i think are "crap" i've used many myself and all of them five a long list of features all is crapTake x10hosting for instant i was really in a state of crying when i uploaded my site on it . The server are record breaking "crap" out of 24 hrs the have an uptime of max 5 hrsThey insult you in their forums , when i contact their "crap" support they told hat it was because old unused sites they are cleaning it up and it will be fine in 1 week but nothing happened after even a month. same is the case with all the free webhost giving similar fratures space etc The only good free webhost is 110mb(but less features) atleast they have good uptime And jumpline.com(excellent)


  6. i first started learning html 2yrs ago at that time it was type of an alien language to me..it is really difficult to learn any language learning html was the same ..Even when i understood the code working it was very difficult to design sumthing on it, later i worked on adobe dreamweaver it was much better and it to helped me to learn as it is not only a WYSIWG editor but you can see/edit code directly from it.That helped me improve my skills in html ..so i started to design a website at that time also i didnt knew much of it because i was still a newbie but as i carried on working on it ..and later also learned some css and javascript it became a very easy thing to me.Later i also reffered to the ebooks and study material which earlier was a bit too difficult for me ...So as you work to make somthing of the language you are learning instead of just learning it.Also when you start laerning more advanced techniques and examples basic becomes more clear.


  7. Next comes the sidebar:

    quote from wordpress

    a narrow vertical column often jam-packed with lots of information about a website

    This defines the sidebar quite nicely . You can see the sidebar on righ or left of your pages(most cases).It is a very important and powefrul part of your blog/website and cannot certainly be ignored .. It should look good but no clustered , it mostly should be clean and decent (untill you are making a crazy blog/website)
    The sidebar file is in the same theme directory for eg. in case of default thems the path:\wp-content\themes\default

    like header you need to include the sidebar in the index.php with the function

    get_sidebar() i.e <?php get_sidebar(); ?>

    These are some of the basic thing you could in the sidebar mentioned by wordpress

    Nested Lists Navigation
    Post Lists
    Meta Data
    Link Lists
    Link List of Authors
    Ads
    Meta

    and there are many more actually you can put anything any image, banner , slideshow ,ad, plugin(TWITTER ETC) or even articles for that matter(but is useless and will make the design suck)

    To edit/customise the sidebar open sidebar.php you can see the code you cna add any new widget or sidebar entity to the sidebar this will be usually placed between <ul><li>[content]</li></ul> format because most of the items displayed in the sidebar
    Understanding the code syntax: example code
    <h2>archives</h2><ul>   <?php wp_get_archives('type=monthly'); ?>php</ul>
    This code will show The monthly archives in a list
    wp_get_archives('type=monthly') is a wordpress functions......there are many more wordpress functions which help you with your sidebar
    have a look at them here here https://codex.wordpress.org/Function_Reference/ (most of them can be used in sidebar use logic and think bout that)
    Theme related functions, classes, misc funstions have most of the functions that cannot be used(logically)

    you can find many sidebar plugins on wordpress official website.

    You can also setup more of these types of function (plugins : They mostly work on the the concept of including functions that comes with the plugin to sidebar code like one above)

    You can ad more style to your lists , arcives etc with help of css.

    Not only this you dont nessessary need to include a function to embed somting to the side bar you can insert any plain code(html,javascript etc) banner, image, slideshow etc
    as been correctly said by wordpress in their offecial website "Did you know you could put anything you want in your sidebar"

    One more important thing , you can add as many side bars as you want ,yes more then one .. either both on left or one on left and one on right
    Wordpress has eloborated this point quite nicely plz visit this link http://forums.xisto.com/no_longer_exists/ - to read it under heading "Different Sidebars Anyone?"

    I also recommend to go through the whole page instead....

    -thanks

  8. This is the next post to the series of the wordpress theme tutorials

    in this post i'll cover the working and arcitecture of the wordpress header

    To begin with the header of wordpress you should know all the files and scripts related to it so you caN WORK ON IT.

     

    The main hearder scripts recides in the header.php file in the template directory.

    Header style attributes are also given in style.css as(for the default template):

    #header {	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;	}//Thus you can change header image by changing the above image link#headerimg	 {	margin: 7px 9px 0;	height: 192px;	width: 740px;	}
    to find header related styles(default theme) look for css selector of name #header and #headerimg(for background) and there more custom selectors you can add for your header for example:

    #header h1 {	color: #fff;	border: none;	font: normal 24pt verdana;	padding-left:230px;	padding-top:50px
    There could more or less css selectors ( according to your styling) as in the classic theme we only have one that is :

    #header{	background: #90a090;	border-bottom: double 3px #aba;	border-left: solid 1px #9a9;	border-right: solid 1px #565;	border-top: solid 1px #9a9;	font: italic normal 230% 'Times New Roman', Times, serif;	letter-spacing: 0.2em;	margin: 0;	padding: 15px 10px 15px 60px;}
    Now coming to the the file header.php:

    this php script is the backbone of your header it contains :

    Title

    Discription

    Header image/background

    Executes the CSS style

    anchor to main page : blog. get_settings('home')

     

    You can include functions like wp_list_pages so you also can have a menu within a header..

    You can customise that menu with the style.css


    Now To undesatand and learn to make a basic customized header visit this link: http://forums.xisto.com/no_longer_exists/


    also this link to make a good advanced header http://forums.xisto.com/no_longer_exists/


    Now you've must got a good understanding of the wordpress headers

     

    As index.php is main theme file be sure to include the header file by uising get_header() function

    SYNTAX:

    <?php get_header( $name ); ?>// when name is specified or<?php get_header(); ?> //when there is no name , by default it is ()
    You can also use different header for different pages

    SYNTAX:

    <?phpif ( is_home() ) :  get_header('home');elseif ( is_404() ) :  get_header('404');else :  get_header();endif;?>

    Visit https://codex.wordpress.org/Function_Reference/get_header to know about get_header function.(premade ready to use function designed for wordpress)

    Visit https://codex.wordpress.org/Function_Reference/ to know about all the premade functions for wordpress


    Next post : working with the sidebar > continued....


  9. This a the first post in the series of "making wordpress themes" you can find everything on codex.wordpress.com but it is very difficult to understand for biggeners and i have eloborated the topic and the basics for newbies and learners Please refer http://www.w3schools.com/ (if you dont know php ,html, css). The aim is understand the code and file structure so that you know where to go and what to do there to edit and make a theme yourself.learning to make/edit wordpress themes will be an opportunity to learn and gain expertise is CSS , PHP ,XHTML also.

     

    Part 1:Starting from theme Code structure:

     

    This topic is just a basic understanding of the Anotony and structure of wordpress themse code structure (&files)

     

    //More specific topics like making header, footer, sidebar , main content(the loop) , plugin will be covered from next part/post onwards m working on them

     

    quote from wordpress

    A traditional web page consists of two files:

     

    The XHTML page to hold the structure and content of the page and

    the CSS Style Sheet which holds the presentation styles of the page.

     

    In WordPress, the (X)HTML structure and the CSS style sheet are present but the content is generated "behind the scenes" by various template files. The template files and the style sheet are stored together as a WordPress Theme.

    you can notice this when you open the theme folder

    wp-content/themes/DEFAULT/

    (where test is the DEFAULT THEME folder)

    you can see files like

    index.php(the main template file)

    header.php(for the header of your page),sidebar.php(for the sidebar of your page) , image.php(to manage images(linked) like social bookmarking icons etc.

    footer(for the footer of your webpage)

    functions.php (for functions if any)

    and other simple ones like comment.php,links.php etc

     

    You also have a style sheet

    style.css & rlt.css


    before moving forward have a loot at wordpress page structures here: https://codex.wordpress.org/Stepping_Into_Templates

     

    In this above page ( link) you will easily understand simple and complex page structures. Most important part is the file related to different part of the structures

     

    Basically this is a structure of code files for a standard(simple/default) layout:

    quote from wordpress

    header.php

    |-> theloop.php (The Content)

    |-> wp-comments.php

     

    sidebar.php

    |-> searchform.php

     

    footer.php

     

    However, this structure can be changed. For instance, you could put the search form in your header. Perhaps your design does not need a footer, so you could leave that template out entirely.

    It also includes other files like functions.php to and other files for support like style.css which is the stylesheet file for the style of your site and more..


    To understand better template file hiarchy click on the link , this will help you understand the files and their working/importance better and files included to make a part of page like categories(you will find all files related to categoties)

    https://developer.wordpress.org/themes/basics/template-hierarchy/


    Next: Dealing with the headers > continued...


  10. artisteer - serious software and attitude issues

    Making Wp,drupal,joomla Themes With Artisteer

     

    We bought a license and tried it out. The theme breaks in IE6. It Breaks to the extent that it freezes the browser and nothing works. PNGFix did not help either. Paul Hudson over at Artisteer has been less Than eager to help, and belligerently points out that Drupal sucks for Implementing the CSS and JS aggregation feature under 'Performance'. Rather than treat us like a proper paying customer, he's suggesting I Prove to him that Artisteer themes are obliged to work with these Performance features switched on. He thinks Drupal should fix the issue.

     

    Bottomline is this: If you use modules such as ubercart that push The number of CSS over IE's limit, you need to have CSS aggregation Turned on, and this means Artisteer will cause 20% of the world's Browsers to freeze. Support at Artisteer will spend their time trying To prove you and Drupal wrong rather than fix the issue or treat you With any respect.

     

    -reply by pachydermus


    oooo..thnx 4 sharing


  11. Have you ever try it? What kind of watermark will be placed on our site? If it's exported, then I suppose it should be exported as php and css files right? I hope you could give some review, or maybe your original theme :)


    Ya here are the watermarks i've uploaded a theme i made
    http://110mb.com/404.php

    Coming to Your sec question yes they are exported as php as CSS files . It is Exactly similar to ones you download .

    Here is a better view of the files
    Save/working format - http://110mb.com/404.php

    Export format(wordpress)- http://110mb.com/404.php

    similar will be results for Drupal & joomla

    I would have posted them earlier but trap 17 dont allow images so i had to sign up to a 110mb server and uplodedd them
    if you have any queries plz feel free to ask me

  12. Artisteer (v2) is a template maker from which you can make templates and export it as wordpress , Drupla and joomla temllates.
    If you are working on wordpress or any other CMS you might know how important your theme is.With Artisteer you can Design your own templates according to you .
    Ther are many prededined styles litke Gradient, textures wallpaprs.
    you can set page width , height , Article layout type ,color combos , page layout types , Hedder height/width , footer height/width , menu buttons, shadows, Offset etc
    there's a whole lot of custom options in it, but is you know scripting you'll find somethings missing like tou cannot ad another column/space below the header for slideshow or newsflash , you can for sure do that in the later part if you you now scripting.(so there are limits)
    Now coming to other part the artisteer layout contain 2 layers one the main background and the content page you cna set the width/transparency of the main content page

    Now coming to exporting it .
    The theme is by default made on .artx ext so you can save and load only .artx if your template is compleated you can export it as Wordpress , Drupal , Joomla the at a single click . But if you want to edit an existing joomla, wp, or drupal theme you cannot do it because it Wont do that(many reason if yo've used CMS earlier u'll know)
    For newbies it only opens/loads .artx file and there is no file of .artx extension in the theme/template package


    Here in the links below i've illustrated

    Sample (default theme) http://forums.xisto.com/no_longer_exists/404.png

    working enviornment -http://themeit.com/ , http://imageshack.com/f/nqv6mhj



    Artisteer is not an open source app but you can download its free version the only limit in it that it ads Artisteer watermarks all over the page . Rest functionaly is full so you can try it .


    You can always get mods to remove the watermarks :D
    Plz share them olso :)
    _________________________
    http://www.artisteer.com/ official site
    _________________________
    -tanks

  13. Dvorak has proved double as fast as qwerty layout of keyboard because of its key placing.

    Devorack is much more easier to learn then qwerty because it is much more comfortable . The Dvorak keymap is carefully adapted to the English language. For example, most typing in Dvorak takes place on the home row, so your fingers and hands don't have to move around so much. Dvorak also divides words more evenly between hands, so one hand isn't typing whole words like agree, fact, grass, greater, opinion, regard...

    Thus it is much better and easier to adapt a qwerty typist can adapt it in less then 10 days Switching to dvorak in windows Got to Control panel-> Regional and language options -> open second tab that is :Advanced->Details->Add-> input language=English United States Keyboard layout/IME=United stated-Dvorak Then go to key Settings and select a key comb to switch Dvorak and qwerty You may require qwerty (specially playing games which uses (wasd-up,left,down,right) therefore be sure to choose a key comb to Switch Qwerty may also be needed for foll: If you program in un-English languages like Unix shell commands. If you depend on software's keyboard commands (as in vi or emacs) that you know by their positions, not their letters.

    after Switching to dvorak you can use stickers to replace marked alphabet on keys or replace the keysremember to use your brain have a look at the layout before taking out the keys because in some key boards one key cannot replace and put key on other key slots (different shape or size) also 4 keys here are some images for refrence 

     


  14. As our fellow members have already told a lot about CMS and by now you must have got what is joomla if you sitll dont know what a CMS(joomla etc) is ,in simple words it can be expredssed as a set of scripts and codes like php(core) and javascript,html etc working togeather for you to make a website joomla contains 2 ends ,The front end and the back end(front end is which visitor of your site see while the backend is where you have options to edit your site's content layout etc which can be accessed only by you) Any change made on backend is reflected on the front end.if you wanna make a powerful and interactive website joomla is one of the best options for you (also have a look on mambo,drupal and others).If you dont wanna deal with the scripts you can use the Friendly user interface of joomla and dont make chnage to any of scripts manually on the directly while if you know scripting you can make changes directly on the scripts on the directory while using the backend(the user interface) which make open source CMS very powerful.If your cpanel have option of "FANTISCO" you can easily setup it , while you can also directly upload it to the server.Specifically joomla hve core features like:Login for multiple user(till your server can hold it)Have default template - you can install new template or edit default temlpate or any temlpate installed , From the User interface backend you cna only edit limited layout of the temlpate while you can directly change source code of template to change its layout (which brings in most of scripting part)apart from it you have tools to manage your menus, banners, ads , article ,user premessions , Styling etc from the backend(user interface)Apart from default features you can install more modules , plugins, components to your joomla . You can get them at extensions.joomla.org.Joomla has a lot of scope if you want to know more bout it or have any queries feel free to ask me.

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.