|
||||||||
| Visit Codefight.org to Download Content Management System (CMS) | ||||||||
|
|
Great Jquery Stuffs Bookmarked
Some of the jquery stuffs you may be looking for as i was. I'll continue to digg great resources to list all jquery demos/examples when i stumble upon on any slashdot. For now these are just the resources and will continue to expand these resources with some info. This is like my bookmarked links, so i don't need to google them again. more »Promote Yourself And Your Business For FreePromote Yourself And Your Business For Free We have just launched a new site to promote businesses, yourself etc for free. Business related to information technology, hotels, tourism, jobs, blogs, etc. You name it, all are free. But adult content and gambling related promotions are restricted. They will be deleted… more » Tenthweb.com a place to hangout for forum posts.We have just started forum to cover wide area of community. This forum is called tenthweb forum. This has just stepped in this web world, so is fairly new and with less experience. But we also like to be loved by the community and step ahead and be one of… more » Deleting individual URLs from Firefox's history
I have been using Firefox for quite a sometime now and have been preferring it while browsing rather than other browsers, which could be due to different add-ons available and may be due to other different positive sides of firefox but i was struggling to find out how i can delete an individual url from list of urls from history. Then found the quite simple solution which saved a bit of my headache from further search which is "select the url and then press shift + delete keys" thats it. That will remove the url forever from visited urls, which is recorded as history URL. {{banner 2}} more »Codefight CMS version 1.1.4 is now released
As usual new release contains few bug fixes. Also, it now supports PHP 5.3. Plus, its now compatible with Codeigniter Version 1.7.2. I am working on banner manager and have attached the draft copy which now supports inserting html or other scripts. There are other fields as well but they are not connected yet. You can insert banners to the blog post easily by adding {{ banner id}}. No space before banner, I had to put space here in post, otherwise it will parse the tag and insert the banner here or if not found, it will just remove the tag. Now templating is much more easier. I haven't used any template parser to make it easy for every PHP programmer. With just few lines of code in the template and new CSS file will give you the site you want in very short time. {{banner 2}} more »Social Media Sites Like Facebook, Twitter Are They Time Wasters?
Lately I Am Addicted To twitter and Facebook. I was trying to avoid these top social media sites because i knew if i get into them i'll be buried unknowingly. I was getting so many invites in my email to join them referred by my friends. Then i wanted to give it a go and joined them. Then i started to be involved with them more and more. With the twitter i tried to gain some followers on the first few days then i totally stopped it. Then again after few months i became more involved and started to watch the followers list grow & grow and follow back them plus follow the ones suggested by twitter. So when i am writing this i am following 1280 twitterers and my followers counts 731. When it crossed 500 it felt so good and waiting to see how i'll feel when it crosses 1000 and thats not too far away if i am actively participating in the tweets. more » Magento e-Commerce Few Tips, Tricks, Codes and Options
These are the few things i had been documenting while doing projects on Magento E-Commerce Solution. So posted here to find faster when needed. These are just small snippets. Not detailed, easy to understand though (hopefully). How to insert Url in the CMS pages?[code] {{store url=''}} will give base|store url more »Privacy Policy
We don't sell your details. We don't use your data to spam or for any other reason. more »Two new blocks added in codefight cms - most popular entries and recent entries
Update: Below items has been added to codefight CMS version 1.1.3 which is available for download from google code. Also includes fixes of installer. Today i have added two blocks in the core. Most popular entries which is based on page views. Every time a page is viewed, its counter increases by 1. So, the list is grabbed in a descending order i.e. most viewed to least viewed. There is an option to get number of lists you want to display. Default is 10 list. And another block is recent entries. This is straight forward. And needs no explaination. The sorting is done according to page ID. In this one also you can pass amount to get number of listings. Default is 10 for this as well. Currently limiting is pass through block only. I am planning to connect it to admin, so, its easy for non-programmers to easily select the number of entries to fetch from database. Update 6th sep, 09: Yesterday i added above blocks and today i have updated comment section in frontend and admin. When adding comment now it adds current url as well. Previously i was having problem to find out which page they belong to. Now its easy to know the page, that comment is submitted. Not sure what to add next :) thinkinggggg......... {{banner 2}} more »Teej Festival In Rockdale, Sydney, Australia : Aug 23, 2009
This is the video taken by my mom. There was a Teej dance program at rockdale town hall. Mom captured some glorious dance on her camera. Teej festival is more interesting and fun in overseas sometimes. more » How to edit/change contact page form in magento
Wow after few searches i found the solution so, i didn't get that much headache at this time. This is how i changed my contacts page form in magento. Step 1:Change the contact form located at: <code> <?php ... ?> </code> more »PHP web developer job - $70 - $80k inc Super
PHP Web Developer Required.This company is a booming design, development and marketing business located in Crows Nest, Sydney. Their clients include Holiday Inn, Taylors Wines, UTS and 400+ other small to medium businesses around Australia. And you will get chance to work with one of the coolest boss in the industry. About Office:Location: Crows Nest, Sydney, NSW, Australia (10min walk from st. leonards station.) Kushal Bashyal likes to scream all the time
Do you know how loud i can scream? Just use a loud speaker and hear me :). I wake up at the middle of the night and scream saying 'ba-aama'. This is just a normal scream. Watch and leave some comments for me. Do you think i should scream more or I shouldn't disturb anyone? One of my neighbour likes me scream. Neighbour thinks if i scream it will disturb others. :) Today i am 6months and 3days. {{banner 2}}{{banner 2}} more » version 1.1.2 released and is available for download
codefight CMS Version 1.1.2 is released. It is available for download through google code. This includes few css and minor layout fixes only. {{banner 2}} more »Kushal's First Youtube Video{{banner 2}} Hey! Its me Kushal Bashyal. I am 5months and 3weeks old today. I am very happy today and trying to jump. Wanna watch me jump. So, what you think? My grand mom is trying to hold me but she is very tired but i am enjoying a lot and jumping and jumping and making everyone happy. Hope you like it. Hi nanu sis, saru & yeshu aunt this is for you to see me. And, everyone else as well :) {{banner 2}}version 1.1.1 released and is available for download
Version 1.1.1 is released. It is available for download through google code. {{banner 2}} more »Multilevel menu library for codefight cms
Codefight cms is built with the help of codeigniter cms. Last weekend i wrote a multi-level menu library. You can use it for codefight cms or wherever you want. This may not be perfect but it works. If you have a better idea i would like to know. This is how it looks like. more »Whats new in codefight cms version 1.0.3?
Added MY_Controller to extend codeigniter's Controller. Why?To define commonly and frequently used options in just one controller, so we don't have to call those stuff every time in every controller. And making easy to access setting keys and values. Now setting values can be accessed as: <code> <?php ... ?> </code>Like what?more »Version 1.0.2 released on 09th may 2009
Today got some time, so worked on admin settings and released this version. If you get any bugs please notify me via tenthweb forum. With this release admin is now more powerful. You can set default template for first page load for the visitors through admin settings. You can create setting keys and use where need. E.g. meta_title, this you can use as default meta title. You can create unlimited setting keys as you need and you even don't need to create fields for newly created keys to set them. You can choose 'textarea, textbox, radio and drop down select' for those keys and those keys will appear on site management under settings for you. more » Codefight CMS version 1.0.1 released.
Another version of Codefight cms has been uploaded to google code on 01st may, 2009. For more information about the system and download and installing instruction, please visit preview and download section. This release has option to compact the html source code so that unnecessary spaces are removed which helps to load the page faster. Also there is a option to combine css files into one. {{banner 2}}feedbacks and any kind of response helps to build the software further, so i am looking forward to get feedbacks. more »Using jQuery with Magento Including Protype, Scriptaculous etc...
How to use jQuery with Magento?Download jQuery from jQuery site Add this line to the bottom of jQuery.js <code> <?php ... ?> </code>Copy the file to the js/jquery folder|directory In page.xml, add it to the list of js files as: <code> <?php ... ?> </code>or, <code> <?php ... ?> </code>How to use jQuery with magento now?The below procedure is one way. more »List of important web resources
PHP Frameworkscodeigniter:CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks zend:Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase. Zend Framework is focused on building more secure, reliable, and modern Web 2.0 applications & web services, and consuming widely available APIs from leading vendors like Google, Amazon, Yahoo!, Flickr, as well as API providers and cataloguers like StrikeIron and ProgrammableWeb. CakePHP:CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. {{banner 2}} more »Codefight cms, file structure and how to use it?{{banner 2}} Codefight cms, file structure and how to use it? When i first started to code for codefight cms, i had no idea that it will reach to this position one day. Not only it helped me to learn codeigniter more in depth but it also helped me to write something now and then. And, to my surprise, kevin rudd's stimulus package was the winner todate[23rd apr, 2009] to get the traffic to my site. If you want to edit something or extend it, you need to be familiar with codeigniter php framework. But if you want to use it as it is with few configuration,then you can setup in few minutes and start using it. {{banner 2}}Codefight files are found in different folders. As of version 1.0.0 there are 4 root folders and few sub-folders. app: app ? admin: Magento: How To Add A Static Block To A CMS Page
My another hunt on the google to find the process to add a static block to a cms page. After few search and filter, i found a post on a pratthost. It saved my a lot of my time and headache. The following post is taken from it, slightly modified. Actually, there was nothing complicated about achieving this. Static blocks are a great way to divide up different types of data blocks to make updating content easier. more »how to use var_dump and print_r in magento
This one is crazy with magento because sometimes it works and sometimes it just shows blank page. Once it gave me a real hard time. Finally found solution somewhere. I just had to do was add <code> <?php ... ?> </code> on the object that i wanted to print as <code> <?php ... ?> </code> These are methods available for a product: more »Magento commerce reference and backup posts, installation points.
Magento commerce reference and backup posts, installation points. Since i started to work with magento commerce, i have lost few kilos. Probably this is good weight loss program for me. From today onward i want to backup the steps, references etc to my blog. I hope this will make me easy to find them easily next time. While i was writing this i looked for the install guide and found this guide on crucial webhost through magento's forum link. Some of the code helpful to change permission on files and folders while upgrading magento through connect manager. more »tidy | compact | minify your html source code.{{banner 2}} On next release I'll be adding html minify. This will remove unnecessary spaces and lines which are just the waste for bandwidth. The less size the file it loads faster. Also it saves bandwidth of the visitor. I have already applied to my site today. If you view the source code of this page you will understand what i am talking about. Google's pages are compact, so probably it will like this idea and also other search engines. But of course this feature will be optional, which you can turn on/off for entire size and also set different on/off option for some controllers/pages. {{banner 2}} more » Codefight CMS version 1.0.0 released.
Today on 19th of April, 2009 codefight CMS is released as version 1.0.0. This has half size of previous pre-release code, as the files were cleaned up. Still there are few unnecessary files which are taking spaces but they won't interfere with the coding and probably will clean up on next releases. With this release i have separated and grouped main application and skin folders. I hope this will be useful for someone and will give me feedback. Any feedback is welcomed. All feedbacks, suggestions are welcomed. If someone will like to contribute code, themes and if i use that i will fully credit those and will add to supporters list along with those who donated through paypal. You can preview demo and download cms from here. more »Codeigniter, Zend and my CMS CodeFight, Time to Convert
Due to Magento Commerce i need to learn zend framework now. So, i have been digging net for step by step tutorial for zend framework. I found few sites which were able to simplify the tutorial and give the real instructions step by step. That was very nice of them. Since i am learning zend framework, why don't i convert my codefight cms to work with zend framework? By doing so, i guess i'll better learn in depth. This is not a promise but which i have been thinking for a while. Lets see how much time i get and how i go with the framework. I feel very comfortable with codeigniter framework but still more » How much it costs to call directly to heaven from Nepal?
An American decided to write a book about famous churches around the World. So he bought a plane ticket and took a trip to China . On his first day he was inside a church taking photographs when he Noticed a golden telephone mounted on the wall with a sign that read "$10,000 per call". The American, being intrigued, asked a priest who was strolling by what?The telephone was used for. The priest replied that it was a direct line to heaven and that for $10,000 you could talk to God. The American thanked the priest and went along his way.? Next stop was in Japan . There, at a very large cathedral, he saw the Same golden telephone with the same sign under it. How to load a php block in your customised theme?
How to load a codefight cms block in certain area? Since i started to code my cms, i have learnt new things and ideas. My latest addition is blocks. I have created blocks of different parts, or say features. This one is currently working for template view files. Because of this, its quite easy to build a new theme for codefight cms. If you check the file tree image you will get some idea. Or, for more detail you can download the cms. This is how blocks are loaded in the area you want: <code> <?php ... ?> </code> or, you can even load a different blocks with one call using array as: more »Another Youth (Krishna Prasad Dhakal) Meditating In Nepal
A suburb in the capital ? Tapketar of Sundarijal VDC ? has caught the popular imagination. Overnight, Krishna Prasad Dhakal (24) ? a resident of Deurali of Baseri VDC in Dhading ? has become a celebrity. His quest for a perfect meditation spot ended here, an oasis of serenity, surrounded by pipal, banyan and chap trees. Dhakal, who studied till Class 10, took to farming in his formative years, like most rural folks. ?His tryst with meditation started about a month ago. It was the second day of Mahashivaratri. more » How does TAG cloud works in Codefight CMS?
How does TAG cloud works in Codefight CMS? Admin/Modules/Pages/Controllers/Pages.php:In admin when creating page, if tags are set split tags separated with commas. Then clean up every tag for tag-key as $tag. Then insert the tags into tag clouds table. <code> <?php ... ?> </code>Admin/Models/Data_model.phpmore »Codefight CMS WIP 1 of v1.0 pre-release code
Today i am happy to release work in progress copy 1 of my project Codefight CMS V1.0. This can be downloaded through google code. http://code.google.com/p/cmsdamu/downloads/list For demo please visit: codefight.org/demo & codefight.org/demo/admin Please support me with ideas, code help and better ways to make it better and more usable. Thanks in advance. Should pharmaceutical companies develop a
Todays world has been taken over by lust for physical body, where love has minimum value , partners are cheating over each other and are ending up unsatisfied developing the most common and deadly but unseen painful disease called "loneliness". Love is not just the dream word but it is the true feeling that can overcome many pains that human of today are suffering from.By love i mean the faithfulness of each human being towards each other which not only brings satisfaction but all the positive feelings that human needs to survive happily in this world. more » Celebs' favorite places, from Brooklyn to Nepal
WASHINGTON?A new book from National Geographic asks celebrities to name their favorite places in the world, and the answers range from Nepal to Brooklyn. Destinations mentioned in the book, called "My Favorite Place on Earth" ($22.95), include Jerusalem, mentioned by actress Natalie Portman, who was born there; Arud, in Bali, Indonesia, named by travel guru Arthur Frommer; Kauai, Hawaii, listed by Matt Groening, creator of "The Simpsons"; Runyon Canyon Park in Los Angeles, where dogs can walk off-leashed, named by dog whisperer Cesar Millan; Trinidad, the choice of basketball legend Kareem Abdul-Jabbar, whose grandparents emigrated from the island; and Monument Valley on the border of Arizona and Utah, chosen by George Lucas, "Star Wars" creator, who spent time there as a young man making a short abstract film. more »Addition Of Codeigniter Pagination To Codefight CMS
Today I would like to archive my codeigniter pagination addition into my CMS. My page entries were increasing gradually, so the page size was increasing and it didn't look too good to have multiple entries on the same page. So i thought now its time to add pagination. I had used pagination few years back when I was working at previous company 'visiontech digital media'. But i had totally forgotten by now. So checked the userguide and followed the process as: Kevin Rudd's $42 Billion an Economic Stimulus Package
I had heard that Kevin Rudd is giving money to help Australia counter the global economic crisis. Was so excited to hear and was in mind that if i am eligible to get that bonus money. Day before yesterday i got an email from my boss with the details and how to get payment. Next morning, yesterday, when i checked my balance it was $900 more than i had in my account. Then i checked the transaction on the net and saw the money coming from centrelink family assistant. Asset Manager Extended To Combine Different CSS Files
Today I extended my Asset Manager to combine several css into one. As i understand, YSLOW Says there should be as less http requests as possible. So i decided to add this optional feature. For now this is controlled through MY_config file located at config folder. This is how addition config setting looks: more »Feed and sitemap generation Part II
This is part II of: Feed and sitemap generation Part I I hope you were success in creating feed url and were very excited as i was. I am working on this from long time as a part time after work and on weekends. I hope one day it will be in a condition when i'll be proud to release and be very excited for the contribution to the community. But for now i am thinking to pause uploading new files to google code but write few posts on new updates. This will help anyone to install new feature and understand what's going on. more »Feed and sitemap generation Part I
I am so excited to learn codeigniter more and more everyday through the means of my own new cms 'CodeFight CMS'. As i keep learning and implement new things in my CMS, i will keep posting here. more »New Codefight Asset Manager a codeigniter library
Today i wrote new asset manager for my cms by taking ideas from contributions on codeigniter. This is very useful for my cms. I am going to modify more in the future as i have time. But for now i would like to show how it works. STEP 1:I have a config file called MY_config. And, i autoload this config on config/autoload.php <code> <?php ... ?> </code>Also, i autoload my new library in this file, along with other libraries as: more »Mount Everest as described in wikipedia
Mount Everest, also called Sagarmatha (Nepali: सगरमाथा meaning Head of the Sky) or Chomolungma, Qomolangma or Zhumulangma (in Tibetan: ཇོ་མོ་གླང་མ, in Chinese: 珠穆朗玛峰 Zhūm?lǎngmǎ Fēng) is the highest mountain Ram Bahadur Bomjon
Ram Bahadur Bomjon (born c. 9 April 1990, sometimes Bomjan, Banjan, or Bamjan), also known as Palden Dorje (his official Buddhist name), is from Ratanapuri village, Bara district, Nepal and is believed He drew thousands of visitors and media attention for spending months in meditation. Nicknamed the Buddha Boy, he began his meditation on 16 May 2005, allegedy disappeared from his hometown on 11 March 2006, and reappeared elsewhere in Nepal on 26 December 2006 only to leave again on 8 March 2007. On 26 March 2007, inspectors from the Area Police Post Nijgadh in Ratanpuri found Bomjon meditating inside a bunker-like square ditch of seven feet. more »Nepal on wikipedia
Nepal (Nepali: नेपाल [neˈpaːl] (help?info)) is a landlocked nation in South Asia. It is bordered to the north by the People's Republic of China, and to the south, east, and west by India. Kathmandu, the nation's capital, is its largest city. more »Nepali female climbers to conquer 7 world summits
KATHMANDU, March 7 -- At the time when the world is about to celebrate "99th International Women's Labor Day", a group of 10 Nepali women is about to scale top mountains of the world. ????The group, comprising women from six different districts and ethnic groups of Nepal, announced the ambition journey at a press conference in the capital Kathmandu on Friday. |
|
||||||
© Tenthweb.com | Codefight.org
Codefight CMS is Built Using Codeigniter Framework or So You can Call It CodeIgniter CMS :)