Friday, September 19, 2014

websites building references

http://www.layoutit.com/
https://bootstrapbay.com/blog/bootstrap-editors/
https://css-tricks.com/perfect-full-page-background-image/
http://nicolasgallagher.com/css-background-image-hacks/
http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
Ready made themes
---------------------------
http://premium.wpmudev.org/blog/30-top-quality-free-minimalist-and-stunning-wordpress-themes/
http://www.wpexplorer.com/pytheas-free-wordpress-theme/
https://wordpress.org/themes/tags/one-column
http://theme.wordpress.com/themes/features/one-column/
http://www.wpexplorer.com/pytheas-free-wordpress-theme/
http://speckyboy.com/2014/05/27/free-bootstrap-3-templates/
http://speckyboy.com/2014/12/08/jquery-plugins-2014/
http://plugins.adchsm.me/slidebars/index.php#download

Plugins
------------
http://tutorialzine.com/2013/04/50-amazing-jquery-plugins/
https://css-tricks.com/text-blocks-over-image/
http://nick-jonas.github.io/windows/
http://joelb.me/scrollpath/
http://www.seanmccambridge.com/tubular/
http://buildinternet.com/project/supersized/download.html
http://vegas.jaysalvat.com/
http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/

Web Color theme and pallet choosers
------------------------------
http://www.colorzilla.com/
kuler.adobe.com
http://paletton.com
http://www.google.com/design/spec/style/color.html#color-ui-color-application
http://pixabay.com/en/
http://apps.pixlr.com/editor/

Logo : 250/100 px
http://ocpsoft.org/tutorials/regular-expressions/java-visual-regex-tester/
http://ocpsoft.org/opensource/guide-to-regular-expressions-in-java-part-1/
http://www.mobyaffiliates.com/blog/how-to-promote-your-ios-and-android-mobile-apps/

For android
-------------
http://romannurik.github.io/AndroidAssetStudio/index.html
http://jgilfelt.github.io/android-actionbarstylegenerator/
http://android-holo-colors.com/
https://developer.android.com/distribute/tools/promote/device-art.html
http://www.norio.be/android-feature-graphic-generator/
http://www.cs.dartmouth.edu/~campbell/cs65/lecture24/lecture24.html

Theming a searchview's autocomplete is tricky as it looks black !! from Theme.Holo.Light.DarkActionBar
This is what you need to do

<!-- this style is only referenced in a Light.DarkActionBar based theme -->
    <style name="Theme.Zpulse.Widget" parent="@android:style/Theme.Holo">
        <item name="android:popupMenuStyle">@style/PopupMenu.Zpulse</item>
        <item name="android:dropDownListViewStyle">@style/DropDownListView.Zpulse</item>
        <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextViewAppTheme</item>
    </style>

 <style name="AutoCompleteTextViewAppTheme" parent="android:Widget.Holo.Light.AutoCompleteTextView">
      <item name="android:dropDownSelector">@drawable/apptheme_list_selector_holo_light</item>
   <item name="android:background">@drawable/apptheme_edit_text_holo_light</item>
  </style>

Promote:
On launch date, you can also consider submitting your press release to sites like PRWeb  There’s no shortage of Press Release submission websites but definitely go for quality, not quantity.
http://www.rahuljiresal.com/2014/02/user-location-on-android/

LogoDesign
--------------
http://www.logogarden.com/

No comments:

Post a Comment